|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help customizing vBulletin (was Quick Moderation)
hey,
Before i continue, i would like to point out that I'm not a coder by trade, nor not sure if this is the correct section to post at. But anywho, Here is my delima, I'm putting on my forums, a type of "quick moderation" bar for my moderators, What this does is that any "questionable" posts/thread/Vistor messages/ and so forth, get put into queue, or if there is any 'questionable' post/threads/ .ect in the ModCP its get put into the Quick moderation Bar in it's group, Posts, Threads, Attachment and so-forth. Like for example, If there is a spam botter that made a thread about whatever. on my moderation bar it should say "Threads: 1". Previously it would have said "Threads: 0" Now what I'm kinda wondering is that if i have this code correct. or is it just me being kinda paranoid. I'm kinda tested out personally. Not with an actually Spam bot of course. Here is my code I've Gotten..... Well so far i suppose i should say. Code:
<!-- Quick Moderation --> <if condition="is_member_of($bbuserinfo, array(7,6,5))"> <table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center"> <tr> <td class="alt1" width="100%"> <div class="smallfont"> <b>Quick Moderation:</b> <a rel="nofollow" href="modcp/moderate.php?do=posts">Threads</a>: <b>0</b> <a rel="nofollow" href="modcp/moderate.php?do=posts#posts">Posts</a>: <b>0</b> <a rel="nofollow" href="modcp/moderate.php?do=attachments">Attachments</a>: <b>0</b> <a rel="nofollow" href="modcp/moderate.php?do=messages">Visitor Messages</a>: <b>0</b> Users: <b>0</b> </div> </td> </tr> </table> </if> <!-- / Quick Moderation --> Any help would greatly be appreciated. I would also like to point out I'm using Vbulletin version 3.8.2 |
|
#2
|
||||
|
||||
|
Welcome to DevShed forums, Jncocontrol.
![]() This is not an HTML question. It looks like you want help customizing vBulletin. I'll move this to the "Scripts" forum for you which is hopefully a better fit for your question.
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. Check out my blog. |
![]() |
| Viewing: Dev Shed Forums > Web Site Management > Scripts > Need help customizing vBulletin (was Quick Moderation) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|