View Full Version : Show Thread Enhancements - View threads started in postbit
PitchouneN64ngc
04-04-2007, 10:00 PM
This mod displays the number of threads a user have made.
Only 2 plugins in the product, 1 for calculate the number of threads, the second to modfy the template cache.
The little GIF image must be in the 'images/misc' folder.
Enjoy ;)
FAQ:
Q. I receive this error when I click into the magnifying glass :
1. Please specify some words or valid user names to search on. There were no matches for those that you specified.A. Go to search.php, enter the username which you have this error, select the option 'Exact username' and send. You must to have the same error. If no, tell me (normally, you must to have the same message).
This error happens with version 1.0.0 and the use of the postbit_legacy template (using $userinfo instead of $post[username]) . This mustn't happen on version 1.0.1 :)
[U]Changelog:
1.0.0: Initial release (5 April '07)
1.0.1 : Bug fixes and some little modifications (8 April '07)
1st post .. wow .. clicked install
lovelypk
04-05-2007, 09:01 PM
nice
Smoothie
04-05-2007, 09:20 PM
queries added?
thincom2000
04-05-2007, 09:24 PM
Right now this adds 1 query per post. This should be possible to either make into a single query, or join with the showthread posts query (if you have MySQL 5).
hendri
04-05-2007, 09:49 PM
installed , thanks !
ForYou
04-06-2007, 08:25 AM
Hello ,
Is there a way to let this mod like this ,
Post : 12 For Example
Theards : 5 For Example
Total : 17 For Example ,
It will be nice ,
Regards
PitchouneN64ngc
04-06-2007, 08:43 AM
queries added?Only 1, like thincom2000 said (for coutn posts by a query like SELECT count(*) ) :)
Hello ,
Is there a way to let this mod like this ,
Post : 12 For Example
Theards : 5 For Example
Total : 17 For Example ,
It will be nice ,
Regards
This mod don't do that. May be a newer mod in the future ;)
rjmjr69
04-06-2007, 10:05 AM
What about legacy?
Sofia
04-06-2007, 10:20 AM
Thanks a lot, pitchoune :)
PitchouneN64ngc
04-06-2007, 11:32 AM
What about legacy?
It works for postbit and postbit_legacy templates :)
NFLfbJunkie
04-06-2007, 02:11 PM
When you click on the maginfying glass, is this supposed to display the threads started by user? If so, this isn't working. This is what happens:
The following errors occurred with your search:
Please specify some words or valid user names to search on. There were no matches for those that you specified.
PitchouneN64ngc
04-06-2007, 02:21 PM
It works without any problem for me.
When you go to the search page and you set only the username (and search for the exact username), do you have the same error?
NFLfbJunkie
04-06-2007, 02:38 PM
I just thought the search function would be performed by clicking on the icon in the postbit, bringing up the threads created by the user.
Invalid ID
04-06-2007, 04:21 PM
Very nice Idea, Installing :)
Tralala
04-06-2007, 07:47 PM
Rather than having the magnifying glass, could you just make the number itself clickable?
Thanks for sharing this... wondering, how is this different from this one:
https://vborg.vbsupport.ru/showthread.php?t=115136
Just comparing so I know which direction to go! Thanks again.
kruchczan
04-06-2007, 08:01 PM
The following errors occurred with your search:
1. Please specify some words or valid user names to search on. There were no matches for those that you specified. :confused:
PitchouneN64ngc
04-06-2007, 09:27 PM
For those who having this issue:1. Please specify some words or valid user names to search on. There were no matches for those that you specified.I've edited the first post to answer :)Rather than having the magnifying glass, could you just make the number itself clickable?
Thanks for sharing this... wondering, how is this different from this one:
https://vborg.vbsupport.ru/showthread.php?t=115136
Just comparing so I know which direction to go! Thanks again.The mine run 1 query to count the number of threads the user made and display it by modifying the template cache (so, it's normal this modification don't appear when you use the quick edit or quick reply).
The mod linked run 2 queries for adding 1 field in the user table and to save the number of threads the user made. It displays the result by a query to the user table.
For your suggestion, I will take this into consideration for a future maintenance update :)
Mecho
04-07-2007, 04:14 PM
Thanks . very nice idea . i think this mod make " Top Thread Starter* " mod easier ..
can u also make that one too ? :)
Thanks anyway .
*the person that made Threads more than other users .
PitchouneN64ngc
04-07-2007, 09:25 PM
Thanks . very nice idea . i think this mod make " Top Thread Starter* " mod easier ..
can u also make that one too ? :)
Thanks anyway .
*the person that made Threads more than other users .
I will maybe see for this :)
PitchouneN64ngc
04-08-2007, 07:22 AM
Version 1.0.1 released ;)
This version fixes a bug when you use the postbit_legacy template, the variable took for made the link wasn't good :)
I renamed also the plugin names from French to English (for more comprehension for everybody) :)
Enjoy ;)
how do we make this appear in the postbit? installing instructions?
PitchouneN64ngc
08-07-2007, 07:40 PM
Just import the uploaded product from here and that's all ;)
This mod edit your template cache directly (this avoid the edit of templates) :)
it's not apperaing in my postbit
www.whoyoureppin.com/forum
Megareus Rex
08-12-2007, 08:56 PM
it's not apperaing in my postbit
www.whoyoureppin.com/forum
I have the same problem as this guy. I installed the product, but nothing appears in my postbit.
PitchouneN64ngc
08-13-2007, 10:50 AM
The mod searches the exact text '$vbphrase[posts]: $post[posts]'. If you don't have this exactly like my text, it can't work.
I'll check if I've an other solution for checking less information for made the replacement ;)
Very nice Idea, Installing :up:
devilrulez
08-13-2007, 12:52 PM
good one there.....
can it be modified to give count in a specific forum?
maybe just give us the code to it? so we can enter its own verible in the poostbit legacy?
SmasherMaster
08-17-2007, 08:33 PM
I have run into a problem with this hack. You can install it and follow the steps, but it doesn't show up in the postbit_legacy, and you'll have to add it yourself. I added mine right under where '$vbphrase[posts]' is listed.
<div>
<b>$vbphrase[threadsstarted]:</b> $threadsstarted
</div>
I did NOT see anything in the instructions for it in the text file. Please remedy this, unless I have missed something vital.
ryancooper
12-08-2007, 09:05 PM
I to would like to see this show posts from a specfic forum? Please. . .
zmmmzz
12-21-2007, 03:58 AM
thanks!!! love this
alserag
12-27-2008, 01:53 PM
Hello ,
Is there a way to let this mod like this ,
Post : 12 For Example
Theards : 5 For Example
Total : 17 For Example ,
It will be nice ,
Regards
i nees like this ... if you can do it . :(. please do it ?
FernandoFG
05-22-2010, 07:51 PM
Will this work on 3.8.2?
blackberry
12-12-2010, 03:47 PM
nop i am getting error :-s
The following dependencies were not met:
This product is not compatible with version 3.8.4 of vBulletin. (Compatible starting with 3.6.0 / Incompatible with 3.6.99 and greater)
BirdOPrey5
09-08-2013, 10:51 AM
Those who want to try this on VB 3.8
Download that mod, edit the xml file in a text editor
find
maxversion="3.6.99"
change it to
maxversion="4.0.0"
Attempt installig as normal. Be sure to read post 32 as well.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.