Quote:
Originally Posted by mg4 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