The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Inline Moderation Not Working
Hi.
The inline moderation is not working at my forum. I just paid someone to make me a custom vB skin. I just upgraded from 3.6 to 3.7 the other day, skin is for vb 3.7. So does this mean that the JS file is missing or..? |
#2
|
||||
|
||||
It means one of your templates is still using old code and probably doesn't include the updated 3.7 code.
Try the header/headerinclude templates first. Make sure they are reverted. Otherwise you will have to go through the templates that are on the affected page and try to discover what code is old and have it updated by doing "View History" and checking the differences. Worst case scenario, make a new style and reapply all your changes manually and then you should have an easier time figuring out what may have been the cause of the problem. |
#3
|
|||
|
|||
Quote:
|
#4
|
||||
|
||||
Make a backup of your current style, and then reimport it with a new name.
Revert the following templates to see if the inline moderation works on the skin you just imported: postbit or postbit_legacy showthread forumdisplay headinclude footer That'll be a good place to start. |
#5
|
|||
|
|||
headinclude: Nothing changed, only one code added.
footer: $spacerclose was deleted (could that be the problem?) forumdisplay: Nothing was changed. showthread: Code:
<body onload="$onload"> code changed to <body onload="navMenu();"> Code:
<if condition="$show['inlinemod']"> $spacer_close <form action="inlinemod.php?threadid=$threadinfo[threadid]&p=$postid" method="post" id="inlinemodform"> $spacer_open </if> deleted after $poll Code:
<!-- end content table --> $spacer_close <!-- / end content table --> deleted after </if> Code:
<!-- start content table --> $spacer_open <!-- / start content table --> deleted Code:
<if condition="$show['inlinemod']"> $spacer_close </form> $spacer_open </if> deleted |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|