Beautiful! Simply beautiful!!! Thank you so much for helping us recovering the functionality of the MOD.
May I recommend (refer to) your solution on other MODs, such as the
Invitation System? Or would you rather do it yourself?
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
|