The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Moderation Tools not working
Hi Everyone!
My team and I have been working on a new theme, and somewhere along the way, we've ended up having the moderation tools not work for this specific theme. We've tried disabling our custom javascript/CSS framework, but it hasn't helped. Some symptoms that I know of: The checkboxes do work The moderation tool dropdown does not 'count up' as checkboxes are checked Any action within the moderation tools does not work I presume that the javascript which looks for checked boxes (or the checked boxes which makes the moderation tools count appropriately) is at fault. However, we've poured over our coding, and I'm not sure how modifying themes would break the javascript code. Any tips for a sort of good programmer, but n00b at vBulletin modifications/vBulletin themes? Where do I start looking? Note to mods: I wasn't sure if this is a theme issue or a programming issue, so excuse my choice if I'm wrong! |
#2
|
||||
|
||||
I would check the main templates - header, headinclude, footer, and the page template (FORUMDISPLAY, SHOWTHREAD) and compare them to the default template. Make sure all the <div> tags are closed and make sure you don't have any <form> tags within other <form> tags because that will certainly break the form.
|
#3
|
|||
|
|||
Did you check the console in the developer console for any (red) errors?
|
#4
|
|||
|
|||
So I've definitely checked the divs and ... I don't have any form tags... I'll have my designer look into the main templates herself (since it's her code...)
@Dave - tips on the developer console? I presume it's FF/Chromium's Dev Console, but I'm not too familiar with using it (I usually just use inspect element). I did scan the console on your suggestion, but I only see (a crap ton!) of CSS errors, but nothing JS. I usually design websites in sublime/notepad++, so my sites/code tend to be much smaller and easier to handle... ~___~'' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|