PDA

View Full Version : Statistics Modifications - Cyb - Advanced Forum Statistics


Pages : [1] 2 3

Valter
04-30-2008, 10:00 PM
vB 3.8.x version (AJAX based) here:
https://vborg.vbsupport.ru/showthread.php?t=201274

Please click install in above thread to get future support.


===


Info:
Forum Statistics for:
-Latest Forum News
-Newest Members
-Top Posters
-Top Thread Starters
-Top Referrers
-Most Viewed Threads
-Hottest Threads
-Top Reputations
-Top Thanked
-Most Popular Forums
-Top Infractions
-Latest Classified Ads
-Latest Blog Entries
-Latest Posts


This product is very flexible. You are able to choose which stats to show, disable some details to save page space, optionally show data from last X days only, make several other functionality/make-up customizations... See screenshots.


You can have Main Stats box shown on several pages...
It's shown by default on forumhome (to disable it set "Main Top Stats box on ForumHome" to "Disable")
To activate another location:
a) put location-name in "Stats on Custom Pages" field in hack settings
Explanation: When you open some vBulletin php file you'll see this at the top - "define('THIS_SCRIPT', 'XXX');"
XXX is location-name we need. It's usually the same as php filename (without extension, of course)
Note: When setting several locations then separate location-names by commas
b) add "$cybtopstats" to the template called on page where you wish to have stats shown


Notes:
-To set options go to: vBulletin Options > Cyb - Advanced Forum Statistics
-"Top Thanked" works only with Abe1's "Post Thank You" hack. Don't enable if you have not this hack installed.
-To move Top Stats box somewhere else on forumhome: 1.-Set placement setting to "None" 2.-Add "index" to "Stats on Custom Pages" setting 3.-Add "$cybtopstats" wherever you wish in FORUMHOME template.
-If Top Stats box is too big because of long usernames or thread/forum titles be noted that you can trim them in ACP options.
-When forum/thread titles or usernames are trimmed, mouse-over will show you full version.


Installation:
1. Required:
Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]

2. Optional - if you use custom styles and stats are not shown:
Open FORUMHOME template and add "$cybtopstats" where you wish Stats box to appear

3. Optional - if you use custom styles and link to re-enable stats is not shown:
Open desired template and add "$cybts_enablelink" where you wish "Enable Top Statistics" link to appear


Versions:
v1.0 - Jun 12. 2006.
-First release
v1.5 - Jun 12. 2006.
-Added - option to enable/disable whole hack
-Added - option to Enable/Disable "Newest Members"
-Added - option to switch "Newest Members" column background color (alt1/alt2)
-Added - option to Enable/Disable "Top Posters"
-Added - option to switch "Top Posters" column background color (alt1/alt2)
-Added - option to Enable/Disable "Top Reputations"
-Added - option to switch "Top Reputations" column background color (alt1/alt2)
-Added - option to Enable/Disable "Latest Posts"
-Added - option to switch "Latest Posts" column background color (alt1/alt2)
v1.6 - Jun 12. 2006.
-Small bug fixed (thanks evss)
v1.7 - Jun 13. 2006.
-Added - "Newest members" option to show/hide member ID
-Added - "Newest members" option to show/hide member post count
-Added - "Top Reputations" option to show/hide member post count
-Added - "Latest Posts" option to show/hide post date/time
-Added - "Latest Posts" option to show/hide post replies #
-Added - "Latest Posts" option to show/hide post views #
v1.8 - Jun 13. 2006.
-Added - Top Thanked Stats - for those who use "Post Thank You Hack" by Abe1
-Added - "Latest Posts" option to show/hide last poster
-Improved tables
v2.0 - Jun 14. 2006.
-Added - View more results on separate page (requires one file upload)
-Option to allow/dissallow members to view more results on CybTopStats.php
-Option to set default number of results shown on CybTopStats.php
-Option to set max number of results user can choose to show on CybTopStats.php
v2.5 - Jun 15. 2006.
-Added - "Latest Forum News"
-Added - "Most Viewed Threads"
-Added - Ability to show/hide any detail in stats
-Hack name changed to "Advanced Forumhome Statistics"
v2.6 - Jul 03. 2006.
-Added "Forum" to "Latest Posts", as requested. This shows forum name where post is created. Can be enabled/disabled.
-Added an option to trim forum titles.
-Fixed bug where thread date/time was shown. Now date/time of the latest post is shown.
-Few improvements in codes.
v2.7 - Jul 04. 2006.
-Fixed bug where private forums are not automatically excluded. This works fine now.
v2.8 - Jul 08. 2006.
-Security bug fixed where some codes can be executed on site if entered as thread title. Upgrade Recommended!
v2.9 - Jul 09. 2006.
-Fixed issue with special characters used in some languages (Turkish, Bosnian, etc)
v3.0 - Aug 04. 2006.
-Release of this hack for vB v3.6
v3.1 - Aug 21. 2006.
-New: no more file uploads (separate page still exist, don't worry)
-New: full username/title on mouseover when you trim forum/thread titles or usernames
-New: in "Latest Posts" - thread title is linked to start of thread now and little arrow is linked to first unread post in thread
-Fixed/changed some phrases
-Other fixes
-To upgrade: Import XML as product, allow overwrite, then delete CybTopStats.php from your server
v3.2 - Aug 22. 2006.
-Bug fixed in "Latest Posts" (when you click on little arrow you get "post doesn't exist" error)
v3.3 - Aug 23. 2006.
-Bug fixed in "Latest Posts" (blank "User" field when guest posted)
-Bug fixed in "Latest Posts" (if default browser font is not Arial then go-to-first-unread-post-arrow is shown as little blank square box)
-If your forum's index.php file was renamed for any reason, now you can enter new filename in ACP hack options to have working separate page
v3.4 - Aug 30. 2006.
-Bug fixed in "Latest Posts" (Moderated threads not hidden)
-Added "Product Version Checking"
v3.5 - Aug 30. 2006.
-Small security bug fixed
v3.6 - Sep 09. 2006.
-Added: "Top Thread Starters" (NOTE: Requires MySQL version 4.0.4 or higher)
-Added: You can choose in Settings where Stats box will be shown on forumhome (4 options + disable)
-Added: You can have Stats shown anywhere on your forum/external page (must include global.php). Just put "$cybtopstats" where you wish to have stats shown.
-No more need to set filename for "index.php" if it was changed. Now misc.php is used, which nobody has need to rename.
-Tables improved (some space saved)
-Small bug fixed (no full thread title on mouseover in "Latest Forum News" when thread titles are trimmed)
-Thanks to Paul M for help with db query for "Top Thread Starters"
v3.7 - v3.9 (Sep 16. 2006.)
-Trying to fix very weird bug
v4.0 - Sep 18. 2006.
-To completely solve several problems experienced with versions 3.7 - 3.9 I'v changed some things here:
1. You can have stats shown on maximum 2 pages (who needs more?)
2. Stats are shown by default on forumhome (to disable it set "Top Stats Box Position" to "None").
3. To activate second location:
a) type location-name in "Additional Location" field
Explanation: When you open some vBulletin php file you'll see this at the top - "define('THIS_SCRIPT', 'XXX');".
XXX is location-name we need. It's usually the same as php filename (without extension, of course).
b) add "$cybtopstats" to the template called on page where you wish to have stats shown.
v4.1 - Sep 25. 2006.
-Added "Top Referrers"
-Added option to exclude usergroups from viewing top stats
-Few code improvements (zeros excluded from stats, few table parameters adjusted)
v4.2 - Oct 29. 2006.
-Whole code is now valid XHTML 1.0 Transitional
-Added option to exclude usergroups from showing up in top stats
-Fixed bug (deleted threads still listed in stats)
v4.3 - Nov 29. 2006.
-Added option to set time/date formats (defaults: day-month, hours:minutes) - this can save some space
-Removed some 'width' attributes to improve columns alignment
-Table width changed to stylevar outertablewidth to fix problems with some styles
v4.4 - Nov 29. 2006.
-Main table width is 100% again because $stylevar[ourtertablewidth] breakes some styles for some reason
-Updated templates version/dateline info
v4.5 - Nov 30. 2006.
-Fixed bug (queries executed in background for users who are not allowed to see stats)
v4.6 - Feb 26. 2007.
-New general option: Choose to show stats from the beginning, for current month, or from custom date
-New in "Latest Posts": Choose where titles and arrows are linked to
-New in "Top Reputations": Added number of members who gaved positive reputation points to user
-Several small code improvements for better compatibility with different styles and SEO
-Setings page little re-organized...
v4.7 - Feb 27. 2007.
-Removed options from 4.6 which requires complex queries and makes forums run slow ("show stats for a custom time period" and "show number of members who gaved positive reputation points to user"). Sorry, I know this was useful but it's more important to keep this product fast/stable.
-New in "Latest Forum News": Now you can set several forums to show latest threads/news from
-Fixed bug (stats can not be used in forumdisplay)
-Fixed bug (user see no-permissions-to-view threads in "Latest Forum News")
-ACP settings page re-organized and shortened for better view
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
v4.9 - Mar 23. 2007.
-Fixed bug where cell spacing/padding for individual stats tables are not defined - this saves a lot of space and looks much better imo
-Colspan for the main table now calculated automatically, depending on number of enabled stats (this fixes problem with tiny blank column in Opera)
-Fixed bug where some special characters are not shown properly in stats when titles/usernames are trimmed
-Trimming is now done in standard vBulletin style - trims a string to the specified length while keeping whole words
-New: Option to remove bold style from usernames in stats
-Hack compatible with vBadvanced CMPS (location: adv_index, variable to globalize: cybtopstats)
-Improved compatibility with right-to-left direction styles
-BIG general code clean-up
v5.0 - Apr 10. 2007.
-To save page space Stats are now arranged into two rows and up to four columns (adjustable in Options)
-For every column you can choose which statistic to show in, except "Latest Posts" which always uses one full column
-New: "Most Popular Forums"
-New: User can completely disable Top Stats (and enable it later easily if wanted)
-If stats disabled then "Enable Top Statistics" appears in "Quick Links"
-New: Drop-down menu in Stats table header with options to view more stats and disable them
-New: Exclude usergroups from viewing more results [guests(1) and banned(8) blocked by default]
-Fixed bug where queries are executed on index even you disable Stats on Forumhome
-Settings page much easier to understand and set now
-Several other fixes and improvements, including queries, indexes for thanked posts and user threads, better js codes, better tables etc...
v5.1 - Apr 16. 2007.
-Fixed bug where "Latest News" are not sorted by date but ID
-Fixed javascript error in IE
-Fixed bug where "Top Thread Starters" counts are not updated
-Layout changeable (single or two rows)
-Two more columns added
-Any column can be disabled
-Added ability to show post counts in "Newest Members"
-"Stats Management" easier to understand and use
-"Turn on/off Stats" user function improved, including forum message with notes on how to re-enable
-Added variable for "Turn on/off Stats" link to use on custom places ($cybts_enablelink)
-New: "Top Infractions"
-Codes valid XHTML 1.0 Transitional
v5.2 - Apr 29. 2007.
-Fixed bug where thread counts in "Top Thread Starters" are not updated
-Fixed bug with strange underlines on some forums
-Fixed bug where you can not put stats on custom place on forumhome
-Updated instructions on how to put Stats on custom place on forumhome
-Improved exclusion of no-permissions-to-view and private forums from stats
-Added option to move "Latest Posts" to the left in Stats box
v5.3 - May 03. 2007.
-Added option to exclude styles from new/old colorizing
v5.4 - May 06. 2007.
-New: "Latest Classified Ads"
-Fixed bug where thread redirects are shown in "Latest Posts"
-Improved tables and background color switching
v5.5 - Sep 06. 2007.
-Group membership checking improved (works now for supplementary usergroups)
-Optimized (including: one less query, some unneeded lines removed,...)
-Several minor bugs fixed
v5.6 - Oct 08. 2007.
-Fixed bug where users are not displayed using tags from their "display usergroup"
-New: Timecut (count data from last x days only)
-Individual stats can be excluded from Timecut
-Removed New/Old-Color settings, used "time" CSS settings to mark old data
-New: "Top Reputations" now shows Reputations+Reputation Level
-New: "Top Infractions" now shows Infractions+Infraction Points
-"Top Thread Starters" does not require MySQL version 4.0.4 or higher to work anymore
-Several minor bug fixes and improvements in code...
v5.7 - Oct 22. 2007.
-New option: "Show actual reputations instead of reputations given by members"
-Minor bug fixes
v5.8 - May 02. 2008.
-CSRF protection added
-Compatible with vBulletin 3.7 Gold (may not work with Beta/RC releases)
-New: "Latest Blog Entries"
-Minor bugs fixed, some code optimization done
v5.8.1 - May 24. 2008.
-Fixed bug where wrong usernames are shown in "Latest Blog Entries"
-Fixed bug where deleted users appears in "Top Thread Starters"
-Option to completely disable trimming for thread/blog titles
-Minor bug fixes...


Click INSTALL if you like this plug-in.


LIVE DEMO: http://www.bihforum.com

Kaleem
05-01-2008, 09:51 PM
Thank you updated :)

safakuygur
05-01-2008, 09:55 PM
thanks nice hack download

furst
05-01-2008, 09:55 PM
-New: "Latest Blogs"

This is great. Thank you so much for all your work.

Any chance of there being an update in the future that would include the latest comments in the users' photo albums? Bringing those comments to forumhome would really allow the uploaded photos to spawn their own discussions.

crkgb
05-01-2008, 10:01 PM
Thanks a lot for this mod.

boing
05-01-2008, 10:21 PM
Thanx, this hack is so cool....

iogames
05-01-2008, 10:27 PM
does it works with 3.6.10?

Forum Lover
05-01-2008, 10:28 PM
Simply great. Will it be possible to put "latest threads" just like "latest posts"? clicked installed.

Gervie
05-01-2008, 11:03 PM
Thanks ^^

aryshi
05-01-2008, 11:10 PM
than u for update ..

i think there is wrong with last blog when it show the member that not writer of blog!

furst
05-01-2008, 11:12 PM
than u for update ..

i think there is wrong with last blog when it show the member that not writer of blog!
I'm also having this problem. It shows the wrong name but links to the right profile. Sometimes it doesn't show a name at all.

e-LUNATIC
05-01-2008, 11:13 PM
thank you Cybernetec :cool:

egyptsons
05-01-2008, 11:18 PM
Thanks for update
I will try the new one :)

PhoneiX
05-01-2008, 11:20 PM
I was waiting for 3.7.0 version. Thanks.

~ Installed

egyptsons
05-01-2008, 11:28 PM
it's working fine now with VB 3.7 :up:

flipstyle
05-01-2008, 11:40 PM
Thanks you for the great update.

Audentio
05-02-2008, 12:21 AM
Updated, thanks a lot cyb!

orok
05-02-2008, 01:58 AM
thank you Cybernetec :)

Pod
05-02-2008, 02:00 AM
I love the new "latest blogs"!

Grats cyb!

maamon
05-02-2008, 02:41 AM
Arabization needed to Cyb - Advanced Forum Statistics 5.8
thank you

Droptop
05-02-2008, 02:49 AM
Thanks for the Update :up:

aamirkhj
05-02-2008, 02:56 AM
It is a great Mod no doubt however small problem I am facing and that problem I faced in VB 3.6.8 and now in 3.7 as well, when I clicked on any link inside "Advanced Forum Statistics" that clicked link takes me to the desired forum but also logs me out and I have to re-log in back.

I am not sure others are facing this log in / log out problem or not but I am facing this log out issue all the time. Any help will be greatly appreciated other then that this Mod is great.

furst
05-02-2008, 05:27 AM
than u for update ..

i think there is wrong with last blog when it show the member that not writer of blog!

I'm also having this problem. It shows the wrong name but links to the right profile. Sometimes it doesn't show a name at all.

I've found a solution to this problem. In the XML file, on line 856 you will find
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (blog.blogid = user.userid)If you change blogid to userid, it will work as intended. You will, of course, need to re-install the product with the edited XML file.

Megatr
05-02-2008, 05:41 AM
when i enabled Latest Posts page loading 7-8 second
when i disabled Latest Posts page loading 1-2 second

what's my problem ?

myown
05-02-2008, 05:54 AM
thanks

Hornstar
05-02-2008, 06:03 AM
Thanks, looking good now.

meolangthang
05-02-2008, 06:08 AM
Thank you Cybernetec

Rat1972
05-02-2008, 07:25 AM
thanks! click install & mod of the month :)

Subah
05-02-2008, 07:44 AM
Thank you :)

WantedLebanese
05-02-2008, 09:15 AM
Thank You Installed :)

PaylaX
05-02-2008, 10:13 AM
Perfect!

aryshi
05-02-2008, 03:15 PM
I've found a solution to this problem. In the XML file, on line 856 you will find
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (blog.blogid = user.userid)If you change blogid to userid, it will work as intended. You will, of course, need to re-install the product with the edited XML file.

thanx alot its now working https://vborg.vbsupport.ru/external/2008/05/67.gif

tekguru
05-02-2008, 03:26 PM
I second the earlier question, will this also work with 3.6.10?

Big Boss
05-02-2008, 03:39 PM
Thanks for this! I'll check this out later soon when I'm done with the upgrade.

FLMom
05-02-2008, 04:17 PM
Very nice! Thank you!

iogames
05-02-2008, 04:35 PM
I second the earlier question, will this also work with 3.6.10?

I think that 're-upgrading' all his hacks takes most of his time to provide support... But great products...
I've been waiting MONTHS for a clearer explanation on how to show stats on certain subforums :(

furst
05-02-2008, 06:14 PM
thanx alot its now working http://www.w99of.com/vb/images/smilies/flwer.gif
No problem :)

I think the latest blogs element needs a lot of revision. It should work more like the latests posts than anything. I'd like to see blogs with recent replies moved to the top of the list. They should display the number of comments as opposed to the number of views. It would also be nice if I could position it directly under the latest posts area... the way it is now looks a bit clunky.

choccyclaire
05-02-2008, 08:23 PM
Upgraded. Thanks! :)

Julie
05-02-2008, 08:45 PM
I second the earlier question, will this also work with 3.6.10?

There is a version for 3.6.X ....
https://vborg.vbsupport.ru/showthread.php?t=122986




Thanks for the upgrade :)

lim(x?-5x?) = ∞
05-02-2008, 09:52 PM
During installation I am getting this Warnings:


Warning: mysql_query() [function.mysql-query]: Access denied for user 'www-data'@'localhost' (using password: NO) in [path]/admincp/plugin.php(1977) : eval()'d code on line 13

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/admincp/plugin.php(1977) : eval()'d code on line 13


But plugin works after it.

JKatz
05-02-2008, 10:56 PM
Thank you!

justchil
05-03-2008, 01:57 AM
This is awesome! I really like all the different things you can customize with this mod.

Megatr
05-03-2008, 03:05 AM
Thank you for your upgrade Cybernetec
but I have a problem
when I enabled Latest Posts page loading 7-8 second
when I disabled Latest Posts page loading 1-2 second

what's my problem ?

auctionguy
05-03-2008, 04:50 AM
Thanks for the hack! Everything works perfect and my load time is fine.

Nice Work!

LAJAURIA
05-03-2008, 03:22 PM
how could I hide reputation points/level into the "top reputation" box??

ascender
05-03-2008, 06:53 PM
Installed and working a treat, thanks very much!

Wheezy
05-04-2008, 02:32 AM
*Installed* Thanks for the updated version of this hack, Cyb. I'm a big fan of your work!

mgurain
05-04-2008, 10:45 AM
Also very helpful one,

It it run the query on every visit to the index then it might be heavy right ?

BrandiDup
05-04-2008, 07:31 PM
.....
nevermind, I didn't read entire thread before asking question. problem solved :D

fintan74
05-05-2008, 09:47 AM
Upgraded to latest version AFS within 3.6.10 (installing 3.7 tomorrow) and it seems to be working fine.

ericdesmontagne
05-05-2008, 11:11 AM
Installed...
But still a bug with time...
* If time is : %H:%i
it writes for exemple 13:%i
* if time is : H:i
it writes H:i
* How can i write time like 13:34 ?
Thanks

ndut
05-06-2008, 03:27 AM
can't install.. there is an error message like this.. anybody can help me?

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: prefixrequired = credits_cantearn


i'm using vbulletin ver. 3.7.0 after upgrading from ver 3.6.8

arkkhoax
05-06-2008, 07:38 AM
Love this mod but having a strange problem with the latest blogs feature.

I have two blog entries on my just recently live site. Both are by me. The strange thing is the top post in the Latest Blogs section says it is by a user other than me. Stranger yet when I click the incorrect username I am taken to my profile page. It also seems like there may be a missing cell in the table as well. I've attached an image to help me explain this.

bryanb
05-06-2008, 02:41 PM
Love this mod but having a strange problem with the latest blogs feature.

I have two blog entries on my just recently live site. Both are by me. The strange thing is the top post in the Latest Blogs section says it is by a user other than me. Stranger yet when I click the incorrect username I am taken to my profile page. It also seems like there may be a missing cell in the table as well. I've attached an image to help me explain this.
There's a solution here - it'll take you two minutes to fix :)
https://vborg.vbsupport.ru/showpost.php?p=1505393&postcount=23

By the way - I'm having problems with the stats pushing out through the right side of the browser. Is there anyway to confine this to the forum table width??

TheProphet
05-06-2008, 06:06 PM
Installed...
But still a bug with time...
* If time is : %H:%i
it writes for exemple 13:%i
* if time is : H:i
it writes H:i
* How can i write time like 13:34 ?
Thanks

I got the same issue :confused:

markblair
05-07-2008, 04:39 AM
Excellent, updated now to vB 3.7. :)

Dashman
05-07-2008, 07:22 AM
Hey.

I have an issue, I am running this in 3.7.0

forum/thread titles trimming doesnt seem to work for me.

I have tried setting these values to 0 to disable but it always stays the same. After changing other settings I see the changes no problem. Its just with this trimming option.

Please help!!!!!

Mum
05-07-2008, 07:49 PM
Would be great if you could exclude a member rather than a whole usergroup.

Mum
05-07-2008, 08:22 PM
Mine are here http://www.mummybrain.com/forums/misc.php?do=cybstats

Top Referrers - it's showing someone called Mary on the list as having 1 referral - however, she has none. Something is wrong with that.

qbn720
05-07-2008, 08:35 PM
For some odd reason, I keep getting this error when I try to view more than designated statistics on my forum. Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.How do I go about solving this problem?

Chris583
05-07-2008, 10:24 PM
Would it be possible to implement the following into this mod? I would be incredibly happy if you could produce this.

I really am looking to get the statistic that shows how much time spent a user has on the boards. You could have top stat of user who has been on the boards the most D-H-M format.

Trying to find a mod for showing Time Here stats on the index in the logged in welcome user box top right have short text under Private Messages recieved. Also have it say in everyones postbit in every thread that info, so people can see how long people have browsed the site.

I saw this mod on another forum and loved it.

Good work with this mod, installing now. Thanks.

Bree
05-08-2008, 02:44 PM
I've found a solution to this problem. In the XML file, on line 856 you will find
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (blog.blogid = user.userid)If you change blogid to userid, it will work as intended. You will, of course, need to re-install the product with the edited XML file.

There's a solution here - it'll take you two minutes to fix :)
https://vborg.vbsupport.ru/showpost.php?p=1505393&postcount=23

By the way - I'm having problems with the stats pushing out through the right side of the browser. Is there anyway to confine this to the forum table width??

Thanks a bunch you two... furst for providing the fix and bryanb for helping me find it =0)

And of course, Thanks so much Cyb for the update! I LOVE this mod!

Always, Bree

Mum
05-08-2008, 06:44 PM
Uninstalling due to the fact it's not correct, and no support.

Rat1972
05-08-2008, 07:34 PM
Uninstalling due to the fact it's not correct, and no support.

It is correct, your board is maybe not correct
And no support? because you didn't get response for one day?

greedy....

Mum
05-08-2008, 08:21 PM
It states that 'Mary' is a top referrer - in the Referrals area in the Admin Panel she has never referred anyone. Not sure how my board can be incorrect?

Didn't ask for a comment - was simply informing why i was uninstalling the product.

regards Rat

Megatr
05-08-2008, 10:50 PM
After upgrade 3.6.10

when i enabled Latest Posts page loading 8-10 second
when i disabled Latest Posts page loading 1-2 second

before 3.6.9 I didn't have problem with Cyb Forum Statistics and Latest post

now I have a problem with 3.6.10 Latest post

what's my problem ?

goyo
05-09-2008, 01:32 AM
Used to be the greatest mod.

With every release it gets slower and slower putting more and more stress on servers.

Instead of updating with new functions (without proper testing) please deal with the code optimization. On every index load it uses so many and so slow queries (no caching at all).

From now on only recommended for smaller boards :(

LAJAURIA
05-09-2008, 02:39 AM
how could I hide reputation points/level into the "top reputation" box??


what about this?? any solution??

if not, I will uninstall this mod..

jilly
05-09-2008, 10:15 AM
how can I make it so guests cannot view the stats? I only want logged in memebrs to be able to see them - thanks!

realsumon
05-09-2008, 01:30 PM
--- READ all comment ! Don't Blame coder - he already said what part Load server - Just disable Few option.


https://vborg.vbsupport.ru/external/2008/05/67.jpg
https://vborg.vbsupport.ru/external/2008/05/68.jpg

Amm0
05-09-2008, 05:14 PM
Hmmm, forum statistics seem to be incorrect, and they are not updating for me

It's not just todays posts either, seems to have been about a week with no change, it does not show the same values as the ones on the side of the forums

Bounce
05-09-2008, 05:46 PM
Another brilliant add on ..

Thanks

fgforty2`
05-09-2008, 08:27 PM
Works great!

Thanks fella!

Megatr
05-09-2008, 10:38 PM
After upgrade 3.6.10

when i enabled Latest Posts page loading 8-10 second
when i disabled Latest Posts page loading 1-2 second

before 3.6.9 I didn't have problem with Cyb Forum Statistics and Latest post

now I have a problem with 3.6.10 Latest post

what's my problem ?

why yo dont write to my question

Valter
05-10-2008, 06:45 AM
Nothing's changed in "Latest Posts".

But:
vBulletin 3.6.x requires at least PHP 4.3.3 and MySQL 4.0.16 or later. However, we recommend that vBulletin 3.6.x is run on PHP 5.2.5 with APC (or a similar opcode cache) and MySQL 5.0.51 for best performance and stability.
vBulletin 3.7.0 requires at least PHP 4.3.3 and MySQL 4.0.16 (These are the same requirements as vBulletin 3.6), but we strongly recommend that all customers run PHP 5.2.5 with APC and MySQL 5.0.51 or later. Major performance benefits can be had by taking the recommended route rather than simply satisfying the required versions.

russbo
05-10-2008, 07:08 AM
Installed. Works great, as advertised. Does not slow my server down on default settings.

Great job! As usual.

COOLover
05-10-2008, 10:39 AM
Hi,

you addon is greate!
But i think, i have found a bug.

At Latest Blogs
Topic | Hits | user

Here the bug at user:
Link = Userid (right)
Username = Blogid (wrong - it must be userid...)

or other say:
blog.php?b=46 (wrote from userid=1)
the link to user =member.php?u=1
the username = u=46 != u=1

Hope you understand me, my english is to bad.

F0xy
05-10-2008, 11:02 AM
when i enable this and then i click on a thread which has more than one page in that thread i get a blank showthread screen.

Please advise

digicom
05-10-2008, 04:19 PM
Thanks updated now:up:

DieselMinded
05-10-2008, 10:46 PM
Can you PLEASE add latest subscribers to this i will pay you

Milesbier
05-11-2008, 07:50 AM
I have found a Bug, at Latest 5 Posts:

When i or others do a post, the Post is mark on Index as "New". But i have already read this Topic. :confused:

PS: Iam a German user, my English is not perfect.

parash
05-11-2008, 07:01 PM
Thanks for this awsome Work..

kevster1
05-11-2008, 07:27 PM
3.7.0 working fine on 3 templates ~installed

angeldevil
05-12-2008, 01:21 AM
when i enable this and then i click on a thread which has more than one page in that thread it move to PAGE 1 again cant click and access any other PAGES

Please advise

DieselMinded
05-12-2008, 01:23 AM
I've found a solution to this problem. In the XML file, on line 856 you will find
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (blog.blogid = user.userid)If you change blogid to userid, it will work as intended. You will, of course, need to re-install the product with the edited XML file.

I did this exact edit and it messed up the cyb subforum manager had to re up the original

I dont know how there connected but they are

DieselMinded
05-12-2008, 01:44 AM
Please update this mod with the blog display fix , i tried to fix it but it messed up the subforum manager

zekiturk
05-12-2008, 08:41 AM
I want these only to members show ,how can I do it ??

MrFlicks
05-12-2008, 04:18 PM
Installed and clicked installed

With Thanks

Legende
05-13-2008, 07:44 PM
Would be nice to also display latest Group messages ;)

Quantnet
05-13-2008, 09:44 PM
I have the latest blog shown.
It shows 3 columns Title, User, and another one.
Under the User column, there is number, and the user name is on the third column. Shouldn't there only 2 columns Title and User with username under the User column?

icest0rm
05-14-2008, 06:19 AM
Hi,

you addon is greate!
But i think, i have found a bug.

At Latest Blogs
Topic | Hits | user

Here the bug at user:
Link = Userid (right)
Username = Blogid (wrong - it must be userid...)

or other say:
blog.php?b=46 (wrote from userid=1)
the link to user =member.php?u=1
the username = u=46 != u=1

Hope you understand me, my english is to bad.

I get somewhat of the same bug. It would be perfect if the blog stats can be fixed. Thanks!

phmaster
05-14-2008, 06:32 PM
Superb !! Thank you.

DieselMinded
05-15-2008, 05:45 AM
I've found a solution to this problem. In the XML file, on line 856 you will find
LEFT JOIN " . TABLE_PREFIX . "user AS user ON (blog.blogid = user.userid)If you change blogid to userid, it will work as intended. You will, of course, need to re-install the product with the edited XML file.

I have tried this fix again and it was unsuccessful ,

The first time i tried this fix i left the subforum manager on and it single filed all my subforums and broke my site out to the right , so this time i disabled that mod , make the xml edit to the forum stats mod , and upload /over wrote the default one ....

Not only would the stats box not show but my top NavBar was gone , i couldnt get it back anything i tried , i dont know how changing that little bit of code on the xml effects so many other things but it does ....

as soon as i upload/overwrote the modified version of the stats xml with the default one my top nav bar came back , i then turned the sub forum manager back on and everything was fine ...

The blog displays the wrong user name ,

www.dieselbombers.com

What edit do i have to make to fix this ?

Come2Daddy
05-15-2008, 11:40 AM
thanx, it worked just fine in my 3.7 vb

rapidphim
05-15-2008, 02:54 PM
Can anyone please tell me how to expande the limitation for title on the Latest Post column and/or the forum name (also on Latest Post section)? Thanks much.

Mancia
05-15-2008, 07:19 PM
Hey guys, I installed this mod and it works with the Top five statistics, but when the users try to view more results, they select the number of results to view and then when press Update and this error shows up:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

What should I do?

Britmovie
05-16-2008, 10:12 AM
What does 're-enable stats' do? Am I missing any extra info or is it just a refresh link?

Julie
05-16-2008, 03:09 PM
What does 're-enable stats' do? Am I missing any extra info or is it just a refresh link?

You can turn off the stats if you don't want them there, and the re-enable link is just to get them back :)

RPG_Messiah
05-16-2008, 08:17 PM
great mod! =)

For the hottest and most viewed threads, is there a way you can exclude posts that don't effect the members' post count (such as a spam forum)?? I apologize if this has already been answered but i didn't know how to search this without asking the whole question.

dadoc
05-16-2008, 11:18 PM
Sweet mod thank *Installed*

havefun
05-17-2008, 03:25 PM
thx Cybernetec! :)

for validation reasons change at line 1200:
<span class="vbmenu_popup" id="cybstatsoptions_menu" style="display:none">
to
<div class="vbmenu_popup" id="cybstatsoptions_menu" style="display:none">

and also the closing tag at line 1216 from span to div ...

Switch02
05-18-2008, 12:09 PM
Updated and work great thanks. :)

Britmovie
05-19-2008, 11:19 AM
Hi on www.britmovie.net/forum I have a problem like others with theblog statistics showing a member name that is not the correct user. Clicking on it gives the correct profile though. Has anyone found a final fix that works?

Super Jinni
05-19-2008, 01:04 PM
great job

thanks

installed

:)

verino
05-19-2008, 01:57 PM
Bravo mate !

Installed

Thank's.

xmutan
05-20-2008, 03:33 AM
how to move this below the $navbar on the forumhome?
any chance to make latest post text longer?

digitalSite
05-20-2008, 01:40 PM
My Top Referrers say that three people have referred others - this is INCORRECT. No one has referred anyone. How do I correct this please?

Thanks!

RPG_Messiah
05-20-2008, 03:06 PM
For the hottest and most viewed threads, is there a way you can exclude posts that don't effect the members' post count??

iogames
05-20-2008, 09:38 PM
After months of asking it doesn't do what it says it does...

I tried to show Stats on the 'Forum Category' and simply doesn't work :P:P:P

When you try it on:
Act as Forum (Will act as category if no)

do not show nothing

GaiLoan
05-21-2008, 01:05 AM
Hi, thank for this great hack, but i got this small prolem,
example my forum link : http://mydomain.com/forum
and all the link in Cyb - Advanced Forum Statistics suppose to be like -> http://mydomain.com/forum/showthread.php?t=17489

but this error link is without forum
http://mydomain.com/showthread.php?t=17489


did any1 got this same problem?

trackpads
05-21-2008, 01:05 AM
Nice hack man!! All your stuff is great!!

anestetic
05-21-2008, 10:29 AM
delete user is showing statistic most open thread user

ali7118
05-21-2008, 06:44 PM
Thank you boss

nene94
05-21-2008, 06:46 PM
Thanks, nice mod

Chimpie
05-21-2008, 11:50 PM
My forum and site is completely error free (validator) except for one small error having to do with this mod and I can't figure out how to fix it.

It has something to do with the drop down box where it says "Top 5 Stats".

Thoughts?

sunnylikbeckham
05-22-2008, 11:54 AM
Wonderfull
Thanks

aardel
05-22-2008, 09:33 PM
Hi , i have a small problem i have part of the forum wich is fetching RSS feeds and put htem in a forum deticated for this, so i created a new group and a user in this group called RSS-Feeder, my problem is that i do not want this user to be taking into consideration for top poster and top thread starter, so in ignore users and ignore groups i put the user group id and the userid , but it is still counting the threads, for the other part is working where it says ignore forums, because it is not showing any posts from the rss feeder.

i know most probaly this was asked already but i tried to search and no success, can anyone tell me what am i doing wrong or perhaps a link where it shows how can be done ?

many thanks for this great mod !!

Megatr
05-24-2008, 04:56 AM
https://vborg.vbsupport.ru/

https://vborg.vbsupport.ru/


I have Problem with "Latest Posts" Topx ( Cyb Forum Statistic 5.8 )

But problem just my forum

Other forum on this server running with TopX perfectly

Before I use 3.6.8 ı didn't problem with topX

After upgrade 3.6.10 and 3.7.0 I have problem with topx now

When Enabled Product topX Everythink OK

But When Enabled "Latest Post" This Query Running long time

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.las

And Page loading 10-12 second After server load 6-15-20-25-30 ... etc.

Valter
05-24-2008, 03:00 PM
v5.8.1 - May 24. 2008.
-Fixed bug where wrong usernames are shown in "Latest Blog Entries"
-Fixed bug where deleted users appears in "Top Thread Starters"
-Option to completely disable trimming for thread/blog titles
-Minor bug fixes...

To upgrade:
-Import product XML, allow overwrite
-Revert hack templates if any modified

DieselMinded
05-24-2008, 03:07 PM
Installed new version Blogs are now fixed ! THANKS ,

Can you add

- Latest Subscribers
- Latest Donors from the AW Donation System
- Latest Photo Albums
- Make Latest Forum News Send the threads with new posts from the specified forums to the top of the list

eddy315west
05-24-2008, 03:27 PM
thanks for the update

verino
05-24-2008, 03:28 PM
Thank's for the update.

:up:

Pamela
05-24-2008, 03:56 PM
Awesome mod! Thank you! :D

*clicks install*

IR15H
05-24-2008, 03:57 PM
Thanks for the update, however I've noticed a minor bug; "Latest blogs" shows a user's primary group mark-up, rather than their display group mark-up.

-=Leb=-
05-24-2008, 04:19 PM
Thx for the update :)

icest0rm
05-24-2008, 05:32 PM
Thank you for the fix.

q8salem
05-24-2008, 06:59 PM
it's working fine now with VB 3.7

Thanks

alqloob alsahya
05-24-2008, 07:12 PM
thank"s man

avensat
05-24-2008, 08:40 PM
After install versions 5.8.x I have a big space between foruns and the stats only on IE.
Can someone tell me how I fix this?

See the attachments

TimberFloorAu
05-24-2008, 08:55 PM
After install versions 5.8.x I have a big space between foruns and the stats only on IE.
Can someone tell me how I fix this?

See the attachments

How did you get various colours for your members ? and posts ?

avensat
05-24-2008, 09:06 PM
How did you get various colours for your members ? and posts ?

go to AdminCP> Usergroups > Usergroup Manager, Edit the Usergroup you want
use the field "Username HTML Markup" and insert the tag for the color.

example for blue sky: <b><font color=#00FFFF > </font></b>

For more colors use this table: http://www.eq.uc.pt/~jorge/aulas/internet/ti5-codigoscor.jpg

Julie
05-24-2008, 09:38 PM
Thanks for the update :)

ExTincTi0N
05-25-2008, 01:23 AM
After using this mod for about 2 days it started messing up alot.
When ever you click on a link in it either it be a member name or just everything it takes you to a page with out any buttons or such, what is wrong with this?

xmutan
05-25-2008, 02:09 AM
how to move this below the $navbar on the forumhome?
any chance to make latest post text longer?

Pamela
05-25-2008, 03:44 AM
any chance to make latest post text longer?

Go to:

AdminCP >> vBulletin Options >> Cyb - Advanced Forum Statistics >> Make Up

Then type in the number of characters you want to show up in this box: Trim Thread/Blog Titles (0 - forum default, 1 - no trimming)

HTH! :)

MGDesigns
05-25-2008, 10:02 AM
On install I'm receiving this...


A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:

* Bitfield Collision: canadmininferno = canadminnotices


Any ideas?

setishock
05-25-2008, 10:57 AM
Does this use user group permissions? I'm seeing a forum that is stashed in my admin section if I take the days back to 90. I'm wondering if normal members could see that also.

AdrianH
05-25-2008, 02:56 PM
Does this use user group permissions? I'm seeing a forum that is stashed in my admin section if I take the days back to 90. I'm wondering if normal members could see that also.

You choose which forums it can display from in the admin control panel.

AdrianH
05-25-2008, 02:57 PM
Installed and working well thanks.

setishock
05-25-2008, 03:17 PM
It does appear to follow the permissions after all. I made a test account that is a registered member and the thread in question was not there when I looked.

avensat
05-25-2008, 05:14 PM
After install versions 5.8.x I have a big space between foruns and the stats only on IE.
Can someone tell me how I fix this?

See the attachments

Please, I need help to fix this

https://vborg.vbsupport.ru/showpost.php?p=1530380&postcount=129

Eko75
05-25-2008, 06:00 PM
Hello, installed and up to the new subjects has functioned this minced meat everything well. Why he does not show me the new threads?? With the version 5.4 this still goes, but from 5.4 versions it is not indicated any more. Why? The small box is empty. Would please me if one helped me.

jmurrayhead
05-25-2008, 10:11 PM
I get this error when I try to select the amount of stats that I want to see here: misc.php?do=cybstats

Your submission could not be processed because a security token was missing or mismatched.

Anyone else experience this?

setishock
05-25-2008, 11:57 PM
I'm not going to be using this after all. The members hated it and my partner said it bangs too hard on the database. Thanks anyway.

wicked80
05-26-2008, 01:15 AM
Hi,
This is one of my favourites mod. I just have 2 questions and would appreciate if anyone can help:

1. I have wordpress as my homepage, is it possible to show this mod on the homepage using some technique like iframe or something???

2. I am using ICash mod, is it possible to add Icash as an option as well??

Thanks

AdrianH
05-26-2008, 04:06 AM
Hello, installed and up to the new subjects has functioned this minced meat everything well. Why he does not show me the new threads?? With the version 5.4 this still goes, but from 5.4 versions it is not indicated any more. Why? The small box is empty. Would please me if one helped me.

If you mean the" Latest Forum News" box is empty I found the same thing and had to add 3 forums to the list in admin CP before the box was populated.

weedheaven
05-26-2008, 07:12 AM
Great work!!

AdrianH
05-26-2008, 07:42 AM
I get this error when I try to select the amount of stats that I want to see here: misc.php?do=cybstats



Anyone else experience this?

Then you need to follow this thread here .... http://www.vbulletin.com/forum/showthread.php?t=268862

DieselMinded
05-26-2008, 03:53 PM
Can you add

- Latest Subscribers to the stats and have a link for Gift Subscriptions

Will Donate $50 to you for the Exclusive

Austone
05-27-2008, 03:11 AM
Pretty cool. Any chance a future version could allow USERS to modify where the date cutoff occurs for stats? It would be nice if they could at least access more detailed stats from some sort of submenu like the one that allows them to see more than just the top five in each category.

Bonus Paradise
05-27-2008, 07:47 AM
I dont know why
but this dont work for me
it does not update new posts!
I have disabled it now!

aykolandforum
05-27-2008, 08:35 AM
thank you

anestetic
05-27-2008, 10:41 AM
After install versions 5.8.x I have a big space between foruns and the stats only on IE.
Can someone tell me how I fix this?

See the attachments


ı have this problem

SuperDave71
05-27-2008, 12:55 PM
Thank you so much for this! GREAT JOB!

-Dave

scruff2
05-27-2008, 03:05 PM
I installed it on 3.7 Gold. PhP 5.2.5 and MySql 5.0.51a (the very latest according to vBulleting recommendations) and I get this error.

Fatal error: Call to undefined function mysql_query() in /chroot/home/onejdnet/1jd.net/html/forums/admincp/plugin.php(1977) : eval()'d code

I really like this MOD but maybe it's not yet compatible with the latest PhP and MySql?

avensat
05-27-2008, 07:06 PM
After install versions 5.8.x I have a big space between foruns and the stats only on IE.
Can someone tell me how I fix this?



ı have this problem


do you?
and you fix it?

how?

iogames
05-28-2008, 12:10 AM
when I try to show Stats on others SubForums it doesn't accept 'Forum Categories' as forum IDs

PHILIPS-08
05-28-2008, 08:15 AM
THanx alot for the mod god one :)

just77me
05-28-2008, 02:03 PM
we got a big box over the stats how can we get rid of this bug?

just77me
05-28-2008, 09:47 PM
After install versions 5.8.x I have a big space between foruns and the stats only on IE.
Can someone tell me how I fix this?

See the attachments

i have the same problem any solution available?

Megatr
05-29-2008, 03:52 AM
Hi again ;

http://www.vbulletin.com/forum/showthread.php?t=271187

vbulletin.com said that write to vbulletin.org but you dont help me about 6 times

I have Problem with Topx ( Cyb Forum Statistic 5.8 )

But problem just my forum

Other forum on this server running with TopX perfectly

Before I use 3.6.8 ı didn't problem with topX

After upgrade 3.6.10 and 3.7.0 I have problem with topx now

When Enabled Product topX Everythink OK

But When Enabled "Latest Post" This Query Running long time

SELECT thread.threadid, thread.title, thread.lastpost, thread.forumid, thread.replycount, thread.las

And Page loading 10-12 second After server load 6-15-20-25-30 ... etc.

http://img352.imageshack.us/img352/1906/47986465yz1.jpg

http://img144.imageshack.us/img144/5848/65598996xm6.jpg


And i used this command on phpmyadmin 6-7 Months ago

this command problem for me ?

ALTER TABLE `adminhelp` CHANGE `adminhelpid` `adminhelpid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `adminlog` CHANGE `adminlogid` `adminlogid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `announcement` CHANGE `announcementid` `announcementid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `attachment` CHANGE `attachmentid` `attachmentid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `attachmentpermission` CHANGE `attachmentpermissionid` `attachmentpermissionid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `avatar` CHANGE `avatarid` `avatarid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `bbcode` CHANGE `bbcodeid` `bbcodeid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `calendar` CHANGE `calendarid` `calendarid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `calendarcustomfield` CHANGE `calendarcustomfieldid` `calendarcustomfieldid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `calendarmoderator` CHANGE `calendarmoderatorid` `calendarmoderatorid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `calendarpermission` CHANGE `calendarpermissionid` `calendarpermissionid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `cron` CHANGE `cronid` `cronid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `cronlog` CHANGE `cronlogid` `cronlogid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `event` CHANGE `eventid` `eventid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `forum` CHANGE `forumid` `forumid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `forumpermission` CHANGE `forumpermissionid` `forumpermissionid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `holiday` CHANGE `holidayid` `holidayid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `icon` CHANGE `iconid` `iconid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `infraction` CHANGE `infractionid` `infractionid` INT ( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `infractionban` CHANGE `infractionbanid` `infractionbanid` INT ( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `infractiongroup` CHANGE `infractiongroupid` `infractiongroupid` INT ( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `infractionlevel` CHANGE `infractionlevelid` `infractionlevelid` INT ( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `imagecategory` CHANGE `imagecategoryid` `imagecategoryid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `language` CHANGE `languageid` `languageid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `mailqueue` CHANGE `mailqueueid` `mailqueueid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `moderator` CHANGE `moderatorid` `moderatorid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `moderatorlog` CHANGE `moderatorlogid` `moderatorlogid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `paymentapi` CHANGE `paymentapiid` `paymentapiid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `paymentinfo` CHANGE `paymentinfoid` `paymentinfoid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `paymenttransaction` CHANGE `paymenttransactionid` `paymenttransactionid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `phrase` CHANGE `phraseid` `phraseid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `plugin` CHANGE `pluginid` `pluginid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `pm` CHANGE `pmid` `pmid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `pmtext` CHANGE `pmtextid` `pmtextid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `poll` CHANGE `pollid` `pollid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `pollvote` CHANGE `pollvoteid` `pollvoteid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `post` CHANGE `postid` `postid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `productcode` CHANGE `productcodeid` `productcodeid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `productdependency` CHANGE `productdependencyid` `productdependencyid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `profilefield` CHANGE `profilefieldid` `profilefieldid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `ranks` CHANGE `rankid` `rankid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `reminder` CHANGE `reminderid` `reminderid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `reputation` CHANGE `reputationid` `reputationid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `reputationlevel` CHANGE `reputationlevelid` `reputationlevelid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `rssfeed` CHANGE `rssfeedid` `rssfeedid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `search` CHANGE `searchid` `searchid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `smilie` CHANGE `smilieid` `smilieid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `style` CHANGE `styleid` `styleid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `subscribeevent` CHANGE `subscribeeventid` `subscribeeventid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `subscribeforum` CHANGE `subscribeforumid` `subscribeforumid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `subscribethread` CHANGE `subscribethreadid` `subscribethreadid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `subscription` CHANGE `subscriptionid` `subscriptionid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `subscriptionlog` CHANGE `subscriptionlogid` `subscriptionlogid` MEDIUMINT( 8 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `subscriptionpermission` CHANGE `subscriptionpermissionid` `subscriptionpermissionid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `template` CHANGE `templateid` `templateid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `templatehistory` CHANGE `templatehistoryid` `templatehistoryid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `thread` CHANGE `threadid` `threadid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `threadrate` CHANGE `threadrateid` `threadrateid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `upgradelog` CHANGE `upgradelogid` `upgradelogid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `user` CHANGE `userid` `userid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `useractivation` CHANGE `useractivationid` `useractivationid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `usergroup` CHANGE `usergroupid` `usergroupid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `usergroupleader` CHANGE `usergroupleaderid` `usergroupleaderid` SMALLINT( 5 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `usergrouprequest` CHANGE `usergrouprequestid` `usergrouprequestid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `usernote` CHANGE `usernoteid` `usernoteid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `usertitle` CHANGE `usertitleid` `usertitleid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `userpromotion` CHANGE `userpromotionid` `userpromotionid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;
ALTER TABLE `word` CHANGE `wordid` `wordid` INT( 10 ) UNSIGNED NOT NULL AUTO_INCREMENT;

sebaldus
05-29-2008, 04:25 AM
:) Great hacks, thanks..
Installed..

just77me
05-29-2008, 10:15 AM
Any solution available? for the problem with the big box in IE? i cant use this plugin because of this problem...

brasolino
05-29-2008, 10:59 AM
i have installed the 5.8.1 on Vbulletin 3.6.10: the products seems works fine but the ADMINISTRATOR of the board DON'T SEE the TOP STATS [all others users view it normally]: any suggestions ?

Valter
05-29-2008, 07:56 PM
Megatr,

Sorry, I really don't know what causes that problem.

fateL
05-29-2008, 11:35 PM
my latest posts column shows no results. any fix for this? it happened suddenly, I upgraded the hack yesterday and it was fine for hours after, logged in today and found it empty.

Megatr
05-30-2008, 05:44 AM
Megatr,

Sorry, I really don't know what causes that problem.

I can send PM cPanel login - admin login - ssh login - or what do you want...

But the problem just my db other vB forums in this server running this hack and page loading 1 second when I enabled Query running 8-10 second

Sakai Ray
06-01-2008, 05:08 AM
I got a question after installing it somehow when I click anything on the stats it says server can't be found at all.

Talaturen
06-01-2008, 09:12 AM
Hello Cybernetec.
Seeing that you recently implented support for the latest blog entries (vBulletin Blog). I'd like to suggest Latest Bug Reports, Latest Feature Requests and Latest Tasks which should work with vBulletin Project Tools for the next version.

By the way, good job with this plugin, been using it for a long time now :).

Thanks for atleast reading my post,
Talaturen.

djlotus
06-01-2008, 05:12 PM
Thanks

avensat
06-01-2008, 06:37 PM
Any solution available? for the problem with the big box in IE? i cant use this plugin because of this problem...

After a good looking on the code of the "cyb_topstats_stats" template I have removed some values of the <tr> tags.

Save the code of your template "cyb_topstats_stats" on a text application and change for this:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
<tr valign="top">
<td class="tcat" <if condition="($cybtopstats_t_colspan>'1')">colspan="$cybtopstats_t_colspan"</if>><a name="cyb_stats" style="float:$stylevar[right]" href="#top" onClick="return toggle_collapse('cyb_fh_stats')"><img id="collapseimg_cyb_fh_stats" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_cyb_fh_stats].gif" alt="" border="0" /></a>
<if condition="$bbuserinfo[userid]">
<span id="cybstatsoptions"><phrase 1="$resultsnr">$vbphrase[cyb_top_x_stats]</phrase> <if condition="$cybtopstats_timecut_enabled"><span class="smallfont">(<phrase 1="$vboptions[cybtopstats_timecut]">$vbphrase[cyb_last_x_hours]</phrase>)</span></if><script language="Javascript" type="text/javascript"> vbmenu_register("cybstatsoptions"); </script></span>
<div class="vbmenu_popup" id="cybstatsoptions_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr valign="top">
<td class="thead">$vbphrase[options]</td>
</tr>
<if condition="($canviewmore AND ($_REQUEST['do']!='cybstats'))">
<tr valign="top">
<td class="vbmenu_option" title="<phrase 1="$resultsnr">$vbphrase[cyb_afs_more_stats]</phrase>"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=cybstats" rel="nofollow"><phrase 1="$resultsnr">$vbphrase[cyb_afs_more_stats]</phrase></a></td>
</tr>
</if>
<if condition="$cybstats_show">
<tr valign="top">
<td class="vbmenu_option" title="$vbphrase[cyb_afs_turnoff_stats]"><a href="$vboptions[bburl]/misc.php?$session[sessionurl]do=disablestats" rel="nofollow">$vbphrase[cyb_afs_turnoff_stats]</a></td>
</tr>
</if>
</table>
</div>
<else />
<phrase 1="$resultsnr">$vbphrase[cyb_top_x_stats]</phrase>
</if>
</td>
</tr>
</thead>
<tbody id="collapseobj_cyb_fh_stats" style="$vbcollapse[collapseobj_cyb_fh_stats]">
<tr valign="top">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>" <if condition="($vboptions[cybtopstats_layout]=='2')">rowspan="4"<else />rowspan="2"</if> style="width:1px;height:$cybnpheight;max-height:$cybnpheight;display:none;"></td>
<if condition="($vboptions[cybtopstats_switch_latestposts]=='1')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[cyb_latest_posts]</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s1]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s1t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s3]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s3t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s5]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s5t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s7]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s7t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s9]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s9t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_latestposts]=='2')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$vbphrase[cyb_latest_posts]</td>
</if>
</tr>
<tr valign="top">
<if condition="($vboptions[cybtopstats_switch_latestposts]=='1')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>" <if condition="($vboptions[cybtopstats_layout]=='2')">rowspan="3"</if> style="height:$cybnpheight;max-height:$cybnpheight;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="height:<if condition="(THIS_SCRIPT!='misc')">100%<else />1%</if>" id="cybnp">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$vbphrase[thread]</td>
<td>&nbsp;</td>
<if condition="$vboptions[cybtopstats_lastpost_dateline]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[date], $vbphrase[time]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_poster]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[posted_by]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='1') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[replies]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='2') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[views]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_forums]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;&nbsp;$vbphrase[forum]</td>
</if>
</tr>
$cybtopstats_newposts
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s1]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s1p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s1p2</td>
</tr>
</if>
$cyb_topstats_s1
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s3]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s3p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s3p2</td>
</tr>
</if>
$cyb_topstats_s3
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s5]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s5p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s5p2</td>
</tr>
</if>
$cyb_topstats_s5
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s7]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s7p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s7p2</td>
</tr>
</if>
$cyb_topstats_s7
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s9]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr style="">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s9p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s9p2</td>
</tr>
</if>
$cyb_topstats_s9
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_latestposts]=='2')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>" <if condition="($vboptions[cybtopstats_layout]=='2')">rowspan="3"</if> style="height:$cybnpheight;max-height:$cybnpheight;">
<table width="100%" cellpadding="0" cellspacing="0" border="0" style="height:100%" id="cybnp">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$vbphrase[thread]</td>
<td>&nbsp;</td>
<if condition="$vboptions[cybtopstats_lastpost_dateline]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[date], $vbphrase[time]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_poster]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[posted_by]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='1') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[replies]</td>
</if>
<if condition="($vboptions[cybtopstats_lastpost_rvcounts]=='2') OR ($vboptions[cybtopstats_lastpost_rvcounts]=='3')">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;$vbphrase[views]</td>
</if>
<if condition="$vboptions[cybtopstats_lastpost_forums]">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">&nbsp;&nbsp;$vbphrase[forum]</td>
</if>
</tr>
$cybtopstats_newposts
</table>
</td>
</if>
</tr>
<if condition="($vboptions[cybtopstats_layout]=='2')">
<tr valign="top">
<if condition="($vboptions[cybtopstats_switch_s2]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s2t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s4]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s4t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s6]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s6t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s8]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s8t</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s10]>'0')">
<td class="thead" align="$stylevar[left]" nowrap="nowrap">$cyb_topstats_s10t</td>
</if>
</tr>
<tr valign="top">
<if condition="($vboptions[cybtopstats_switch_s2]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s2p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s2p2</td>
</tr>
</if>
$cyb_topstats_s2
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s4]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s4p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s4p2</td>
</tr>
</if>
$cyb_topstats_s4
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s6]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s6p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s6p2</td>
</tr>
</if>
$cyb_topstats_s6
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s8]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s8p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s8p2</td>
</tr>
</if>
$cyb_topstats_s8
</table>
</td>
</if>
<if condition="($vboptions[cybtopstats_switch_s10]>'0')">
<td class="<if condition="($vboptions[cybtopstats_tablebg]=='1')">alt1<else />alt2</if>">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<if condition="($vboptions[cybtopstats_layout]=='1')">
<tr valign="top">
<td align="$stylevar[left]" nowrap="nowrap" class="smallfont">$cyb_topstats_s10p1</td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont">$cyb_topstats_s10p2</td>
</tr>
</if>
$cyb_topstats_s10
</table>
</td>
</if>
</tr>
</if>
</tbody>
</table>
<br />

Sakai Ray
06-01-2008, 07:15 PM
Nevermind I corrected my error.

Astrof
06-01-2008, 07:50 PM
This a wonderful hack, definitely one of the most useful mods I've tried, but I have a question:

On the latest posts list, the yellow icon remains displayed and doesn't change to grey even after the post has been read. Only after a while does it turn grey, even if the post hasn't been read by the user.

Is this a normal thing to happen and is there a way to change it in order for the icons to change as soon as the post has been read by the user and not change until it has been read?

Thanks a lot in advance.

Megatr
06-02-2008, 04:32 AM
I can send PM cPanel login - admin login - ssh login - or what do you want...

But the problem just my db other vB forums in this server running this hack and page loading 1 second when I enabled Query running 8-10 second

Cybernetec ?

ChopBam
06-02-2008, 05:50 AM
I'd like to know if a certain feature is possible.

I'd like to be able to have only a few things on the forumhome (latest news, latest blog entries, and latest posts only), but be able to have all the rest of the stats available on the special stats page you can open up.

g0dfather1984
06-02-2008, 06:02 AM
Thank you!

katie hunter
06-02-2008, 08:45 PM
Hi, how many queries does this mod generates ?

ALil'Hope
06-02-2008, 11:15 PM
Installed and working fine on my vBulletin 3.7.1.

VanDaMe
06-03-2008, 03:13 AM
marked installed :)

Terrasoft
06-03-2008, 04:02 AM
Since I didnt really feel like going through all those pages, I apologize in advance for asking this question if it has been answered already. Is there a way to make it so it shows newest threads? In parallel to latest posts?

rickson7
06-03-2008, 02:41 PM
Hello Cybernetec and all the rest,

I have disabled LATEST posts because my STYLE is fixed and that other column causes a problem. So - Can I put latest posts in a NEW ROW ???

That's a very important Statistic : )
BTW - Congrats on your great work on so many mods.
This one is among the VERY BEST !
I love it.

andreamarucci
06-04-2008, 11:32 AM
Everything works but there is a little annoyance. Every time I click on a thread from the table of statistics, vbulletin ask me to login again but I'm yet logged in. I've updated to the last version just to see if this is solved but with no results.

If I click anywhere I go without problems, but if I clik on any link (new users, new thread, etc.) vb ask me to login again...

slmoney
06-04-2008, 12:21 PM
I'm having an issue with this Modification.

I upgraded my forum to VB 3.7.1. This Mod does not work well with it.

What happens? When you go to a thread that has more than 1 page, you cannot get past the first page when this Mod is enabled. When it is disabled, everything on my forum works.

Any idea why it would affect viewing threads?

And yes, I know it is this Mod that is affecting my forum this way. I uninstalled EVERY product/plugin and added them all back 1 by 1. After this one was added is when I found the issue of not being able to go to page 2 of a thread.

Valter
06-04-2008, 02:21 PM
Everything works but there is a little annoyance. Every time I click on a thread from the table of statistics, vbulletin ask me to login again but I'm yet logged in. I've updated to the last version just to see if this is solved but with no results.

If I click anywhere I go without problems, but if I clik on any link (new users, new thread, etc.) vb ask me to login again...
vBulletin Options > Cookies and HTTP Header Options > Cookie Domain

Set this to suggested value (".yoursite.xyz"). When you log-out/re-log-in problem will gone.

Also ensure that setting "Forum URL" in "Site Name / URL / Contact Details" is properly set.

AdrianH
06-04-2008, 04:07 PM
I'm having an issue with this Modification.

I upgraded my forum to VB 3.7.1. This Mod does not work well with it.

What happens? When you go to a thread that has more than 1 page, you cannot get past the first page when this Mod is enabled. When it is disabled, everything on my forum works.

Any idea why it would affect viewing threads?

And yes, I know it is this Mod that is affecting my forum this way. I uninstalled EVERY product/plugin and added them all back 1 by 1. After this one was added is when I found the issue of not being able to go to page 2 of a thread.


This is not a problem on my forum with this mod installed.

slmoney
06-04-2008, 04:19 PM
Thanks....wanted to read that.

paco58
06-04-2008, 05:41 PM
Hello

I have a problem with the date, if I put it in English it(he,she) is OK, but if I put it in Spanish not.

I need help

Thank you

You excuse for a translator uses

Best regards

vBulletin 3.7.1

andreamarucci
06-04-2008, 08:04 PM
vBulletin Options > Cookies and HTTP Header Options > Cookie Domain

Set this to suggested value (".yoursite.xyz"). When you log-out/re-log-in problem will gone.

Suggested value is BLANK. Please note that I don't have another url for the forum. My url has always been www.mydomain.it/forum and never changed. I've noticed this behaviour once upgaded the forum to 3.7. With 3.6.8 everything was working.

Also ensure that setting "Forum URL" in "Site Name / URL / Contact Details" is properly set.

Forum URL is set as before http://www.mydomain.it/forum

I've also noticed that the url of the links in AFS is pointing to

http://www.mydomain.it/forum/showthread.php?t=4778

and clicking on the threads or post, the url become

http://mydomain.it/forum/showthread.php?t=4778

without www.

The fact is that if I copy and paste the URL, the one without www work correctly and the other one ask me to login again.

Where is the problem? Where I've to look at?

Thanks again

andreamarucci
06-04-2008, 08:21 PM
an update. My forum works with www.mydomain.it/forum and mydomain.it/forum. Fact is that if I go to the forum typing www.mydomain.it/forum, AFS works well and don't ask me to login, instead if I o to the forum typing mydomain.it/forum, every time I click on an AFS link, it ask me to login.

I don't know if this help you...

Valter
06-04-2008, 08:56 PM
I would set "Cookie Domain" to .yoursite.xyz (note the domain begins with a dot).

Be careful when setting this as entering an invalid value can leave you unable to login to your forum.

Log-out/Log-in after updating this setting and check if problem is gone.

dieselpowered
06-05-2008, 04:52 AM
I am curious, maybe this has already been asked, however, does this add a lot of extra queries?

Thanks!

Valter
06-05-2008, 08:29 AM
I am curious, maybe this has already been asked, however, does this add a lot of extra queries?

Thanks!
One query per statistic.

Top Posters = +1 query
Top Thread Starters = +1 query
Latest Posts = +1 query
etc...

Valter
06-05-2008, 08:33 AM
This a wonderful hack, definitely one of the most useful mods I've tried, but I have a question:

On the latest posts list, the yellow icon remains displayed and doesn't change to grey even after the post has been read. Only after a while does it turn grey, even if the post hasn't been read by the user.

Is this a normal thing to happen and is there a way to change it in order for the icons to change as soon as the post has been read by the user and not change until it has been read?

Thanks a lot in advance.
It's actually marked as "new", not "unread" which means it's posted after you last visit. When you mark forums as read (and update "last visit" info in your account) then those icons will change to grey.

furst
06-05-2008, 01:32 PM
I want to combine Latest Posts and Latest Blog Entries and have them display on the right side as many sites do with Latest Posts. It would be nice if Latest Photo Comments could also be added to it. That way we could display virtually all activity in one neat little stats box.

paco58
06-06-2008, 07:15 AM
Hello

I have a problem with the date, if I put it in English it(he,she) is OK, but if I put it in Spanish not.


I need help

Thank you

You excuse for a translator uses

Best regards

vBulletin 3.7.1

https://vborg.vbsupport.ru/showpost.php?p=1540811&postcount=187


Someone can help me

Thank you

OsideRida06
06-06-2008, 07:41 AM
Installed. I have had this for a while, just forgot to post in here. Thanks for the great mod.

dealxa
06-06-2008, 10:15 PM
I have problem "Forums excluded from stats (List IDs, separate with commas)"

When I write forum id in here "Forums excluded from stats (List IDs, separate with commas)"

Latest post is empty ???

https://vborg.vbsupport.ru/

SNATCH3R
06-07-2008, 06:53 AM
thanks for this..upgraded from 3.6.8 to 3.7....wrks like charm.... :)

baghdad4ever
06-07-2008, 05:50 PM
I have problem "Forums excluded from stats (List IDs, separate with commas)"

When I write forum id in here "Forums excluded from stats (List IDs, separate with commas)"

Latest post is empty ???

https://vborg.vbsupport.ru/



so am i:confused:

SAT2M
06-07-2008, 05:59 PM
I have a big froum with many user
www.best2m.org/main.php

I install this hook it take very very high server load


I remove it

samsci
06-07-2008, 06:40 PM
Works great!

xXEsEtUlOnXx
06-07-2008, 07:42 PM
Thanks, mark as installed.

DieselTruck
06-08-2008, 03:48 AM
Excellent! Thanks

24hourForum.com
06-08-2008, 04:17 PM
i PMD you and still waiting for a response, can you provide a MONTHLY stat, right now, i have to manualy do this myself... show last 7 days stat, show last 8 days stat... etc... i have a monthly cash giveaway.. and need the box to show monthly stats... threads, post, etc...

ill gladly make a donation, if you could help me please...

rapidphim
06-08-2008, 08:01 PM
how can you extend the thread title character to show full or longer? and/or also to expande the same thing for forum title on Latest Post column?

rapidphim
06-10-2008, 05:16 AM
Sorry for bumping this but can anyone please help?

Megatr
06-10-2008, 05:27 AM
I have problem with latest post too

Milesbier
06-10-2008, 09:57 AM
New Version, same Bug

I have found a Bug, at Latest 5 Posts:

When i or others do a post, the Post is mark on Index as "New". I have already read the post, but the statistics mark his as "New".

PS: Iam a German user, my English is not perfect.

Valter
06-10-2008, 02:26 PM
<a href="https://vborg.vbsupport.ru/showthread.php?p=1541351#post1541351" target="_blank">https://vborg.vbsupport.ru/showt...51#post1541351</a>

rapidphim
06-10-2008, 09:57 PM
There is something wrong with this thread. It took me so long to open it and froze my computer....

Gersfan
06-11-2008, 02:18 PM
Looking good, Though I have a minor issue, when I click threads for example it comes up login when i'm already logged in and need to login again every time?

Thanks,

Valter
06-11-2008, 02:32 PM
Check out this post:
https://vborg.vbsupport.ru/showthread.php?p=1540649#post1540649

baghdad4ever
06-11-2008, 05:31 PM
I have problem "Forums excluded from stats (List IDs, separate with commas)"

When I write forum id in here "Forums excluded from stats (List IDs, separate with commas)"

Latest post is empty ???

http://img174.yukle.tc/images/1045sdsd.gif


what about this please??

rapidphim
06-12-2008, 12:42 AM
why there is no one able to answer my questions about expanding the character on thread title or forum title on the latest post column?

Greenskull
06-12-2008, 12:18 PM
If you mean the" Latest Forum News" box is empty I found the same thing and had to add 3 forums to the list in admin CP before the box was populated.

what lisEDIT: Ah I see

jacki
06-17-2008, 06:56 PM
I want to increase the font size of the writings here and change them to bold characters

PoetJA-1975
06-18-2008, 02:50 AM
Install reserved for 3.7 upgrade
Thanx for the sharing.

Jacquii.

agent781
06-18-2008, 07:57 AM
I'm having an issue with this Modification.

I upgraded my forum to VB 3.7.1. This Mod does not work well with it.

What happens? When you go to a thread that has more than 1 page, you cannot get past the first page when this Mod is enabled. When it is disabled, everything on my forum works.

Any idea why it would affect viewing threads?

And yes, I know it is this Mod that is affecting my forum this way. I uninstalled EVERY product/plugin and added them all back 1 by 1. After this one was added is when I found the issue of not being able to go to page 2 of a thread.


I'm having the same issue and did the same things you did. If I disable this mod (which is an awesome mod) everything works like it's supposed to. It also causes problems with the Blog links and multiple pages for anything, it always shows page 1.

Can anyone help with this issue? Thank you

Edit: I just uninstalled and reinstalled the plugin and did not change any of the default options, the problem is still there. :(

Klaus A.
06-18-2008, 03:04 PM
-----------------

nesh
06-18-2008, 03:04 PM
I have some members complaining about the cookies. When a member clicks on a latest thread it is (when returning to home) still marked as unread..

General cookies are working..

agent781
06-18-2008, 05:19 PM
I also disabled every option, just enabled the mod and it's still a problem. Is there a setting someplace I'm missing?

NsT
06-18-2008, 06:54 PM
Is it possible to show the Thread Prefix?

agent781
06-18-2008, 07:23 PM
After the first page, no. Same goes for inside a thread, if you click on any page greater than 1, the page loads but it's the same page you were on, just starts back at the top.

To test a few things out, I increased the number of threads shown on a page, and that increased and I could see older threads/posts just fine. The only way to see a page greater than 1 is to click on the last post of that poster or from the forumhome and view last post. If you go inside the thread, you're stuck on page 1 :( This goes for any style, any default style, ect. Even if I force a style like Default for instance, as long as the mod is enabled the problem comes back.

Any help would be greatly appreciated. Let me know if you guys want to see it, I can enable the mod again and you can take a look. Right now I have it disabled.

My forum: http://www.perforateartery.com/forum

Thank you.

Deepdog009
06-18-2008, 10:15 PM
Keep the ball rolling...
Nice ratio...

agent781
06-18-2008, 11:27 PM
Keep the ball rolling...
Nice ratio...

I must have missed something :confused:

Poltergiest
06-18-2008, 11:37 PM
After the first page, no. Same goes for inside a thread, if you click on any page greater than 1, the page loads but it's the same page you were on, just starts back at the top.

To test a few things out, I increased the number of threads shown on a page, and that increased and I could see older threads/posts just fine. The only way to see a page greater than 1 is to click on the last post of that poster or from the forumhome and view last post. If you go inside the thread, you're stuck on page 1 :( This goes for any style, any default style, ect. Even if I force a style like Default for instance, as long as the mod is enabled the problem comes back.

Any help would be greatly appreciated. Let me know if you guys want to see it, I can enable the mod again and you can take a look. Right now I have it disabled.

My forum: http://www.perforateartery.com/forum


Thank you.

Click the 'arrow' to the right of the thread name. That will take you to the newest post in thread. At least it does on my board.

agent781
06-19-2008, 01:39 AM
The arrow works fine when the mod isn't active.

When it's active, the page numbers (2, 3, ect) just reload the first page of the thread or listing and the arrows do the same.

I'm using VB version 3.7.1 if that makes any difference at all.

farukcan
06-20-2008, 08:25 AM
hello

You can have Main Stats box shown on several pages...
It's shown by default on forumhome (to disable it set "Main Top Stats box on ForumHome" to "Disable")
To activate another location:
a) put location-name in "Stats on Custom Pages" field in hack settings
Explanation: When you open some vBulletin php file you'll see this at the top - "define('THIS_SCRIPT', 'XXX');"
XXX is location-name we need. It's usually the same as php filename (without extension, of course)
Note: When setting several locations then separate location-names by commas
b) add "$cybtopstats" to the template called on page where you wish to have stats shown

i not understand / i don't this part. (You can have Main Stats box shown on several pages.)

please you can detailed tell?

my custom page is mydomain.com/blabla.php

thanks

note: my english bad. sorry.

Valter
06-20-2008, 11:53 AM
"blabla.php" should contain
define('THIS_SCRIPT', 'blabla');
at the top.

Then go to hack settings and add "blabla" to "Stats on Custom Pages" setting field.
Then add "$cybtopstats" to template which is called on "blabla.php".

farukcan
06-20-2008, 08:53 PM
"blabla.php" should contain
define('THIS_SCRIPT', 'blabla');
at the top.

Then go to hack settings and add "blabla" to "Stats on Custom Pages" setting field.
Then add "$cybtopstats" to template which is called on "blabla.php".

thanks. i do :)

agent781
06-21-2008, 07:10 AM
Anyone have any ideas or that can point me in the right direction? This is driving me crazy. :mad:

patricii13
06-21-2008, 11:25 AM
This is excellent! Thank you very much :)

NsT
06-22-2008, 12:42 AM
Is it possible to show the Thread Prefix on the latest 10 posts statistics? It is very important to my forum. Many thanks!!!!!!!

socalsoccer
06-22-2008, 04:19 AM
Having trouble adding to portal.php page.

add this to advanced portal template? "$cybtopstats"

in hacks add portal

And i still do not see the stats on the portal page.

This part is unclear to me: define('THIS_SCRIPT', 'blabla');

I do not see this in the portal template anywhere.

Does it matter where "$cybtopstats is place in the portal template?

Thanks for the help.

Valter
06-22-2008, 06:09 AM
THIS_SCRIPT is found in php files, not in templates.

socalsoccer
06-22-2008, 01:24 PM
THIS_SCRIPT is found in php files, not in templates.
I found this in portal.php adv_index

and put it in hacks with "cyb... added to portal template, but it still does not work.

socalsoccer
06-22-2008, 01:31 PM
Can these stats be added to the advanced portal, maybe that is the problem.

Valter
06-22-2008, 02:32 PM
Instructions on how to enable Top Stats in vBadvanced CMPS.


1. Hack Options
Add 'adv_index' to the 'Stats on custom pages" setting field

2. vBa CMPS > Default Settings
In Portal Output Global Variables setting put cybtopstats (without $), then Save

3. Put $cybtopstats in desired template, where you wish Stats to appear.
For example open template adv_portal and put $cybtopstats (with $) below $navbar.

munnakv
06-22-2008, 04:22 PM
Outstanding.
I love this hack. Thanks.

Super Jinni
06-22-2008, 06:49 PM
Thank you Cyb for your good work..

I - for some reason - really need to exclude some user from showing with:
-Top Posters
-Top Thread Starters

is there anyway to do that?

I hope you can help me

thanks again..

:)

agent781
06-23-2008, 01:12 AM
No ideas on what I can try, Cyb?

Thanks

DsmNikki
06-23-2008, 01:23 AM
im getting HTTP 404 ERROR?? Y IS THAT???

Deeper
06-24-2008, 06:00 AM
it's a wonderfull hack...

But is it possible to have the result of hack VBexperience in Top Reputations ?

fth83
06-24-2008, 03:40 PM
Thanks for modul..

vics
06-25-2008, 10:43 AM
Outstanding.
I love this hack. Thanks.

I agree- i LOVE this!
Wonderful job!
:up:
FYI demo (http://208.109.219.139/index.php) - (stats @ bottom once in)
---

dannykilla
06-25-2008, 08:53 PM
How do I add a link to the quick links drop down box like the sample image?

socalsoccer
06-25-2008, 09:44 PM
Instructions on how to enable Top Stats in vBadvanced CMPS.


1. Hack Options
Add 'adv_index' to the 'Stats on custom pages" setting field

2. vBa CMPS > Default Settings
In Portal Output Global Variables setting put cybtopstats (without $), then Save

3. Put $cybtopstats in desired template, where you wish Stats to appear.
For example open template adv_portal and put $cybtopstats (with $) below $navbar.

Could not add to adv_portal had to add to footer and worked fine.

Antonio Pereira
06-25-2008, 09:50 PM
Installed...
But still a bug with time...
* If time is : %H:%i
it writes for exemple 13:%i
* if time is : H:i
it writes H:i
* How can i write time like 13:34 ?
Thanks

Same problem here.

I got the same issue :confused:

Same problem here.

Hello

I have a problem with the date, if I put it in English it(he,she) is OK, but if I put it in Spanish not.


I need help

Thank you

You excuse for a translator uses

Best regards

vBulletin 3.7.1
https://vborg.vbsupport.ru/attachment.php?attachmentid=81758&d=1212604884


Same with Spanish.


No one have any ideas so many people with the same problem:o


Best Regards

indie2industry
06-26-2008, 09:42 AM
Quick Question. This mod totally destroys this sidebar mod.

https://vborg.vbsupport.ru/showthread.php?t=173677

Is there a way to make them together?? The Advanced Forum statistics mod has fixed tables that throw off the layout to my board.. Thanks in Advanced.

NsT
06-26-2008, 06:00 PM
I post the question again, please if anyone knows, show me :D

Is there a way to show Thread Prefix on the statistics?