Quote:
Originally Posted by Wayne Luke
In your Admin CP under Styles & Template select Search In Templates...
Search for: value="$session[sessionhash]"
In every template this occurs in add this line directly after it, if it doesn't exist already:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save the template.
|
Thank you !:up: I do all the changes and now have no problem ..
lt was not too hard

... infact it is easy .. the other way is :
Quote:
Originally Posted by RedFoxy
If you wanna search all template that you need to edit to add "<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />" you can use that query in your MySQL database:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
after each instances of the following code
Code:
<input type="hidden" name="s" value="$session[sessionhash]" />
I used it to fix all mod that i've installed in my vBulletin board
--------------- Added [DATE]1209056453[/DATE] at [TIME]1209056453[/TIME] ---------------
calendarjump, FAQ, forumjump, WHOSONLINE don't need to be edited if you haven't modded it
|