View Full Version : Inline Moderation Not Working
King Justice
05-25-2008, 04:47 PM
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..?
GameWizard
05-25-2008, 11:02 PM
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.
King Justice
05-26-2008, 04:43 PM
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.
There are no messages in my control panel though saying that any templates are still using old code etc that need to be reverted etc...because they are customized.
SEOvB
05-26-2008, 04:48 PM
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.
King Justice
05-26-2008, 05:09 PM
headinclude: Nothing changed, only one code added.
footer: $spacerclose was deleted (could that be the problem?)
forumdisplay: Nothing was changed.
showthread:
<body onload="$onload"> code changed to <body onload="navMenu();">
<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
<!-- end content table -->
$spacer_close
<!-- / end content table --> deleted after </if>
<!-- start content table -->
$spacer_open
<!-- / start content table --> deleted
<if condition="$show['inlinemod']">
$spacer_close
</form>
$spacer_open
</if> deleted
I have a feeling the problem is with showthread template...can you help me?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.