![]() |
Any chance of getting code to show reputation? Latest users is kinda blah.
|
hello, i just installed this & it works great but one problem is that it shows up in the parent style but not in the child styles...how can i get this to show in the child styles?
|
Quote:
|
Hi Infinityweb,
Did you ever thought about the serverload? a query suchs as your would defenitly slow down your page with your plugin installed. Als the forumcache table your using to get forum permissions is too big to access all the time. Actually I think if someone would install your plugin it will use more than the whole vbulletin itself :ermm: I think you should find a workarround for the forum permissions and try to get them in a different way, because now it's loading the whole forumcache. but only the last 5 posts are needed. Regards, MainFrame |
Quote:
As for server load I haven't really looked into it with and without this hack and don't really plan to as load isn't solely based on the one page load however the query you talk about takes a fraction of time to load, even if it is on my relatively small board. Time Before: 0.37994 seconds Time After: 0.38122 seconds Time Taken: 0.00128 seconds So at the moment load isn't a concern to me. If you find your forum slows up when this hack is installed then you are welcome to uninstall it. |
Thanks it works with me......
|
Quote:
Queries: 1)Per User 2)Last 5 with private board screening 3)Raw last 5 Display: () Latest Posts () Newest Members () Highest Posters () Highest Rep () Most Active Members - This would be radio buttons with multi-select options Like you said, your board is small. Just a guess, but I'd think the difference would magnify with big boards. I love your mod, but these pulls have bothered me a little. I'd love to see some of the above available for speed freaks like me. |
Hi Infinityweb,
thanks for your fast reply. I have turned on debug mode and found the problem. I have arround 90.000 registerred users on my forum(www.funfiles.ws) and arround 1500 online practicly every day arround 19:00. Because your plugin is sorting them on posts it's taking 0.34 seconds to get the top users from the database. I've added an index in the mysql table users for posts and now it's only taking 0.0008 seconds so thats defenitly a change.. If anyone uses your plugin and have many registerred users and lots of them online I would suggest the same. add an index for posts in the user table by executing the below query in your admincp Code:
ALTER TABLE `user` ADD INDEX ( `posts` ) MainFrame |
This is a really nice hack...but I would *love* to see a "Top thread starters" stats in it! :)
|
It doesn't work for me...
I installed it and get no errors but it's not showing up on the forumhome. Is there a settign I need to adjust to get it to display? I notice the code for forumhome says: Code:
<if condition="$show['topXstats']"> |
All times are GMT. The time now is 08:14 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:
|