![]() |
Is it possible to add to the stats the time spent on the board?
https://vborg.vbsupport.ru/showthread.php?t=133059 This one for example. Thanks very much for good plugin. |
Hello! I have installed this and it's working great. I was just wondering (and forgive me if I missed this somewhere) if there is anyway to add the option to show the top 10 most active threads (meaning post count)? Could someone maybe tell me the code to insert? Thanks!
|
Hi,
i cant view more then the Top10 after Updating to the latest Version of this Modification. http://www.politikstube.de/forum/misc.php?do=cybstats The Page appears only blank. The normal Stats are showing correctly under the navbar : http://www.politikstube.de/forum/ *argh* Code:
MySQLi - 4.1.19 |
scheinbs,
It will be improved in some of next releases. AFemaleProdigy, It wouldn't be that easy to do by yourself. This function may be added also in some of next releases. redlabour, I see no reason for that. If you are sure that original hack code is untouched then you may wish to give me access to tour ACP to check it... |
Send you AdminCP Access tomorrow.
|
Could you answer my question please Cybernetec?
I've had to disable latest news for the past week. I tried reinstalling but it still isnt working. Thanks. |
getting errors on separate page link.
URL: http://www.maksazone.com/misc.php?do=cybstats Quote:
can anyone explain me wat to do? do i need to make separate page ? how? help help help :( |
Read the last 8 Postings. You are not alone. :)
|
wow it's working now. thanks a lot friend :)
|
This is really great mod but one problem that when we click on the last posts it goes to the first post instead of last post .
anyway , cyb ur hacks ROCK |
Quote:
|
Thx ! :)
Great and fast work ! ;) |
Quote:
|
Quote:
Why not you help me, please? Is isn?t there solution for my problem I would like know it. Could you answer my question please Cybernetec?: https://vborg.vbsupport.ru/showpost....&postcount=518 Thanks |
v4.8 - Mar 09. 2007.
-New: "Hottest Threads" - list popular threads sorted by reply count -Fixed bug (more results page blank or get "URL file-access is disabled" error) -Fixed bug (new replies signalization in "Most Viewed Threads" and "Latest Forum News" not working) -Number of results on separate page is now chosen by user via drop-down menu (in hack settings you can set available values) -Main Top Stats box now can be shown on unlimited number of locations (list locations you want, separate with commas) -Added sessionurl to links where missed To upgrade: -Import product XML, allow overwrite. -Check hack settings (vBulletin Options > Cyb - Advanced Forum Statistics) |
Thanks for the latest update. Would really love that feature you had before that had top stats of the month etc. I noted you removed it as it was too server intensive. But couldn't these stats just be updated once / day rather than on the fly?
|
Quote:
I think you might be onto something using a cron 1/hour or even 1/day rather than on the fly. That is how the Top Thread Starter is done now I believe... |
A lot of our members did see this new feature and loved it and were very disappointed when it was taken away then. I hope it can be re-implemented into future versions.
|
Nice thank you. you always keep your hacks up to date. Your a great person
|
I can't get the Hottest Thread to display...anyone has this problem?
Can anyone have a demo where they have both Latest Thread and Hottest Thread shown ? |
thanx
/me updates |
Hi,
I've updated but i still have this same problem https://vborg.vbsupport.ru/showpost....&postcount=516. Hot threads not showing either. Thanks |
Thank you so much for your wonderful hacks. :)
|
There are lots of people on my site that like the Top 10 Stats, but there are just as many that hate it. Is there any chance of making this feature an option for users to select in the usercp? I know they could just collapse it, but if they do that then the queries are still executed every time they reload. It would be real nice if users could disable/enable it from their CP.
Oh, and it would be really cool if you could press Latest Posts and the latest posts box would refresh itself all javascript-like. It would cut down on server load if only the latest posts box could be refreshed instead of the whole page. |
i love this hack... and i really want to display all of the items that it allows for... but we all know that the tables cant hold them all without breaking...
is there a way... to make this vertical?? maybe 2 or 3 columns wide and as many rows down...?? that way, there can be a full listing of all the info without breaking tables... |
How to I am able modify this represented with red arrows to black arrow?
It is a problem with Aria style. I don't find the correct template :D Thank again :) |
Why when going to CMPS, it takes a really long time to update? I have to always use Ctrl+f5, to see what's current.
I have photoplog module on CMPS, and i uploaded a pic and i don't see till i hard refresh. Why is it acting like this? |
I am trying to EXCLUDE a usergroup from being included in statistical display...
The three columns I display are NEWEST MEMBERS, TOP POSTERS, and LATEST POSTS. When I put in usergroup 18 (that only has 1 member in it), it excludes all users from stat calculations in first two columns but shows latest posts properly. Any ideas? |
Work very good. Thanks
|
Quote:
|
Quote:
This is a great plugin though. |
Very Nice! :)
Installed |
There is a Error.
The & sign turns into & when its cut. |
Quote:
Hey Cyb - were you able to fix the problem with 'recent posts' showing topics from private forums to all usergroups? |
Nice hack Cybernetec.
I have a small problem with your hacks, my forum has Right to Left direction, and since you code the with "left" or "right" alignment I get some hard time trying to change. why don't use for example $stylevar[left] instead of "left" in alignment?, it will change anything in Left to Right forum and it will correctly in Right to Left text direction forum like Arabic forum. |
Quote:
Quote:
|
Quote:
'Forums excluded from stats (List IDs, separate with commas)'. Is this the only way to block thread titles in private forums from being shown on the latest 'latest posts' list? A few weeks ago, someone also posted a message regarding this same issue. And I also have this: 'Show Private Forum" set to 'No'. So I'm expecting this hack to inherit usergroup permissions but maybe it wasn't meant to do that for the 'latest posts' list? |
Quote:
|
Quote:
|
1.
There is a problem in code here: Code:
<td class="tcat" colspan="10"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('cyb_fh_stats')">$cyb_loc_opts<img id="collapseimg_cyb_fh_stats" Of course we have 10 <td> lines below. But! Only some of them is enabled by default. 4 if I am not mistaken. And when we have such situation we have BUG in some browsers. I made a screenshot. And here is how the generated code looks like: PHP Code:
The fix for this bug I see is to count from databse home many colums is enables and replace Code:
colspan="10" Code:
colspan="$cybtopstats_enabled_colspan" Also there is some "bad" coding. I posted a thread here: https://vborg.vbsupport.ru/showthread.php?t=136982 There is lines in your code like: Code:
$get_latest_news[titletrimmed] = substr($get_latest_news[title], 0, $trimthreadtitle) . '...'; You have to replace those lines with this one example: Code:
$get_latest_news[titletrimmed] = fetch_trimmed_title($get_latest_news[title], $trimthreadtitle); |
All times are GMT. The time now is 04:46 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:
|