![]() |
This is probably too small to qualify has a hack but i've seen one or two posts looking for it. This finds the most popular thread on the board.
Open index.php and before Code:
// get total posts Code:
//Most Popular Thread by Replies Code:
//Most Popular Thread by Views Code:
eval("\$popularthread = \"".gettemplate("popular_thread")."\";"); Then within the control panel click add templates. Template name is popular_thread and the code should be this Code:
Most popular thread is <a href="showthread.php?s=$session[sessionhash]&threadid=$popular[threadid]">$popular[title]</a> the threadtitle will be a link to the title. |
doesnt show up in forum home :(
|
Same here - doesn't work for me, either.
Phil~ |
|
don't work...
please fix bug's... :( |
Are you getting any error messages at all?
i've installed it twice on other boards and it worked fine. Another person pasted in both lines for getting most popular. Ie the one for popular by reply and the popular by views. Make sure you only paste one of them in. |
Ok. Thx! All work! Fine work!
You could not make Show most popular thread on index page at present (at the rate of 24 hours)? |
Not a bad idea but I think I'll skip this one. The one weakness to the linear style bulletin board is that once you go beyond one page it's much harder to read and manage than threaded bbs'es or some other style bbs'es (it does exist). On my board this would just encourage people to make those monster threads even more unmanageable.
|
all code is correct
just doesnt show up!? weird.... :) |
How can I use this on a non vb page?
|
Is the nonvb page Perl, PHP or ASP??
or are you wishing to call it via SSI. |
I would prefer a ssi call, but I can make the page php if I need to.
|
simpliest way is if the page is php
PHP Code:
Most popular thread is Some Title Here and the title will be a link to the thread. |
That did it.
Now, how could I have it include the top 5 most popular?? I want to have a box on my front page with the top 5 threads. thanks |
PHP Code:
|
Great hack really like this one.
Work perfectly thanks :) |
Great Hack PPN, i luv it but i had the "Show most popular thread" in a table and my most popular thread has a very long title, more then 40 characters so i reduced it 2 25. If someone is interested, here it is: :)
root/index.php find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Is there a way to do this hack for any specific forum? Because that would be really great for my board if there was a way to do that
|
Sounds like a great hack!!!
Nice PPN... And great idea Lesane!!! Definately installing this one... Satan |
no one has ansewer to my question? im sure there is a way to do it, but i do not know how...
Quote:
|
Can you do both of these at the same time?
Quote:
Code:
Then in either of your forumhome templates place $popularthread and the text "Most populat thread is THREADTITLE" |
have it like this
Code:
//Most Popular Thread by Replies Code:
//Most Popular Thread by Views Template Change Code:
Most popular thread by reply is <a href="showthread.php?s=$session[sessionhash]&threadid=$popularreply[threadid][threadid]">$popularreply[title]</a> Code:
Most popular thread by views is <a href="showthread.php?s=$session[sessionhash]&threadid=$popularview[threadid][threadid]">$popularview[title]</a> |
Thanks but I still don't understand quite yet. What about the eval part that goes under it? Don't I need 2 of them? And what do I call the templates? Can you give me the complete code with this stuff in it, please? :) And is there any way to incorporate Lesane's addon for the character limit in these?
Quote:
|
How could I do this for the following code?
Code:
//Most Popular Thread by Replies Quote:
|
musicfreak12399,
I figured it out. Instead of making any templates, I just used the template code you gave directly in the forum home template. I put the first 2 parts in the index.php and that last 2 lines of code in the forumhome template. Is that what you meant? |
Is there any way to make these so they won't show a private forum or thread?
|
Nice Hack thanks. Installed on v2.3 #3 Easily. The code I used was that which was posted by 'musicfreak12399' above. There is a slight code difference.
On the forum home template, you will note that his code has an extra: '[threadid]' on it - While it will work that way, its not correct. Just remove it from the end and you should be fine. Thanks! |
All times are GMT. The time now is 02:23 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|