vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Home Enhancements - SCANU's Quick Moderation: Moderation queue info on Forum home (https://vborg.vbsupport.ru/showthread.php?t=285008)

Scanu 06-29-2012 04:39 PM

No that should'nt be the problem it should works anyway.. but tell me if you have it

Kraxell 06-29-2012 08:03 PM

No prefix.

Jncocontrol 06-29-2012 08:19 PM

If i was to also suggest something, Can you center everything, add blogs into the moderation, Remove the collapes button, and add other groups.

Scanu 06-29-2012 08:42 PM

Quote:

Originally Posted by Kraxell (Post 2343927)
No prefix.

I really don't know something's wrong with your database.. Maybe you changed the name of the Quick Moderation template?

Quote:

Originally Posted by Jncocontrol (Post 2343933)
If i was to also suggest something, Can you center everything, add blogs into the moderation, Remove the collapes button, and add other groups.

1 yes
2 yes
3 Why you should want to remove the collapse button?
5 I will ad an option for set the ids of the usergroup that can view quickmod

Kraxell 06-29-2012 09:41 PM

I have install the xml file, add {vb:raw quickmod_template} under navbar (Template forumhome) and save the template.

Theres nothing wrong with my db, all other 20 addons works perfect :)

Scanu 06-29-2012 10:02 PM

You have a pm

Jncocontrol 06-30-2012 12:47 AM

Quote:

Originally Posted by Scanu (Post 2343937)
3 Why you should want to remove the collapse button?

I don't like the idea that my mod's and fellow admins trying to avoid doing what i expect of them, i put it there to help make their job a little easier, not so that they can avoid doing their job.
But, thats just me, I'm sure many wouldn't mind having the collapes button.

Scanu 06-30-2012 07:57 AM

Quote:

Originally Posted by Jncocontrol (Post 2343971)
I don't like the idea that my mod's and fellow admins trying to avoid doing what i expect of them, i put it there to help make their job a little easier, not so that they can avoid doing their job.
But, thats just me, I'm sure many wouldn't mind having the collapes button.

If so find and remove this code on quick moderation template
Code:

<a class="collapse" id="collapse_quickmod_content" href="{vb:raw relpath}#top"><img src="{vb:stylevar imgdir_button}/collapse_40b.png" title="Collapse" /></a>

Jncocontrol 07-20-2012 03:09 AM

Hey scanu, I have my own personal usergroup, How i put myself in the loop with this?

Scanu 07-20-2012 11:43 AM

Are you trying to change usergroups that can view the box? If so go in plugin manager and edit the plugin called "Template"
Find this
PHP Code:

if ($vbulletin->userinfo[usergroupid]=='6' OR $vbulletin->userinfo[usergroupid]=='5'

You can change the ids 6 and 5 as you want if you want to add an id for example 3 write this
PHP Code:

if ($vbulletin->userinfo[usergroupid]=='6' OR $vbulletin->userinfo[usergroupid]=='5' OR $vbulletin->userinfo[usergroupid]=='3'



All times are GMT. The time now is 04:50 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01337 seconds
  • Memory Usage 1,740KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete