
05-16-2008, 01:00 PM
|
|
|
Join Date: Dec 2001
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by anoopsoares
Okay for those like me that are interested in using this for vB3.7.x
Do the following
Go to your ACP and go to Style Manager then select Edit Template (for the style you wish to use it for) in the drop down menu.
Scroll down and search for Stamp Templates >> open it up and open stamps_threadsadmin
FIND
Code:
<form action="postings.php" method="post" name="vbform">
<input type="hidden" name="s" value="$session[sessionhash]" />
Underneath add
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save and test it out
Searched a bit around then found the solutions ofcourse the sessionhash thing was thanks to Wayne's awsome help
Btw if it doesn't work after this OR you already performed these steps then try looking for the
value="$session[sessionhash]" in other templates that your new mods altered or made it might be a mod that got partially entangled in the Stamps plugin although i doubt it
|
many thanks
|