vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Exel's Top Ignored Members (Ignore List) (https://vborg.vbsupport.ru/showthread.php?t=300073)

exel 07-15-2013 04:13 AM

Updated!

- Cleaned up code.
- Sorts by highest ignore count

dutchbb 07-15-2013 07:58 AM

1 Attachment(s)
Thanks just one aesthetic glitch that I see:

adwade 07-16-2013 07:51 PM

You state that:

Quote:

Originally Posted by exel
You access it using the following format:
Code:

YOURSITE.com/misc.php?do=topignorelist

However, for me to get it to work I had to use the form:
Code:

http://www.YOURSITE.org/forums/misc.php?do=topignorelist
But YES, then it works fine! :cool:

BirdOPrey5 07-18-2013 11:01 AM

Database errors using the 2.0 version if you have a table prefix.

The cause is a space between the table prefix and the table name in the db query-

find
Code:

FROM " . TABLE_PREFIX . " userlist as ulist
LEFT JOIN " . TABLE_PREFIX . " user as u ON(u.userid = ulist.relationid)


change to
Code:

FROM " . TABLE_PREFIX . "userlist as ulist
LEFT JOIN " . TABLE_PREFIX . "user as u ON(u.userid = ulist.relationid)


Also... the <center> tag isn't closed on the "Plugin by Exel... " link.

ForceHSS 07-18-2013 12:05 PM

Can you make this for 4.2.1 but make it so results show on footer

exel 07-19-2013 02:07 AM

Updated to version 2.2
- Fixed Table Prefix issue.
- Closed center tag.

Thanks, BirdOPrey5.

- Fixed wording regarding "Ignored X times"

If a user is only ignored once, it will say "Ignored 1 time" rather than "Ignored 1 times"

adwade 07-19-2013 02:00 PM

Quote:

Originally Posted by exel (Post 2434360)
Updated to version 2.1

I assume you meant v2.2?

exel 07-19-2013 04:28 PM

Quote:

Originally Posted by adwade (Post 2434433)
I assume you meant v2.2?

Yes, sorry. :p


All times are GMT. The time now is 03:12 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.01202 seconds
  • Memory Usage 1,728KB
  • 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
  • (4)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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