The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
SCANU's Quick Moderation: Moderation queue info on Forum home Details »» | |||||||||||||||||||||||||||||||||||||||
SCANU's Quick Moderation: Moderation queue info on Forum home
Developer Last Online: Apr 2022
Description It displays in the forumhome a box that shows your admins and moderators what does need moderation:
Installation Upload the product via admincp and.. Done!. If something isn't working go in Settings->Quick moderation set autotemplate edit to No and put {vb:raw quickmod_template} wherever you want on forumhome template. For the update just redownload and reupload the file, make sure that overwriting is set to Yes. Translations Please post your translation in a reply so everyone can uses it. PLEASE VOTE THIS MOD FOR MOTM CLICK HERE, AND CLICK MARK AS INSTALLED To get support:
Follow me on twitter for updates If you like italian G-funk/rap please try out this music or this music Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
RichieBoy67 |
Comments |
#32
|
||||
|
||||
i want me, my fellow admins, global Moderators, and regular mods to be able to see it
I'm usergroup 9, Admins-6 and Gmods 7 and mods-5 |
#33
|
||||
|
||||
If so Replace this
PHP Code:
PHP Code:
|
#34
|
||||
|
||||
Got this error
Parse error: syntax error, unexpected '}' in /home/content/47/9363947/html/forums/includes/class_bootstrap.php(430) : eval()'d code on line 42 Not to be rude, If you decide to update the mod, I would like to suggest add a field in the mod to allow X groups to view this mod. |
#35
|
||||
|
||||
Yes i will do it in the next update but please can you post all your plugin code you probably delete the { after the )
|
#36
|
||||
|
||||
Code:
if ($vbulletin->userinfo[usergroupid]=='6' OR $vbulletin->userinfo[usergroupid]=='5') { $templater = vB_Template::create('Quick Moderation template'); $quickmod_template = $templater->render(); vB_Template::preRegister('FORUMHOME',array('quickmod_template' => $quickmod_template)); if ($vbulletin->options['quickmod_auto']) { require_once(DIR . '/includes/class_template_parser.php'); $parser = new vB_TemplateParser('<div id="pagetitle"> <h1>{vb:raw vboptions.bbtitle}</h1> <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p> </div>'); $parser->dom_doc = new vB_DomDocument($parser->fetch_dom_compatible()); $find = trim($parser->_parse_nodes($parser->dom_doc->childNodes())); $parser = new vB_TemplateParser('<div id="pagetitle"> <h1>{vb:raw vboptions.bbtitle}</h1> <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p> </div>{vb:raw quickmod_template}'); $parser->dom_doc = new vB_DomDocument($parser->fetch_dom_compatible()); $replace = trim($parser->_parse_nodes($parser->dom_doc->childNodes())); $vbulletin->templatecache['FORUMHOME'] = str_replace($find, $replace, $vbulletin->templatecache['FORUMHOME']); unset($find, $replace); }} |
#37
|
||||
|
||||
Try to replace all the code with this
PHP Code:
|
#38
|
||||
|
||||
Updated to choose usergroups ids
|
#39
|
||||
|
||||
it work Scanu, Well done.
Only other thing i would suggest for the future update would be to do what has already been suggested, Center everything, Blogs, all that good stuff. Cheer |
#40
|
||||
|
||||
i've done almost everything but i d0n't know about articles what do you normally do to moderate an article?
|
#41
|
||||
|
||||
Updated to 1.0, i didn't add Articles to moderate because i don't know anything about this :/
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|