View Single Post
  #4 (permalink)  
Old 01-15-2008, 07:45 PM
netwb's Avatar
netwb netwb is offline
Casual Pligger
 
Join Date: Dec 2006
Location: Bruxelles
Posts: 67
Thanks: 20
Thanked 25 Times in 11 Posts
Quote:
Originally Posted by mg4 View Post
Hey Everyone,

I have the image upload mod installed on pligg 9.82. I got everything working except the final step when submitting a post. I browse to the picture and fill out everything else and then click submit. The next page comes up but nothing is shown (from what i just submitted) and it just sits there.

Has anyone else has a similar problem?? How do i fix this?

Thanks in advance.
Hi,
In your template: link_sumary.tpl you have the code?
HTML Code:
<div style="float:right;">	{php}	check_actions('image_upload_preview');	{/php} </div> 
and in the submit_step_3.tpl you have the code after: $linkres->store();
HTML Code:
// START: Image Upload Module
		check_actions('image_upload_process');
		// END: Image Upload Module
__________________
Bruxello.com
Reply With Quote