Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Exel's Top Ignored Members (Ignore List) Details »»
Exel's Top Ignored Members (Ignore List)
Version: 2.2, by exel exel is offline
Developer Last Online: Feb 2021 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 3.8.7 Rating:
Released: 07-12-2013 Last Update: 07-18-2013 Installs: 11
Uses Plugins Template Edits
 
No support by the author.


Brought to you by Exel from Elite-Source.com - Top Ignored Members - Version 1.0


What is this mod?

This modifications adds a "top ignored" members to your forum on a misc.php page.

How does it work?

You set how many members you'd like to output via settings and the rest is done by the plugin!

You access it using the following format: YOURSITE.com/misc.php?do=topignorelist

For example / DEMO: http://elite-source.com/misc.php?do=topignorelist

Features:
- Ability to set amount of members to display on the list. (Default is 5)
- Outs how many times the user has been ignored by other people.
- If empty, output empty message.
- Uses default vBulletin structure.

Screenshots:
Empty Result - http://i.imgur.com/cSrpDVd.png
List Result - http://i.imgur.com/Pa50Pam.png
ACP Settings - http://i.imgur.com/rk7Ik0I.png


Please Note:
There may be bugs as I've only testing it on my own dev board. If you find one, please report it and I'll see what I can do.

Extra Information:

This product runs 1 query when accessing the misc.php page.
This plugin adds 1 template.

Download Now

File Type: xml product-elitesourceignorelist.xml (4.4 KB, 28 views)
File Type: xml product-elitesourceignorelist-1.1.xml (4.4 KB, 25 views)
File Type: xml product-elitesourceignorelist-2.0.xml (4.3 KB, 27 views)
File Type: xml product-elitesourceignorelist-2.2.xml (4.4 KB, 38 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 07-15-2013, 04:13 AM
exel exel is offline
 
Join Date: Jan 2008
Location: Southern California
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Updated!

- Cleaned up code.
- Sorts by highest ignore count
Reply With Quote
  #13  
Old 07-15-2013, 07:58 AM
dutchbb dutchbb is offline
 
Join Date: Nov 2003
Posts: 899
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks just one aesthetic glitch that I see:
Attached Images
File Type: png Schermafbeelding 2013-07-15 om 11.01.05.png (31.1 KB, 0 views)
Reply With Quote
  #14  
Old 07-16-2013, 07:51 PM
adwade adwade is offline
 
Join Date: Aug 2006
Location: SouthEast, TN
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #15  
Old 07-18-2013, 11:01 AM
BirdOPrey5's Avatar
BirdOPrey5 BirdOPrey5 is offline
Senior Member
 
Join Date: Jun 2008
Location: New York
Posts: 10,610
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
Благодарность от:
exel
  #16  
Old 07-18-2013, 12:05 PM
ForceHSS ForceHSS is offline
 
Join Date: Apr 2008
Posts: 6,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you make this for 4.2.1 but make it so results show on footer
Reply With Quote
  #17  
Old 07-19-2013, 02:07 AM
exel exel is offline
 
Join Date: Jan 2008
Location: Southern California
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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"
Reply With Quote
  #18  
Old 07-19-2013, 02:00 PM
adwade adwade is offline
 
Join Date: Aug 2006
Location: SouthEast, TN
Posts: 323
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by exel View Post
Updated to version 2.1
I assume you meant v2.2?
Reply With Quote
  #19  
Old 07-19-2013, 04:28 PM
exel exel is offline
 
Join Date: Jan 2008
Location: Southern California
Posts: 161
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by adwade View Post
I assume you meant v2.2?
Yes, sorry.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:34 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.06746 seconds
  • Memory Usage 2,319KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (9)post_thanks_box
  • (1)post_thanks_box_bit
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (5)postbit_attachment
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete