Okay here is now I got it to work for me with 3.6.10
Open the xml file in a text editor (mobi-vbulletin-style-2.09.xml)
Find:
<input type="hidden" name="s" value="$session[sessionhash]" />
ON a new line under each instance of the above add:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
Save the file. Delete the old Mobi style. Then import the saved XML file file as a new style. It will be a larger number than before so if you use the "Mobile Device Detection" mod you will need to change the style # for Mobi to the new #.
|