Submit 3 doesnt read main smarty
-
New Pligger
Submit 3 doesnt read main smarty
in submit3, it took me a while to fix the submit functionality, until finally i had to fix manually, the main smarty gets updated correctly on the php side (9.6 version) but on the html part, it doesnt...
<input type="hidden" name="id" value="{$submit_id}" /> did not work so i replaced with
<input type="hidden" name="id" value="{php} echo $main_smarty->_vars['submit_id']; {/php}" />
i have no clue why this happens. (PHP5 on IIS, MySQL 5)
-
Pligg Donor

Originally Posted by
ayyash
in submit3, it took me a while to fix the submit functionality, until finally i had to fix manually, the main
smarty gets updated correctly on the php side (9.6 version) but on the html part, it doesnt...
<input type="hidden" name="id" value="{$submit_id}" /> did not work so i replaced with
<input type="hidden" name="id" value="{php} echo $main_smarty->_vars['submit_id']; {/php}" />
i have no clue why this happens. (PHP5 on IIS, MySQL 5)
Ayyash - which part of the submit functionality does this address specifically? We've seen the problem where a user submits story info, but if they click the "back" button to make changes, everything is wiped out and they have to re-fill in all fields. Is this the submit problem your fix addresses?
Similar Threads
-
By pligguser in forum Questions & Comments
Replies: 2
Last Post: 07-29-2008, 01:49 PM
-
By tbones in forum Questions & Comments
Replies: 13
Last Post: 02-10-2008, 12:43 PM
-
By hm2k in forum Questions & Comments
Replies: 1
Last Post: 10-03-2006, 01:22 PM
-
By SpeedyTV.com in forum Questions & Comments
Replies: 12
Last Post: 09-16-2006, 06:00 PM
-
By hyipsignal in forum Questions & Comments
Replies: 2
Last Post: 06-28-2006, 12:16 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules