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)
-   -   Miscellaneous Hacks - Banned Users List (https://vborg.vbsupport.ru/showthread.php?t=228217)

garretbyrne 11-19-2009 05:02 PM

Hi I've looked into the settings and there all fine I've also tried to change settings but still makes no difference...

Delilahs 11-19-2009 05:22 PM

Look in the 'quick links' on the navbar, when I installed it, it dropped it into there.

garretbyrne 11-19-2009 06:03 PM

Quote:

Originally Posted by Delilahs (Post 1917305)
Look in the 'quick links' on the navbar, when I installed it, it dropped it into there.

Yea that sorted it turns out i was pointing it to the old one I had from 3.8, the link was in my sig.. now changed and working perfectly..

Cheers and sorry for that...

Eric 11-20-2009 11:47 AM

Updated to 1.1.1:

Quote:

v1.1.1 - November 20th, 2009
-- When querying for banned usergroups, added a check in banned.php to make sure we had groups to query with.
-- Should never happen, but added check to see if usergroupcache is empty, and rebuild if it is.
-- Added ability to sort by username, banned by, banned on, ban lift date (table columns are links)

SİMAR 11-20-2009 12:27 PM

thanks

LuckyNeo 01-02-2010 02:59 AM

Thank you, very much! This is usefull hack!

ndut 02-13-2010 10:55 PM

installed..

Konkere 04-06-2010 04:00 PM

Nice hack!
But sorting is not working correctly. Error in the template bannedusers.
Solution
Find in the template bannedusers
PHP Code:

        <th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=username&amp;mode={vb:raw mode}">{vb:rawphrase username}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedby&amp;mode={vb:raw mode}">{vb:rawphrase banned_by}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedon&amp;mode={vb:raw mode}">{vb:rawphrase banned_on}</a></td>
        <
th class="blocksubhead">{vb:rawphrase ban_period}</td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=banlift&amp;mode={vb:raw mode}">{vb:rawphrase ban_will_be_lifted_on}</a></td

And replaced by
PHP Code:

        <th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=username&amp;do={vb:raw mode}">{vb:rawphrase username}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedby&amp;do={vb:raw mode}">{vb:rawphrase banned_by}</a></td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=bannedon&amp;do={vb:raw mode}">{vb:rawphrase banned_on}</a></td>
        <
th class="blocksubhead">{vb:rawphrase ban_period}</td>
        <
th class="blocksubhead"><a href="banned.php?{vb:raw session.sessionurl}sort=banlift&amp;do={vb:raw mode}">{vb:rawphrase ban_will_be_lifted_on}</a></td


SnapOff Racing 06-10-2010 03:58 PM

how can i change the color of the background on the php? it looks real bad on my skin

Eric 06-27-2010 01:52 AM

v1.1.2 - June 26th, 2010
-- Fixed sort links (props to Konkere for pointing out the bug)
-- Should now use stylevars from current style, instead of default colors.
-- Two templates were not being cached, should now be fixed.


All times are GMT. The time now is 05:06 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.01214 seconds
  • Memory Usage 1,748KB
  • 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
  • (2)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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