Error in info panels on DragonByte purple skin

Ozzy47

Former Developer
Customer
When you click on mark forums in info panels read ya get the following error on DragonByte purple skin:


vBulletin Message
Your submission could not be processed because a security token was invalid.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.


When you inspect the element with firebug in the Blue skin the html looks like this:
HTML:
<a href="forumdisplay.php?do=markread&markreadhash=1286151064-4d8665ed7da8bd764e64be0b4677e57c27b17ee8">Mark Forums Read</a>

Now the number string obviously changes as the link is clicked.

When you inspect the element with firebug in the purple skin the html looks like this:
HTML:
<a href="forumdisplay.php?do=markread">Mark Forums Read</a>

Notice it is missing markread&markreadhash and the number string

For some reason it is not calling to forumdisplay.php properly.
 
Back
Top