The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Goldbrick and invalid security token help !!
I try to add a video to my cp and get this error
Your submission could not be processed because a security token was missing ? |
#2
|
|||
|
|||
I've never used Goldbrick, but it means the template is out of date.
You need to find all forms within the Goldbrick modification and put the following in before the 'Submit' buttons. PHP Code:
|
#3
|
|||
|
|||
im searching the forms too, but i think at the moment im too stupid to get through.
anyone here, who had the same problems and can help me? thanks |
#4
|
||||
|
||||
Search for "<form" and add the above below that line. (Only in the modification's templates though, as the default vBulletin ones should already have this there.)
|
#5
|
|||
|
|||
so now i did it in the gb_usercp_profile template, which is shown in the usercp profile where you can enter your video url:
Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <form enctype="multipart/form-data" action="profile.php?do=updateprofilevid" method="post"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="do" value="addprofilevideo" /> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <tr> <td class="tcat" colspan="2">Add a Profile Video</td> </tr> <tr> <td class="panelsurround" align="center"> <div class="panel"> <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]"> <fieldset class="fieldset"> <legend><label for="sel_languageid">Goldbrick Media</label></legend> <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%"> <tr> <td>Enter a video url for your profile.</td> </tr> <tr> <td> <div style="padding:$stylevar[formspacer]px"> <if condition="$video"> <input type="text" class="bginput" name="gb_profile_video" size="45" value="$video" dir="ltr" /> <else /> <input type="text" class="bginput" name="gb_profile_video" size="45" value="http://www." dir="ltr" /> </if> </div> </td> </tr> </table> </fieldset> </div> </div> <div style="margin-top:$stylevar[cellpadding]px"> <input type="submit" class="button" value="$vbphrase[save_changes]" accesskey="s" /> <input type="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" /> </div> </td> </tr> </table> </form> |
#6
|
|||
|
|||
*push*?
|
#7
|
||||
|
||||
The solution was already posted:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|