Icy Phoenix

     
 


This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies. 
Page 2 of 2
Goto page Previous  1, 2
 
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
I have no idea,

Hopefully someone who understands FAP better sees this and can help you out.
 



 
Dogs and thingsSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
Here I am again,
I've re-edit all files for this mod (album_upload.php, posting.php, album_upload_body.tpl and posting_body.tpl, since my first phpbb 2.0.21 and FAP 1.4.1 installation: a bad work, so I thing I have no mistakes in this files).
Now, I can see link "upload to our photo album" in my new topic, but now when i click on link I've this error: "General error - no categories specified"....
the mod maybe can't see FAP categories...have you some suggest for me?
I've another question: have I replace only "if( isset($HTTP_POST_VARS['user_id']) )" with "if( isset($_POST['user_id']) )",
or any other instances of if $HTTP_POST_VARS replace it with $POST?
Thanks again
 



 
felix968Send private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
Hey guys,

Thanks for keeping this alive. I must admit I haven't been keeping up with FAP as much as I had in the past. It's still running on one of my sites and unfortunately I have to admit its in need of upgrade. Hopefully I'll actually get around to it in the new few months. When do I upgrade it I'll take another look at my mod and see if there is anything that needs to be added. I noticed that it appears as though MG has gone to php5 syntax, but that's only a minor change in the install file. Glad to see it's still working though!

BTW I'll now be watching this topic for replies, now that i know it exists. So I'll provide support here when I get the chance.
 



 
ewelinSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
ewelin wrote: [View Post]
Hey guys,

Thanks for keeping this alive. I must admit I haven't been keeping up with FAP as much as I had in the past. It's still running on one of my sites and unfortunately I have to admit its in need of upgrade. Hopefully I'll actually get around to it in the new few months. When do I upgrade it I'll take another look at my mod and see if there is anything that needs to be added. I noticed that it appears as though MG has gone to php5 syntax, but that's only a minor change in the install file. Glad to see it's still working though!

BTW I'll now be watching this topic for replies, now that i know it exists. So I'll provide support here when I get the chance.

Thanks Eric.

I've changed something in FAP with latest release... but now I'm waiting for phpBB 3 to be released before going on in developing FAP for phpBB 3.

I've already developed a simple gallery system for phpBB 3, which has a simple upload feature while posting... but the whole system isn't based on the DB, so it is meant only for simple and small gallery.

Anyway, when I will start again working on FAP for phpBB 3, I'll let you know if you wish.

Thanks.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
I took the finished file of @felix968, whom I would like to high-load picture get this warning. NO of categories specified

ich habe die fertigen datei von @felix968 genommen, wen ich eine bild hochladen möchte bekomme dieser warnung.
No categories specified
 



 
HammerBeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
hello!

i would like to know if a solution has been found to upload multiple images while posting?
the way it is now, is that only the first image is being uploaded while posting...

thank you
 



 
sympaticoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
Just upload the pics one by one, doesn´t seem like a big problem to me, unless you want to post a big number of pics in the same topic.
 



 
Dogs and thingsSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
I install this mod and i have a problem. When i upload a picture the window popup i choose the picture and when i send it he give me the link in the post but no picture as been uploaded.

I have phpbb 2.022 with FAP 1.4.1 installed.

I can't find the problem.

Anyone please help.
 



 
ninicocoSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
This topic is too old. If you have a recent issue, open a new topic, but DO NOT bump older topics.

Locking...

PS: You got a warn because of this.
 



 
novice programmerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
Please keep this topic open.

Warn removed.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
Hi all,

I managed to install it work on latest IP 1.2.0.27C, but I can't figure out how to add a stroll bar on the pop up window or automatic open maximize window, because it missing couple lines and submit button.

 uploadpic1


Also, how can i make a button just like "Upload Image" button?
 uploadpic  

Thank you so much for all your helps,

xmenfile
 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
xmenfile wrote: [View Post]
Hi all,

I managed to install it work on latest IP 1.2.0.27C, but I can't figure out how to add a stroll bar on the pop up window or automatic open maximize window, because it missing couple lines and submit button.

 uploadpic1


Also, how can i make a button just like "Upload Image" button?
 uploadpic  

Thank you so much for all your helps,

xmenfile


i think it already comes out standard with 1.2.0.27C  
but has a submit button under where your page on you pic stops
 



 
blokeSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
I didn't look at the script... but I guess the new window is opened via JavaScript... so you need to add the scrollbar=yes property.

Example:
Code: [Download] [Hide] [Select]
    smiles = window.open('{U_MORE_SMILIES}','_phpbbsmilies','height=' + height + ',width=' + width + ',resizable=yes,scrollbars=yes');

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
That fixes it, works like a charm.

Thank you Mr. MG


 



 
xmenfileSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Image Upload While Posting 
 
You are welcome.
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
This forum is locked: you cannot post, reply or edit topics.  This topic is locked: you cannot edit posts or make replies.  Page 2 of 2
Goto page Previous  1, 2


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events