PDA

View Full Version : Forum Display Enhancements - Total Users Subscribed


Logikos
02-10-2006, 10:00 PM
Total Users Subscribed
vBulletin 3.5.3
www.vBHackers.com

What this does
Will give you the number of total users Subscribed to each thread on the threadbit (forumsdisplay) page. See screenshot.

To do list...

Time to install: 5 minutes
Queries to run: 0
File Mods: 0
Templates to edit: 1
Templates to add: 0
New Phrases: 0
New Plugins: 1


Click It For Support!
https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=107697)

Help & Support
Before asking for support Please make sure you have done all necessary changes! If you still need support please post a reply here and double check that you have clicked the Install Button (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=107697).

Please post bugs and errors here. Hope you like, feedback welcomed! :)

HaYLaZ
02-11-2006, 07:56 AM
nice thank you:D

D.Ilyin
02-11-2006, 08:01 AM
Are you planing to do sort by subscribed users in forumview template?

Logikos
02-11-2006, 08:07 AM
Maybe. I thought this was a good idea to add to my forums. I plan on making it so the Thread starter and staff can view the list of users, or everyone. I wiped this up in about 10 mins. Most of the time was ziping and starting this thread. :p

Anyway, I'm sure i'll have some updates soon. Lets see if time is on my side :)

forumsoup.com
02-11-2006, 11:27 AM
Wow! I didn't know my hack idea could actually spring into action! Wahoo! Thank you so much LiveWire. Hmmmm maybe I should start making my own hacks. Eh, but I'll have to learn how. Or maybe I can just give you more ideas. :up:

Logikos
02-11-2006, 02:00 PM
No problem.

Developer
02-11-2006, 02:19 PM
nice to share
installed

Snake
02-12-2006, 09:19 AM
Nice of you to make this hack! :)

firstrebel
02-12-2006, 12:46 PM
Excellent, thanks. *klix install*

Bob

Julie
03-02-2006, 08:34 PM
Nifty little thing, thanks! :)

Boofo
04-26-2006, 07:13 PM
Sorry to be the bearer of bad news here, but after installing this, my queries went from 14 to 54 in a forum that was listing 40 threads. This seems to add a query for every thread listed. Is there any way to fix the query issue on this, sir? ;)

Logikos
04-26-2006, 07:24 PM
I'll see what I can do. It adds one query for each thread listed. Maybe I can JOIN into an existing query that pulls the data much cleaner.

Boofo
04-26-2006, 07:31 PM
I'll see what I can do. It adds one query for each thread listed. Maybe I can JOIN into an existing query that pulls the data much cleaner.

Can't you do a while query or is it in the loop?

Logikos
04-26-2006, 07:39 PM
I tried adding this to the "forumdisplay_query" but that menthod didn't work. I have one more idea on how to do this. I'll go test it out now.

Boofo
04-26-2006, 08:45 PM
I tried adding this to the "forumdisplay_query" but that menthod didn't work. I have one more idea on how to do this. I'll go test it out now.

Any luck?