![]() |
Do you have the Post.Dateline index on your forum ?
Do you use the usergroup filtering ? |
Thanks for the reply.
Yes, I have a Post.Dateline index. I tried it with and without usergroup filtering, no noticeable difference. Have you tried it on a very large forum? |
Installed...working fine on 4.1.10
|
Quote:
|
Installed, works perfectly in 4.1.11
|
Hi,
I installed the 4200 on VB4.2, it did not work. No display of any numbers. |
Works just fine for me on 4.2
|
It is okay now. My forum was upgraded from VB4.1.11 to VB4.2. I needed to uninstall the older version of Top Posters, and to revert the Top Posters templates left in the system before I could install the VB4.2 Top Posters. Thanks.
|
Work fine with VB4.1.12
Could you please help me a small trouble? I want to display more poster, with page navigation ( page 1, page 2... last page ) I want to display the Overall column, could you please edit that ? Please help me |
Quote:
2. Edit what ? There is already an overall column. |
Quote:
i mean that , there is only one "overall" column, delete the week,month column how to display like that ? |
Sorry, but I still dont understand what you are asking.
|
Tagged for later
|
I mean that :
I only want a page where i can display list member who post much ( overall ) in all time I don't need the column : week, month , i only need the column : overall Could you please edit that for me ? |
Please read it and help me Paul :(
|
You need to help yourself first.
Simply turn the other columns off. It will look a bit odd tho. |
Paul, any way to convert this to a Top Referrer mod? Or add a top referrer column?
|
In version 4200, my forum path will be redirected to the plugin's page:
PHP Code:
Can you tell me what may cause this ? Thanks, |
I dont understand your post tbh.
|
Quote:
|
There is no code to perform redirects in it.
|
Installed!
Two questions, though:
https://vborg.vbsupport.ru/ EDIT: Never mind the first one. I fixed it by inserting this into the additional.css template, changing the color accordingly when I added it to the additional.css template for Dance of the Dream Eater (Light). Code:
.toptable td { |
Quote:
|
generates lots of load on the server with many users. anyway to cache this?
|
Multiple repeat posts removed. If someone is going to answer you they will, we dont need repeated posts with huge images every week.
|
here is what i did to reduce the load on the server.
i created a cron job to run every 4 hrs and save output to an html file. i then created a link in Quick Links .. PHP Code:
|
Okay, I got it to sort of work.
online_location_unknown: Code:
if ($userinfo['activity'] == 'topposters') Code:
if ($userinfo['activity'] == 'topposters') Code:
if ($filename == 'topposters.php') Code:
switch ($filename == 'topposters.php') EDIT: I changed online_location_unknown again and made it this: Code:
switch ($userinfo['activity']) This is what it should be: Viewing Page Top Posters This is what it says: Viewing Page http://www.kh-mediaflare.net/misc.php?do=topposters Any help will be greatly appreciated. |
You seem to be over complicating a simple change.
Simply replace ; PHP Code:
With PHP Code:
Nothing else needs to be done. |
Quote:
Anyway, I reverted the changes I did and changed what you told me to change, and it worked. The only additional change I made was changing this: Code:
$userinfo['action'] = $vbphrase['top_view']; Code:
$userinfo['action'] = "Viewing Page"; Thanks again, Paul! :) |
You should not change the code, but simply edit the phrase.
|
Quote:
|
Quote:
exactly the same problem I have I already did fix it for |
Hey Paul,
My forum has been using this application for quite awhile and we LOVE it. Recently we implemented a change where if a member posts less than 100 characters it does not add to their post count. We used this mod to do it. The issue which has arisen is that although their post count does not increase, on your modification it still does. We have been using your modification to keep track of how many posts a member makes each month. Is it possible for me to edit the code somewhere to have it pulling from the active post count and not just if the member makes a post at all? And by "possible for me to edit" I mean, if this is possible can you help show me how? (Location/what to replace etc). I would sincerely appreciate it. |
For the most part this counts the physical posts, so it would not be very easy to exclude posts certain posts. You could probably do it with some fancy SQL check, but that would likely put a burden on the query processing, which would certainly slow it down on larger forums.
|
Alright, thank you Paul :)
We only average about 50 members, but we're using justhost at the moment and they suck when it comes to SQL connections so I'd rather not burden it. |
Great Mod thanks for this!!
|
All times are GMT. The time now is 01:59 AM. |
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:
|