PDA

View Full Version : Miscellaneous Hacks - Exel's Top Ignored Members (Ignore List)


exel
07-12-2013, 10:00 PM
https://vborg.vbsupport.ru/external/2013/07/40.png
Brought to you by Exel from Elite-Source.com (http://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.

dutchbb
07-13-2013, 05:57 PM
I keep getting an empty page?

vBulletin 3.8.7 Patch Level 3

(please don't quote this post as I want to remove my domain later)

exel
07-13-2013, 06:03 PM
PM me and admin account I can test with, bud. :)

dutchbb
07-13-2013, 06:10 PM
Ok now it suddenly works after saving the style/CSS settings.

The only suggestion I have is to order it by most ignored at the top to least ignored at the bottom.

PS: why can't I rate this mod? "Sorry you cannot rate this thread."

exel
07-13-2013, 06:15 PM
Ok now it suddenly works after saving the style/CSS settings.

The only suggestion I have is to order it by most ignored at the top to least ignored at the bottom.

PS: why can't I rate this mod? "Sorry you cannot rate this thread."

Uploaded a version 1.1 for you, which should order them by highest to lowest.

& I'm not sure. :|

dutchbb
07-13-2013, 06:22 PM
Ok now it suddenly works after saving the style/CSS settings.

The only suggestion I have is to order it by most ignored at the top to least ignored at the bottom.

PS: why can't I rate this mod? "Sorry you cannot rate this thread."
Thanks, see with 1.1: http://forum.dutchbodybuilding.com/misc.php?do=topignorelist it's different but still not a high to low ranking.

exel
07-13-2013, 06:23 PM
Thanks, see with 1.1: http://forum.dutchbodybuilding.com/misc.php?do=topignorelist it's different but still not a high to low ranking.

Sorry, I'm doing this real quick as I'm heading out, I'll have a fix for you by tonight. :)

joeychgo
07-13-2013, 06:35 PM
all I get is:

There is no one currently on anyone's Ignore List!

Hard to believe on a 30,000 member forum

exel
07-13-2013, 06:57 PM
all I get is:

There is no one currently on anyone's Ignore List!

Hard to believe on a 30,000 member forum

Can you check your database manually and see if it returns any results?

If it doesn't, then the product is working correctly. it sounds crazy, but to be honest, I don't even use the ignore list, I forget about it until this request was made. Lol.

adwade
07-14-2013, 09:05 PM
I was just looking for something like this last week! I was so surprised to see it today and noticed you just released it. Soon as you get the sorting to work, I'll be installing it. Thanxx for creating this MOD.

exel
07-15-2013, 04:13 AM
Updated!

- Cleaned up code.
- Sorts by highest ignore count

dutchbb
07-15-2013, 07:58 AM
Thanks just one aesthetic glitch that I see:

adwade
07-16-2013, 07:51 PM
You state that:

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

However, for me to get it to work I had to use the form:
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

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



change to
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
Updated to version 2.1


I assume you meant v2.2?

exel
07-19-2013, 04:28 PM
I assume you meant v2.2?

Yes, sorry. :p