View Full Version : Statistics Modifications - Cyb - Advanced Forum Statistics
Reeftanksonline
01-25-2009, 10:42 AM
Main Top Stats box in vBA CMPS:
That fixed the two left units but the 2nd colum "Latest Posts" is still only "Loading..." any help on this?
I get the same problem, In all of the boxes. Its just stays at still loading.
steve1966
01-25-2009, 01:02 PM
thanks
dtommy79
01-25-2009, 01:30 PM
Gave it a terrible vote. No good :(
Stefanus
01-25-2009, 03:16 PM
-New: Option to add Stats automatically to vBA CMPS
I get the same problem, In all of the boxes. Its just stays at still loading.
Latest Posts only "Loading..."
Search in: Cyb_AFStats.xml
Cas_AFStats_LP = new vB_AJAX_Handler(true);
Cas_AFStats_LP.onreadystatechange(Cas_updateStatsL P);
Cas_AFStats_LP.send('misc.php?show=latestposts&resultsnr=$resultsnr');
}
Replace with:
Cas_AFStats_LP = new vB_AJAX_Handler(true);
Cas_AFStats_LP.onreadystatechange(Cas_updateStatsL P);
Cas_AFStats_LP.send('$vboptions[bburl]/misc.php?show=latestposts&resultsnr=$resultsnr');
}
This stil leaves the:
images/statusicon/post_new.gif
images/statusicon/post_old.gif
Not to display
Quick fix for this:
Find:
$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="'.$vbulletin->options['cybtopstats_prefix_new'].'" />';
$oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src=".$vbulletin->options['cybtopstats_prefix_old'].'" />';
Replace with:
$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="http://www.mysite.com/forum/images/statusicon/post_new.gif" />';
$oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src="http://www.mysite.com/forum/images/statusicon/post_old.gif" />';
aberg
01-25-2009, 06:57 PM
It's working ok, but it seems that this new version gives a high load on my server.
Are there other users that also notice a high load on the server?
MisterLaO
01-26-2009, 04:17 AM
i have accidentally disabled Cyb - Advanced Forum Statistics in my profile.. how can i re-enable it? i cant find it in quick links.. xD
Nadeemjp
01-26-2009, 04:22 AM
it should be in the quick links. if you cant find it, it means that you havent disabled it, you have uninstalled it. you should re-install it.
Also, in the list of products, you can find it. if it is there and not in the vboption list, then uninstall it and then re-install it.
audis3
01-26-2009, 04:41 AM
Hallo there!
I've installed this great product,but i have a little problem.
In New Posts it doesn't show me the minutes,as you can see in the picture.
Can you please help me?
mc0676
01-26-2009, 05:19 AM
Can i show only the latest reply without User Stats and Hootest Thread columns ?
MisterLaO
01-26-2009, 09:56 AM
it should be in the quick links. if you cant find it, it means that you havent disabled it, you have uninstalled it. you should re-install it.
Also, in the list of products, you can find it. if it is there and not in the vboption list, then uninstall it and then re-install it.
no i havent uninstalled it.. other account still have it.. i just disabled it by accident and couldnt find it in quick links
indie2industry
01-26-2009, 09:59 AM
As with me, I switched back to 5.8.1 as it looks better and has a better layout.
https://vborg.vbsupport.ru/external/2009/01/27.jpg
If you could use this style with the new updates I would use it.
my thoughts exactly :(:(
I loved the old format. I'm about to downgrade this until further notice.. But Cyb, I love your Vbmods:D
Vinyljunky
01-26-2009, 11:08 AM
Ive upgraded to 6.4 but it seems to have broken the template layout (It extends over to the right in IE7 & Chrome).
Great mod apart from this minor hitch ;)
jmurrayhead
01-26-2009, 11:21 AM
my thoughts exactly :(:(
I loved the old format. I'm about to downgrade this until further notice.. But Cyb, I love your Vbmods:D
I think the next step is to make both layouts an option. I like the new format because I have a less-wide layout for my forums. The old format easily breaks that, but the new format is much cleaner for me.
MisterLaO
01-26-2009, 02:45 PM
guys, is it possible to set the dates on where on the top referrers? like only referrals for x date to y date will be counted and displayed??:D
audis3
01-26-2009, 02:49 PM
Hallo there!
I've installed this great product,but i have a little problem.
In New Posts it doesn't show me the minutes,as you can see in the picture.
Can you please help me?
Can you please answer my question?
michi123
01-26-2009, 04:39 PM
Ive upgraded to 6.4 but it seems to have broken the template layout (It extends over to the right in IE7 & Chrome).
Great mod apart from this minor hitch ;)
yups! just upgraded, now the layout is fu**ed up! i got the logo twice lol, i got a scrollbar for left/right now... im gone downgrade aswell till the bug is fixxed!
BamaStangGuy
01-27-2009, 01:49 AM
I just want a simple way to turn off Last Posts and use that area for other stats.
Lautaro
01-27-2009, 04:33 AM
Great ! thanks Cyb for this great mod. ( already marked as installed )
mc0676
01-27-2009, 11:17 AM
Only one question: why in the past release in the last reply the link was on the last read post and now only to the first or last post in the thread ?
Lean Bodies
01-27-2009, 01:07 PM
When I logged in this morning the Latests Posts feature was disabled. That section of my stats listing on the forums is blank.
When I go into vb options, it's not even an option for stat selection for anything anymore. :confused:
saihat
01-27-2009, 01:12 PM
If possible, return this form
biocyberman
01-27-2009, 04:29 PM
Thanks for the update. Keep up good work, Cyb.
Valter
01-27-2009, 05:07 PM
Only one question: why in the past release in the last reply the link was on the last read post and now only to the first or last post in the thread ?
There are three links:
-Thread title (thread start)
-► (last post)
-▼ (first unread post)
TonicWater
01-27-2009, 08:57 PM
can i use the new version in vBulletin 3.6.8 Patch Level 2?
Valter
01-28-2009, 01:56 AM
It should work with no problems.
mc0676
01-28-2009, 04:58 AM
There are three links:
-Thread title (thread start)
-► (last post)
-▼ (first unread post)
Thanks mate ! Perfect ! :D
TonicWater
01-28-2009, 07:46 AM
It should work with no problems.
it works if you install it and dont change anything. But if you change something in the settings, it lost all settings and dont show anything on the forum startsite. you have to de-install it and install it again. and then you cant change anything in the settings. for example "Forum Stat to show on page load". if you changes that and hit save, after it all settings lost and you cant change it back.
Vaupell
01-28-2009, 01:41 PM
currnelt uninstalled, cause after implementing vBa it sometimes show ENTIRE webpages in the stats
ie favorite forums, it showed entire forumhome etc..
kinda odd looking
yingzhou
01-28-2009, 02:24 PM
I like this form too. Can you add a option to turn forum stat off or merge with user stat? Or we can chose which one stat appear in list in 1st row, which one will appear in list in 2nd row.
Not only the user stat in the 1st row and forum stat in 2nd row like 6.4 version.
thanks you anyway!
redlabour
01-28-2009, 05:10 PM
Ehhmmm...anything new about fixing the width of your Template?
And anything new about Randomthreads with IMG?s? :confused:
Cybernetec?
Bkdenice
01-28-2009, 08:40 PM
-New: Option to add Stats automatically to vBA CMPS
Latest Posts only "Loading..."
Search in: Cyb_AFStats.xml
Cas_AFStats_LP = new vB_AJAX_Handler(true);
Cas_AFStats_LP.onreadystatechange(Cas_updateStatsL P);
Cas_AFStats_LP.send('misc.php?show=latestposts&resultsnr=$resultsnr');
}
Replace with:
Cas_AFStats_LP = new vB_AJAX_Handler(true);
Cas_AFStats_LP.onreadystatechange(Cas_updateStatsL P);
Cas_AFStats_LP.send('$vboptions[bburl]/misc.php?show=latestposts&resultsnr=$resultsnr');
}
This stil leaves the:
images/statusicon/post_new.gif
images/statusicon/post_old.gif
Not to display
Quick fix for this:
Find:
$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="'.$vbulletin->options['cybtopstats_prefix_new'].'" />';
$oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src=".$vbulletin->options['cybtopstats_prefix_old'].'" />';
Replace with:
$newpostprefix = '<img border="0" alt="'.$vbphrase['new'].'" src="http://www.mysite.com/forum/images/statusicon/post_new.gif" />';
$oldpostprefix = '<img border="0" alt="'.$vbphrase['old'].'" src="http://www.mysite.com/forum/images/statusicon/post_old.gif" />';
Thx for this Fix, now my Newest Member and lasted news have Only "Loading"
Jeffler
01-29-2009, 12:24 AM
Is it possible to run two of these at once? I want one for some stuff at the bottom, one for others at the top.
Hannan
01-29-2009, 12:57 AM
Could you please add an option to disable each one of the stats, like forum stats or user stats, because I just want showing latest posts on my forum!
thanks
LoveStream
01-29-2009, 05:40 AM
Hello, cybernetec!!
According to your statement about setting method is very difficult to understand to me.
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
Would you comment for it? I better like as;
misc.php?do=page&custom=statistics
Thanks alot.
Stormraven
01-29-2009, 06:22 AM
Here is my link to my website www.codershangout.co.uk i have added this plugin to my site, I clicked 'hide top stats' but for some reason i cant get it to show again, there is nothing in the quicklinks menu to show the stats after someone turns it off, can you fix this bug please asap because I love this plugin :( im tryying to get it back above private messages in quick links, i add $cybts_enablelink but cant get it there still.
petacat
01-29-2009, 07:01 AM
I tried to install the upgrade and got this ... the whole stats product is disabled now... any idea why?
forums are 3.8. PHP version 5.2.6.
Trying to revert to 5.8.1 gives a similar error...
Fatal error: Call to undefined method vb_activecache::flush() in /home/*******/public_html/includes/adminfunctions_template.php(2359) : eval()'d code on line 16
I found the cause ... I had to disable vb Optimise to correct the problem... All ok now.
GrendelKhan{TSU
01-29-2009, 07:20 AM
cyb! love the update. :) thx!!
on problem: I couldn't get the vCMPS to work.
all the panels get stuck on "loading" (but never load the content).
any ideas what might the problem be?
wAnBoA
01-29-2009, 04:35 PM
Nice update.
However, i have a question. Is there a way to change the table background w/o using alt 1/2?
movslow
01-29-2009, 06:20 PM
After I installed this mod (which is awesome btw!!) I've had several users mention they can no longer access the page via their mobile phones.
Iphone & blackberry users. They say it only loads the box and nothing more.
Any suggestions?
Thanks
:up:
Stefanus
01-29-2009, 06:55 PM
cyb! love the update. :) thx!!
on problem: I couldn't get the vCMPS to work.
all the panels get stuck on "loading" (but never load the content).
any ideas what might the problem be?
It is a path/url issue:
Look at the following posts for a fix on this issue:
1. #243 (https://vborg.vbsupport.ru/showpost.php?p=1723643&postcount=243), #249 (https://vborg.vbsupport.ru/showpost.php?p=1724110&postcount=249)
and
2. #254 (https://vborg.vbsupport.ru/showpost.php?p=1724333&postcount=254)
This should help with your "loading" problem.
wmlvb
01-29-2009, 09:32 PM
I can see when logged out but not when logged in. It looks like ADmin is only user group with this problem. I check the permission for this mod and all are allowed to view. I also cleared cookies and cache! anyone know how to fix this? Thanks
Quantnet
01-30-2009, 03:58 AM
this may be a bug
's is not displayed correctly. for example. if the thread title is "John's car", it will show as "John s car"
kkeezer
01-31-2009, 01:54 AM
I have installed this mod many of time and this is the first time I have seen this error, not sure if it's on me end or something to do with vB 3.8.1 or the mod it's self... Please take a look and let me know what you think it is and what can be done to fix this issue.
Thanks for all your great mods and hard work! :up:
Kyle
ruhrpottforum
01-31-2009, 11:48 AM
Is it possible to Display the Prefix of a Thread in the News Thread List (vB 3.7.5)?
markblair
02-01-2009, 05:50 AM
I have been using this mod for awhile and all I want it to show is the latest posts since I have this in my sidebar. With this update I am being forced to also show at least one of the forum stats checkboxes and one of the user stats checkboxes. If I deselect all of them and just leave latest posts selected, I get the following error:
Error: Check startup item options
Any suggestions on how I can only show latest posts and nothing else? Without this I will need to remove this mod because it screws up the width of my forum (since these stats are in a sidebar).
Nghich.ORG
02-01-2009, 10:50 AM
There are three links in Latest Posts:
- go to first post (thread title)
- go to last post (arrow after username)
- go to first unread post (arrow after post time)
How to change it?
ViViD
02-01-2009, 04:21 PM
Hello ,
Thanks for this brilliant hack.
I have a suggestion for future versions , Is it possible to have (Latest updated discussions in social groups also in one of the boxes ? )
Best regards
BamaStangGuy
02-01-2009, 04:45 PM
I've disabled it. When I can turn off Latest Posts I'll enable it again
Charles_1
02-01-2009, 11:07 PM
How to change it?
Yes. It was better in earlier versions, when it was possible to set thread title as a link to first unread post instead of first post of whole thread.
Our users are used to click on thread title and they are getting first posts of threads right now :-(. Small arrow on the right just near the border is not obvious at all.
petacat
02-02-2009, 05:47 AM
Latest posts is important for us.
I must say that the efficiency if this version is good. However, I do prefer the option of 5 panels of information and choice of first post or first unread post for the link. Maybew you can bring thsese things back :)
sasukewuff
02-02-2009, 08:03 AM
I like and I don't like this version... It is a bit too simplistic for smaller forums, but for larger ones it is good... Too bad I run a smaller forum. Thank you very much for the hard work on this version, which I will use once it has the options of v5... But, until then, v5 for me... There is just not enough statistics on this version to justify using it on as small a board as mine.
tehtide
02-02-2009, 01:51 PM
I've got a problem that maybe someone could help me with.
Attached is a picture of what is happening on my site.
It seems that instead of putting the state in the columns, for some reason our forum home is just being repeated.
some info about my site:
VB 3.8.1
VBlog 2.0.0
vbadvanced CMPS 3.1.0
Style is the default style for the site.
If I use any of the auto insert options either for vBa or the forums I get the same effect.
any help is appreciated.
Ted Clore
02-02-2009, 02:47 PM
Like the mod very much. Although it was working last night and this morning, all I get now is "Loading". Can't get it to load any more. Wierd.
Uninstalling until this is worked out. Thanks for your effort.
tsptom
02-02-2009, 02:53 PM
Suggestion:
My site has a peak time during the day where I'd like to turn off the product since it slows down the board slightly. It would be great if we could input some kind of automated turn on / turn off schedule.
Thanks
Valter
02-02-2009, 07:42 PM
This stil leaves the:
images/statusicon/post_new.gif
images/statusicon/post_old.gif
Not to display
Quick fix for this:
Find:
...
These images locations can be set in hack options.
my thoughts exactly :(:(
I loved the old format. I'm about to downgrade this until further notice.. But Cyb, I love your Vbmods:D
I'll vote for this style too, it would be nice to those this one.
But i have used version 6.4 since i couldn't make the version 5.8.1 working with vb 3.8.1
Hope you'll add the option to those style
and thank for this great mod
Valter
02-02-2009, 10:42 PM
v6.5 - Feb 03. 2009.
-New: Latest Group Posts
-New: Options to change title/arrow linking in 'Latest Posts'
-Fixed known bugs
YOU MUST do this to upgrade properly:
-Import product XML, allow overwrite
-Revert hack templates if modified before
-Check and update new settings
mastertek2000
02-02-2009, 10:50 PM
Like the mod very much. Although it was working last night and this morning, all I get now is "Loading". Can't get it to load any more. Wierd.
Uninstalling until this is worked out. Thanks for your effort.
i also have the same problem had to take it off line
are the vbseo bugs fixed??
Hannan
02-02-2009, 11:09 PM
Thank you for update,
sorry I say this again, could you please put an option to disable user stat and forum stat column?
thanks
tehtide
02-02-2009, 11:37 PM
I've got a problem that maybe someone could help me with.
Attached is a picture of what is happening on my site.
It seems that instead of putting the state in the columns, for some reason our forum home is just being repeated.
some info about my site:
VB 3.8.1
VBlog 2.0.0
vbadvanced CMPS 3.1.0
Style is the default style for the site.
If I use any of the auto insert options either for vBa or the forums I get the same effect.
any help is appreciated.
Updated to the latest version... still no go. Anyone have any ideas to help me with?
I've using xcache and vboptimize... Do those have any effects?
kkeezer
02-02-2009, 11:44 PM
Weird, it was working better with 6.4, after updating it to 6.5 now all are showing loading... and nada.
https://vborg.vbsupport.ru/attachment.php?attachmentid=93958&d=1233625651
Cyber, your still #1 in my vB book, I know this will be fixed with 6.6... lol
Kyle
newguy
02-02-2009, 11:45 PM
Like the mod very much. Although it was working last night and this morning, all I get now is "Loading". Can't get it to load any more. Wierd.
Uninstalling until this is worked out. Thanks for your effort.
i also have the same problem had to take it off line
Make sure you have "Turn On/Off individual Stats" selected to be on and match the same as the "Forum Stat to show on page load" and "User Stat to show on page load"
If you have the "Forum Stat to show on page load" set to be "most popular forums" and you do not have a check in and have Most Popular Forums turned on you will get the "loading" message.
I think I am explaining it correct.
mastertek2000
02-02-2009, 11:59 PM
Make sure you have "Turn On/Off individual Stats" selected to be on and match the same as the "Forum Stat to show on page load" and "User Stat to show on page load"
If you have the "Forum Stat to show on page load" set to be "most popular forums" and you do not have a check in and have Most Popular Forums turned on you will get the "loading" message.
I think I am explaining it correct.
not sure what you mean by this looks like i am not the only one having this problem old version worked fine
mastertek2000
02-03-2009, 12:13 AM
Make sure you have "Turn On/Off individual Stats" selected to be on and match the same as the "Forum Stat to show on page load" and "User Stat to show on page load"
If you have the "Forum Stat to show on page load" set to be "most popular forums" and you do not have a check in and have Most Popular Forums turned on you will get the "loading" message.
I think I am explaining it correct.
i tried what you said and no go uninstalled till fixed
muhammedislam
02-03-2009, 12:25 AM
That one is better than others, thanx Cybernetec :)
shadowevil
02-03-2009, 12:33 AM
Hi Cybernetec,
Can you reply to my this post 250 (https://vborg.vbsupport.ru/showpost.php?p=1724112&postcount=250)
SnowBot
02-03-2009, 01:41 AM
Thanks for the upgrade matey :)
Anopheles
02-03-2009, 01:42 AM
I've got a problem that maybe someone could help me with.
Attached is a picture of what is happening on my site.
It seems that instead of putting the state in the columns, for some reason our forum home is just being repeated.
some info about my site:
VB 3.8.1
VBlog 2.0.0
vbadvanced CMPS 3.1.0
Style is the default style for the site.
If I use any of the auto insert options either for vBa or the forums I get the same effect.
any help is appreciated.
Thats exactly what i have!!
markblair
02-03-2009, 04:06 AM
Thank you for update,
sorry I say this again, could you please put an option to disable user stat and forum stat column?
thanks Yes, same here. Without this I cannot use this mod (I want to keep using it if I can). Thanks for your time Cyb.
Nadeemjp
02-03-2009, 04:31 AM
well, i only like the version 5.6.3 (i think). all the latest ones are quite not the ones i am looking for.
redlabour
02-03-2009, 08:23 AM
v6.5 - Feb 03. 2009.
-New: Latest Group Posts
-New: Options to change title/arrow linking in 'Latest Posts'
-Fixed known bugs
Will i ever get a Feedback about the width Problem and the random Threads with IMGs you promised? :rolleyes:
tehtide
02-03-2009, 11:09 AM
Thats exactly what i have!!
Good I'm glad I'm not the only one going crazy. :D
Any idea of what is causing it?
movslow
02-03-2009, 12:14 PM
After I installed this mod (which is awesome btw!!) I've had several users mention they can no longer access the page via their mobile phones.
Iphone & blackberry users. They say it only loads the box and nothing more.
Any suggestions?
Thanks
:up:
Bumping original question.
:up:
Anopheles
02-03-2009, 01:57 PM
Good I'm glad I'm not the only one going crazy. :D
Any idea of what is causing it?
No! I've the Problems AFTER the Update to Version 6.3!
saviola8x
02-03-2009, 03:25 PM
work on 3.7.3 :D
saihat
02-03-2009, 04:40 PM
If possible, return this form
https://vborg.vbsupport.ru/attachment.php?attachmentid=93551&d=1233069135
IIAnDoII
02-03-2009, 05:48 PM
can some one please post the v5.8.1 version the new one is not as good and it dosent look smooth
Gwendolin
02-03-2009, 10:24 PM
Hi Cyb,
thanks for your great modification, my users love it.
But I have a big board and it takes very long to load, so I have a suggestion, but cannot realize myself.
Would it be possible to cache the queries of stats, which don't change often the place like:
-Most Viewed Threads
-Hottest Threads
-Most Popular Forums
-Top Posters
-Top Thread Starters
-Top Referrers
-Top Reputations
-Top Thanked
-Top Infractions
-Profile Visits
I think this could help to load the Stats faster.
Regards,
Gwen
Nadeemjp
02-03-2009, 10:32 PM
ok guys, it seems that it is not only me who prefers version 5.8.1 over these latest editions.
so i am posting it here.
if cybernetec sees this message, i would request him to please launch two new versions. one based on 5.8.1 and the other based on the latest ones since some people prefer those.
but people like, we only like 5.8.1
thanx
Valter
02-03-2009, 10:39 PM
Weird, it was working better with 6.4, after updating it to 6.5 now all are showing loading...
Ensure that FORUM URL option is properly set in your ACP.
http://www.vbulletin.com/docs/html/
Hi Cybernetec,
I like the layout of version 6.0, because i see the newer, can you make out parallel 2 old products and new, can you? or you can add new change layout feature, thanks :)
It may be added sometimes later, but no promises.
Will i ever get a Feedback about the width Problem and the random Threads with IMGs you promised? :rolleyes:
I can not remember what problem with width you have, but I believe it can be solved by trimming stuff inside tables? ;)
Random Threads with images is low priority atm.
Thank you for update,
sorry I say this again, could you please put an option to disable user stat and forum stat column?
thanks
Sorry, but I'll never add that option. I don't want you to use product with few thousands of lines of code just to display latest posts. I believe there is another hack for that.
Btw Thanks to all who nominated this product for MOTM. And thanks for voting.
mastertek2000
02-04-2009, 12:36 AM
ok guys, it seems that it is not only me who prefers version 5.8.1 over these latest editions.
so i am posting it here.
if cybernetec sees this message, i would request him to please launch two new versions. one based on 5.8.1 and the other based on the latest ones since some people prefer those.
but people like, we only like 5.8.1
thanx
thanks bud
Rckcrwlr
02-04-2009, 01:11 AM
I installed the upgrade but when I log on, it shows "loading" with no information.
Only way I get it to show up is to shut it down and then open it up again.
Any thoughts?
kkeezer
02-04-2009, 03:24 AM
I will check it out, and your still #1 in my Mod book!
K
ULFSoft
02-04-2009, 03:38 AM
i use Opera v9.6
when i click on menu link, some times it open in blank!
u can see it on the picture :
http://tinypic.info/files/nja0qbr8ukkkr63hcjk9.jpg
StevenAkaProek
02-04-2009, 08:05 AM
I installed the upgrade but when I log on, it shows "loading" with no information.
Only way I get it to show up is to shut it down and then open it up again.
Any thoughts?
same here
only way it shows up is if you go to "view more" and then go back to forum home
of course every user would have to do this in order to work
tried in both firefox and IE
IIAnDoII
02-04-2009, 09:38 AM
thanks Nadeemjp for posting version 5.8.x
Leo Brazil
02-04-2009, 09:49 AM
I was using version 5.8.1 and working fine with 3.7.4 PL1 and even when upgraded to 3.8.0 it was still working nicely.
When upgraded to the new 6 series, working good though, I've notived it takes quite good like to load it, problem this was expected when it was designed as 'Loading....' phrase was there for it.
I just want to confirm if you guys noticed the same as me and anything we could do to improve this ? I mean all my Forumhome loads pretty fast but this one.
Another thing and this mod use a regular phrase "Time" from vB but in latin languages "Time" can have different meanings and this phrase should be independent from the regular phrase this mod uses. To solve this I created a different phrase and chance the mod. But if it was built with this would make things very easy.
pauldack
02-04-2009, 11:04 AM
I installed the upgrade but when I log on, it shows "loading" with no information.
Only way I get it to show up is to shut it down and then open it up again.
Any thoughts?
Same here.
blue6995
02-04-2009, 03:28 PM
I installed the upgrade but when I log on, it shows "loading" with no information.
Only way I get it to show up is to shut it down and then open it up again.
Any thoughts?
Same here as well!
yingzhou
02-04-2009, 03:38 PM
I think that is a server problem. Mine is sometime show loading for a while. Refresh the page and it's look fine.
steve1966
02-04-2009, 03:50 PM
Thanks but I will go back to 5.81 till the bugs have been fixed
Quantnet
02-04-2009, 04:09 PM
By the way, let me ask this again
Why guests can't see the ajax feature i.e there is no "Auto refresh in x second" message at the bottom of the frame.
Only logged in users can see it.
Tianuc
02-04-2009, 04:57 PM
vBulletin 3.8.1
Cby-v6.5
install
Warning: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'localhost' (using password: NO) in [path]/admincp/plugin.php(1995) : 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(1995) : eval()'d code on line 13
forum home
Parse error: syntax error, unexpected ';' in /home/public_html/forum/global.php(607) : eval()'d code on line 294
Hi,
it works fine, thank you!
Is there a possibility to get an acustic signal if new thread/post etc..? Or is it a question of ajax programming?
Thank you
tehtide
02-04-2009, 05:23 PM
I've got a problem that maybe someone could help me with.
Attached is a picture of what is happening on my site.
It seems that instead of putting the state in the columns, for some reason our forum home is just being repeated.
some info about my site:
VB 3.8.1
VBlog 2.0.0
vbadvanced CMPS 3.1.0
Style is the default style for the site.
If I use any of the auto insert options either for vBa or the forums I get the same effect.
any help is appreciated.
Bumping my original question... any ideas?
Emunator
02-04-2009, 06:44 PM
I have the same problem that my forum starts repeating.
astrid1
02-04-2009, 06:56 PM
We have also a problem, stand only loaded nothing more
Valter
02-04-2009, 07:15 PM
Check FORUM URL setting in vB Options. Ensure it's properly set.
mike2567
02-04-2009, 09:26 PM
Is there any way to show more than just three categories like before? Top Thanked, Top Poster, Top Referrer, Newest Member, etc....
mastertek2000
02-04-2009, 10:43 PM
Is there any way to show more than just three categories like before? Top Thanked, Top Poster, Top Referrer, Newest Member, etc....
that would be great like 5.8 version
gushil
02-05-2009, 04:44 AM
how do i change the title?
example: 'top 5 stats' -> 'my forum statistics'
nikolakis
02-05-2009, 07:57 AM
Check FORUM URL setting in vB Options. Ensure it's properly set.
No results.Still says ....loading.... :eek:
I reupload the previous version 6.4
;)
regards
rapidphim
02-05-2009, 08:11 AM
this hack is not working on Google Chrome. Only show "Loading" status... please help!
Tyran1
02-05-2009, 04:33 PM
Hello Cyb
the addon works with
http://www.xxxx.de!
No works with
http://xxxx.de!
Help me please
Nghich.ORG
02-05-2009, 04:38 PM
Hello Cyb
the addon works with
xxxxx
No works with
xxxx
Help me please
Me tooooooooooooooooooo
http://www.nghich.org work
http://nghich.org no work
rapidphim
02-05-2009, 04:47 PM
Uninstalled this new version, go back to 3.7 adds on.
muhteren007
02-05-2009, 05:55 PM
sagollllllll
Tyran1
02-05-2009, 06:34 PM
Uninstalled this new version, go back to 3.7 adds on.
Why ??? Cyb fixed that!!! Cyb Addons a beautiful!!! :up:
yingzhou
02-05-2009, 06:48 PM
Hello Cyb
the addon works with
xxx
No works with
xxxx
Help me please
mine site too, either
www.digifuns.com not work
but digifuns.com is ok.
t2cervens
02-05-2009, 07:28 PM
..... whatever browser, just a message: "loading"
sorry , but where can I find the previous version now? :(
al3bed
02-05-2009, 10:59 PM
thanx very much for this relase
2 problems:
1. loading data problems in some fourms ..
2. space between tables in stats
LockeAG
02-05-2009, 11:08 PM
thanx very much for this relase
2 problems:
1. loading data problems in some fourms ..
2. space between tables in stats
1. I experiment some issues with complet adress , I mean www.mysite , I get loading problems.
2. you should fix your template with css. may be if you put in the .tborder a line-height:16px !important; should do something.
See'a
cyberhack
02-06-2009, 12:30 AM
my site www.ispace.edu.vn/forum is still problem "loading ..." i must stop this mod
LockeAG
02-06-2009, 01:03 AM
my site www.ispace.edu.vn/forum is still problem "loading ..." i must stop this mod
You should try : http://ispace.edu.vn/forum and see what happen
yingzhou
02-06-2009, 06:40 AM
may be it depend on Forum URL in the Vbulletin setting page.
Leo Brazil
02-06-2009, 08:40 AM
First I saw here people getting problems with www.myforum.com and myforum.com I tought to my self: "I'm gonna check this out at mine" and the same happens here.
Ok, I agree the mod should deal with that but there's is another issue on the backstage that I realized.
For SEO both www.myforum.com and myforum.com should be pointed to the same address to avoid double links SEO and in my case I forgot that completelly, so I will include a 301 redirect on my .htaccess to redirects all myforum.com links to www.myforum.com ones. That should solve this issue with this mod as well.
Maybe some of you guys with the same problem with this must do the same thing, may be the opposite as 301 redirects you www.myforum.com to myforum.com.
swiftor
02-06-2009, 02:46 PM
Hi,
When I use this mod with vBadvanced, it does not seem to resize with the column it's in, it forces the column to a particular with, which throws off everything tyring to fit in a single page.
I tried the various options in the "Main Top Stats box in vBA CMPS" configuration, and when I either put it above the footer or below the header, it does not mess up the columns but still exceeds the pages normal width.
Is there anything I can do to get Stats to conform to the width of whatever column it's in?
DPtheGod
02-07-2009, 01:09 AM
I really want to use this modification, but when I do, no member on my site can view someone else's profile. It gives the error:
"This is not a registered member and therefore has no profile." or something.
Anyone have any ideas on how to fix this?
djrichards
02-07-2009, 02:33 AM
Whoa. Just downloaded and installed V6.5 and it totally hosed up my stats display.
I use MK Portal and wrap vB inside it. Previous versions worked fine (up to my last version of 6.3) but V6.5 now includes my portal header and left-side column inside each stats box.
See attached screen shot.
aberg
02-07-2009, 03:30 PM
my site www.ispace.edu.vn/forum is still problem "loading ..." i must stop this mod
Same problem here with 6.5.
I have re-install version 6.4 and that works fine.
So there there is something wrong with version 6.5
aberg
02-07-2009, 03:31 PM
..... whatever browser, just a message: "loading"
sorry , but where can I find the previous version now? :(
Yes problems with the last version.
Here is version 6.4 works fine
t2cervens
02-07-2009, 04:55 PM
Yes problems with the last version.
Here is version 6.4 works fine
thank you very much aberg
to Cybernetec:
thanks for all the outstanding work and goodies you give us
hope you'll get time to fix this 6.5....
Tyran1
02-08-2009, 08:58 PM
No fixed for 6.5 ???
and the vbseo.... I installed vbseo but the hack is not working.. it just shows "loading" always..
Sayid
02-09-2009, 02:07 AM
Hi,
It works fine , thanks
note : everyone who has loading problem , you have to change URL Forum from ACP .
You have to write your URL Forum like this :
http://www.yoursite.com/vb
not like this :
http://yoursite.com/vb
Sayid
02-09-2009, 02:19 AM
Oh no it was bug really
I mean when I change URL Forum from ACP to
http://www.yoursite.com/vb
stats work ONLY when I open forum on the same URL ( http://www.yoursite.com/vb ) . But if someone opened the site on the other URL ( http://yoursite.com/vb) it doesn't work and so on .:(
Simply brilliant add-on, thanks a bunch.
gg2-hungama
02-09-2009, 03:05 PM
Oh no it was bug really
I mean when I change URL Forum from ACP to
http://www.yoursite.com/vb
stats work ONLY when I open forum on the same URL ( http://www.yoursite.com/vb ) . But if someone opened the site on the other URL ( http://yoursite.com/vb) it doesn't work and so on .:(
did anybody check if this problem occurs in old versions like 5.8 or 6.4 ? if no then swing back to old version till cyb fixes the bug ..
thanks cyb for awsoome hacks .. good work
astrid1
02-09-2009, 03:13 PM
one does not know the be current version is fixed, which goes the before-last version to high-load!
dbirosel
02-09-2009, 05:05 PM
Ever since I updated this mod on my forum, I been having problems. Sometimes the Latest threads will load, but sometimes it won't. What's going on???
Valter
02-09-2009, 06:12 PM
'Forum URL' must be correctly set.
But you should also check out this option: 'Cookie Domain'.
To allow users to stay logged into the forum if they visit via either, http://www.FORUM or http://FORUM you should select suggested setting which looks like '.yourdomain.com', then save settings, then log-out/log-in. This may solve your loading problem. Be careful when setting this as entering an invalid setting can leave you unable to login to your forum.
yingzhou
02-10-2009, 12:11 AM
'Forum URL' must be correctly set.
But you should also check out this option: 'Cookie Domain'.
To allow users to stay logged into the forum if they visit via either, http://www.FORUM or http://FORUM you should select suggested setting which looks like '.yourdomain.com', then save settings, then log-out/log-in. This may solve your loading problem. Be careful when setting this as entering an invalid setting can leave you unable to login to your forum.
It's not fix the problem loading with me.
tenizmenu
02-10-2009, 06:49 AM
Good job for this addon but, unfortunately for me, my forum crashed everytime I wanted to install it.
Sayid
02-10-2009, 09:00 AM
'Forum URL' must be correctly set.
But you should also check out this option: 'Cookie Domain'.
To allow users to stay logged into the forum if they visit via either, http://www.FORUM or http://FORUM you should select suggested setting which looks like '.yourdomain.com', then save settings, then log-out/log-in. This may solve your loading problem. Be careful when setting this as entering an invalid setting can leave you unable to login to your forum.
But my Cookie Domain is already like '.mydomain.com' and still the same problem https://vborg.vbsupport.ru/external/2009/04/28.gif .
anyway , I wrote notice below my forum header that statistics will only work on www.domain.com/vb
I'm sure you'll solve it this time :D ( In SHa aLlah :rolleyes: )
Rezafcom
02-10-2009, 09:13 AM
thanks for this mod ( ajax version )
i want show last post by php and i want get forum name , what $code to use for this ?
for example : $tid for thread id
ePrOmD
02-10-2009, 03:45 PM
Hello
I use this hack in my community since a long time ago. I recently upgraded to this version 6.5, and I have a fault.
I use VB 3.7.0, and what happens when I enable the statistics, it takes a while to load. and then, rather than showing stats across the board, its showed me the site content again, like a TV screen showing itself.
I hope I make myself understand and please apologize me for my bad english. I?ve to disable the hack ?cause this fault. I?ll be grateful if somebody can help me!, tks!
Greetings!
94583
94584
Alexey?
02-10-2009, 05:04 PM
this is great tnx, but how can i show more threads then 10?
aberg
02-10-2009, 06:12 PM
'Forum URL' must be correctly set.
But you should also check out this option: 'Cookie Domain'.
To allow users to stay logged into the forum if they visit via either, http://www.FORUM or http://FORUM you should select suggested setting which looks like '.yourdomain.com', then save settings, then log-out/log-in. This may solve your loading problem. Be careful when setting this as entering an invalid setting can leave you unable to login to your forum.
It's not fix the problem loading with me.
Same here.
Isn't it possible to use the same settings in the script as version 6.4?.
Why take risk to unable to login as it possible to use version 6.4. without this risk?
Please change the settings in the script
Hi,
I simply redirect my forum from
http://www.myforum.com to
http://myforum.com
Works fine!
No idea how to get an acustic signal if new thread or post?
Garamond
02-11-2009, 10:03 AM
I had to revert back to 5.8.1 due to an inferiour spacing and general layout madness in this new version! Please fix!
Rckcrwlr
02-11-2009, 11:08 AM
Too many issues with this version...went back to 5.8.1...
Biggest one was Loading issue
yingzhou
02-11-2009, 01:40 PM
please fix it cyb, love you. :)
Firestar.chkn
02-11-2009, 05:21 PM
Sorry, I tried to search, but could not find anything about this.
Is there a way to add the top stats box to another page, say user CP perhaps, or some other page?
wmlvb
02-12-2009, 03:10 AM
all the stats windows are showing is my entire vbadvance home page including logo, navbar, sidebars, everything!!! No forum content at all! What did I do wrong? Thanks
ArbStar
02-12-2009, 06:54 AM
Old versions are better ..
hscorp
02-12-2009, 10:18 AM
very nice mod but made javascript error in IE7
Peterrad
02-12-2009, 12:31 PM
I have installed the new version, but all I get in all columns is "loading" I have read through previous posts but can't find a solution. Can anyone help? thanks
wmlvb
02-12-2009, 02:00 PM
any help with this issue??
https://vborg.vbsupport.ru/showpost.php?p=1741432&postcount=395
NakedAlien
02-12-2009, 03:06 PM
This is great! Just installed :)
SABRSox
02-12-2009, 07:06 PM
I've uninstalled this as well until all the bugs are worked out of this new version. Just too many headaches involved.
TimberFloorAu
02-13-2009, 12:02 AM
can we display calendar entries using this ?
if so how so, and we would need to be able to specify calendar ID.
Thanks
dbirosel
02-13-2009, 05:16 AM
i will uninstall too. this sucks. :(
if you are using 3.8 well, this version suits for you. :) otherwise use the old version.
d0nbiz
02-13-2009, 02:27 PM
Yeah I'm using it on 3.8.1 and it just keeps saying "Loading" for everything on the forumhome page. I've disabled until it gets fixed or something'
Valter
02-13-2009, 07:03 PM
can we display calendar entries using this ?
if so how so, and we would need to be able to specify calendar ID.
Thanks
This may be added in future versions. :-)
Noonster
02-13-2009, 09:37 PM
Yes problems with the last version.
Here is version 6.4 works fine
Thanks for that - worked a treat!!
Jedric
02-14-2009, 08:07 AM
Installed :)
jupiter5
02-14-2009, 08:36 AM
I did not like this appereance. Yes, we have new features reload, social group messages. My conclusion is previous versions better than this.
Revan
02-14-2009, 11:50 AM
There's a flaw in this product, namely that it runs via misc.php instead of ajax.php.
When you run your AJAX calls through misc.php, it will update the "lastactivity" field in the database, thus making it impossible to distinguish between those who are idle, and those who are actively using the forum.
This, added to the fact that the new layout is a hell of a lot less dynamic than the old one, has lead me to disable this product.
ViViD
02-14-2009, 04:22 PM
Thank you very much for this hack and upgrade.
Is it possible to have Latest blog updates and latest group post together on page load ? I can't have both together . There is limitation in choosing first-show items together .
Regards
mk craig 42
02-15-2009, 08:36 AM
The Forum stats don't load for me :S
https://vborg.vbsupport.ru/
It just keep saying loading, and never does.. Any ideas?
michi123
02-15-2009, 10:11 AM
maybe sumone could help me? if i install version 6.5, my hole page is screwed! all is out of range, the logo and blocks are shown twice, and so on! whats up with this? what do i´ve todo? thx for ya help!
ePrOmD
02-15-2009, 11:04 AM
It seems that many of us have the same problem, would greatly appreciate you cybernetec if
you can check the hack, or guide on how to fix the problem!
thank you very much
greetings from argentina
Web2Arab
02-15-2009, 01:43 PM
Hello,
So nice work Cybernetec. I really liked the clean, new version. Please, let me tell you my suggestions:
When let only one option to show in the column, the arrow should disappear, as there isn't anything else to show:
http://www.web2arab.com/temp/ArabicTrader/CYBAFS01.png
When disabling the all options to show in the column, I hope that the hole column disappear, instead of getting the error message:
http://www.web2arab.com/temp/ArabicTrader/CYBAFS02.png
I noticed also a bug when disabling the plug-in, and enabling it from the Quick Links, a strange symbols appeared in the title bar:
http://www.web2arab.com/temp/ArabicTrader/CYBAFS03.png
That Error wasn't from cyb - AFS
Thank you so much for the great work, and I'm realy happy using the latest version, as I see it is the best for our needs..
Peterrad
02-15-2009, 03:02 PM
mk craig 42 - select the arrow icon where it says top 5 stats , a drop down box will appear . select view more , they will then load , however, latest posts did not.
if you still have an issue , goto the skin templates for the mod, make sure they are set to your correct paths, look for the [bburl], you could be in the situation that your board has forum/ before the php file , so you would need to change all the [bburl] eg...... /forum/showthread.php.
hope this helps.
michi123 - try undoing your edits on forumhome , this should solve your problem
Yeah I'm using it on 3.8.1 and it just keeps saying "Loading" for everything on the forumhome page. I've disabled until it gets fixed or something'
I am trying to believe this is due to a conflict in one of your installed mods. maybe...
it is.. if you have vBOptimise installed... it will have conflicts with vBSEO and Cyb - Advanced Forum Statistics... in fact.. everything related to AJAX, like a shoutbox for instance
Web2Arab
02-15-2009, 04:40 PM
I do have vBOptimise, vBSEO, and Cyb - AFS; all running perfectly without problems.
Myago
02-16-2009, 03:23 AM
Thanks, installed ;)
Firestar.chkn
02-16-2009, 08:01 AM
I also have VBSEO, cyb and VBOptimise. running this and other AJAX mods with no issues at all.
Sworm
02-16-2009, 03:33 PM
Hi,
i have installed the 5.81 version on my forum.
for install this one is necessary to uninstall the previous version?
Hi,
i have installed the 5.81 version on my forum.
for install this one is necessary to uninstall the previous version?
No. :P
But the Design has changed.
@ Cyb:
It would be very useful if we could turn of one of the columns. At the moment I just need the "top x posts" function and a few of those User Stats, but no Forum Stats... And if I have all the 3 columns activated my design is crashed...
al3bed
02-17-2009, 01:21 AM
It would be very useful if we could turn of one of the columns. At the moment I just need the "top x posts" function and a few of those User Stats, but no Forum Stats... And if I have all the 3 columns activated my design is crashed...
true :)
itsheinz
02-17-2009, 04:04 AM
Nice one..just installed it..^^
Leo Brazil
02-17-2009, 10:31 AM
@ Cyb:
It would be very useful if we could turn of one of the columns. At the moment I just need the "top x posts" function and a few of those User Stats, but no Forum Stats... And if I have all the 3 columns activated my design is crashed...
Yes it does but I solved this issue setting length of forums titles and Username max characters.
If you allow to your forums to have long titles as well as long usernames length it's gonna scroll up your forumhome design for sure. If you reduce the number on this mod options you can make it look better.
zelnik
02-17-2009, 06:29 PM
Is there any official response to the width problem?
No matter what style you use even the default vB style it breaks if you have a screen resolution of 1024x768 or below. It breaks the design and goes off the screen on the default skin and on other skins it really does mess them up.
I thought it was fixed on the version compatible with 3.8 but no, it was purely because I was testing it on a widescreen display in 1024x768 as soon as I swiched to my desktop which has a normal display it would show this problem.
I've had to disable the mod as it really messes up everything and I've read the thread and seen various other people complain about the same thing.
So is there a fix planned?
Valter
02-17-2009, 08:54 PM
You can fix it by yourself by trimming titles/usernames in hack options.
siriuxs
02-18-2009, 10:20 AM
Hi, it is possible disable the user stats and visualized the last download of the Download II plugin?
zelnik
02-18-2009, 11:02 AM
You can fix it by yourself by trimming titles/usernames in hack options.
I've looked at the options and can not seem to find such an option can you point me in the right direction please?
Tyran1
02-18-2009, 12:15 PM
@Cybernetec
Nothing fix for v6.5 ???
Commodore
02-18-2009, 05:13 PM
I installed 6.5 on VB 3.8.1. The mod loads in the proper place , but just sits in the loading mode. I have a new board and have not had another version of this mod loaded before.
Any help?
Tyran1
02-18-2009, 05:41 PM
I installed 6.5 on VB 3.8.1. The mod loads in the proper place , but just sits in the loading mode. I have a new board and have not had another version of this mod loaded before.
Any help?
is't a bug ...
Valter
02-18-2009, 07:08 PM
zelnik, Go to: vBulletin Options > Cyb - Advanced Forum Statistics
Adjust there Trimming options for titles and usernames. Set these to lower values to save some space in cells.
Tyran, it's not bug. Ensure that forum options are properly set, especially 'FORUM URL' setting which tells the script where your forum is installed.
siriuxs
02-18-2009, 08:11 PM
Hi, it is possible disable the user stats and visualized the last download of the Download II plugin?
up...up...
Tyran1
02-19-2009, 12:42 PM
Tyran, it's not bug. Ensure that forum options are properly set, especially 'FORUM URL' setting which tells the script where your forum is installed.
No!!
Forum URL:
Commodore
02-19-2009, 03:39 PM
I installed 6.5 on VB 3.8.1. The mod loads in the proper place , but just sits in the loading mode. I have a new board and have not had another version of this mod loaded before.
Any help?
My forum url is correct. Any other ideas?
aberg
02-19-2009, 05:15 PM
The Forum stats don't load for me :S
http://img23.imageshack.us/img23/1672/90995017wa5.png
It just keep saying loading, and never does.. Any ideas?
I installed 6.5 on VB 3.8.1. The mod loads in the proper place , but just sits in the loading mode. I have a new board and have not had another version of this mod loaded before.
Any help?
is't a bug ...
zelnik, Go to: vBulletin Options > Cyb - Advanced Forum Statistics
Adjust there Trimming options for titles and usernames. Set these to lower values to save some space in cells.
Tyran, it's not bug. Ensure that forum options are properly set, especially 'FORUM URL' setting which tells the script where your forum is installed.
My forum url is correct. Any other ideas?
Well a lot of people have problems.
So as I wrote earlier why not back to the setting in the version 6.4.??
People who have the upload error go to the post below for version 6.4.
That have no loading problems
https://vborg.vbsupport.ru/showpost.php?p=1737102&postcount=372
Commodore
02-19-2009, 08:07 PM
Well a lot of people have problems.
So as I wrote earlier why not back to the setting in the version 6.4.??
People who have the upload error go to the post below for version 6.4.
That have no loading problems
https://vborg.vbsupport.ru/showpost.php?p=1737102&postcount=372
I went to 6.4 Thanks for the link.
mikey1991
02-19-2009, 08:54 PM
Can I set the blog path to a custom one? Say I'm using Zoints Local as a blog, how Do I get those to show up in the "Latest Blog Entries" ?
Playa82
02-20-2009, 05:24 AM
can you please add the same design like the version for 3.7.x like here:
https://vborg.vbsupport.ru/showthread.php?t=177778
https://vborg.vbsupport.ru/attachment.php?attachmentid=79663&d=1209681484
https://vborg.vbsupport.ru/attachment.php?attachmentid=79665&d=1209681484
thanks
Honk0815
02-20-2009, 06:22 AM
this version have many bugs.
5.8.1 is good.
Ihave Header and footer in my stats box.
Love ajax please fix this in a new version Cyb
Self Problem:
https://vborg.vbsupport.ru/showpost.php?p=1736708&postcount=370
and i have not Vbadvanced
Header and footer is in my stats box includet banner.
high6
02-20-2009, 09:34 AM
Can you disable the user stats? I unchecked everything and it says "Error: Check startup item options"
biocyberman
02-20-2009, 09:53 AM
Well a lot of people have problems.
So as I wrote earlier why not back to the setting in the version 6.4.??
People who have the upload error go to the post below for version 6.4.
That have no loading problems
https://vborg.vbsupport.ru/showpost.php?p=1737102&postcount=372
Many but not all of my members also have the same problems. So I think is about java script compatibility problem. But I dont know how to fix it.
siriuxs
02-20-2009, 11:23 AM
Hi, it is possible disable the user stats and visualized the last download of the Download II plugin?
up...up...up...up...
tsptom
02-20-2009, 03:27 PM
This mod is very cool and my members seem to really like it, but during my peak traffic time of the day, it nearly halts the board. I have been turning them off and back on.
Is it just me? Am I doing something wrong? The board runs very smoothly and fast when they are disabled so it may not be worth another server upgrade. I will look through this thread for answers in the meantime.
By the way, I am running v5.8.1 as I like it much better.
Thanks
Wyzrd
02-20-2009, 05:04 PM
How do I get version 6.5. In my Admin Cp it says I have 6.3. I downloaded the .zip file here but when I re-install it, it still says it's 6.3?
aakhan136
02-20-2009, 06:17 PM
thanks
Teresa
02-20-2009, 07:05 PM
God I LOVE this add-on! It's a thing of beauty!
http://www.guineapigcages.com/forum/
So far, no performance hit and everything is working just great!!
vB 3.8.1 and vbSEO 3.2.0.
BlaneGR
02-21-2009, 11:47 AM
Can you disable the user stats? I unchecked everything and it says "Error: Check startup item options"
Same here,
Blane
bjkinzluvr
02-21-2009, 01:09 PM
Ok, I just installed this and haven't read that it happened to anyone else, so not sure what to do.
Installed, set options and went to check out FORUMHOME to see how it looked. My entire forum shows up again at the bottom under "What's Going On" which is where I clicked for this to show. My entire forum - in two columns. I don't know what to do or how to fix this.
It is the same in our Default VB Style and custom styles.
Please help as I would like to use this.
NEVER MIND: Please see my next post. I can't fix this one and see it does have a lot of bugs and problems. But my next post #452 brings up another question with a problem I'm having with this same product, earlier version.
Thanks.
bjkinzluvr
02-21-2009, 01:24 PM
Ok, because of my earlier problems, I uninstalled this and installed the previous version 6.4. It at least displays as it should. But the links to the threads don't work.
This is one of the thread links location where the product wants to take you: http://kinzcommunity.com/index.php/showthread.php?t=3193
But my threads should not have the "index.php" in the address location. How do I take that out?
It should look like this: http://kinzcommunity.com/showthread.php?t=3193
I have read something here about making sure the url for the forum is correct. But where do I set that? It's not in the settings panel for the product.
Thanks.
mikey1991
02-21-2009, 02:43 PM
Can I set the blog path to a custom one? Say I'm using Zoints Local as a blog, how Do I get those to show up in the "Latest Blog Entries" ?
any ideas anyone?
Teresa
02-21-2009, 05:08 PM
The user id for the owner of the "Latest Social Groups" isn't being passed. So when a user clicks on that person's userid, it's telling them that that user isn't registered.
I turned off vBSEO to see if it was their issue or not, but it's coming up as "U=" at the end of the url--no userid.
Can you give me a fix for this until the next release? Thanks much.
www.guineapigcages.com/forum
siriuxs
02-23-2009, 08:17 AM
Hi, it is possible disable the user stats and visualized the last download of the Download II plugin?
testbot
02-23-2009, 09:58 PM
"-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."
i don't get that. i don't think you can add global to an external page. i would like to display the stats on the homepage of my main site.
can you help me do that? :)
skokarl
02-24-2009, 05:56 AM
Hello,
can I completly disable User Stats and Forum Stats ?,
I wan't only last Post's Stats
Capper5016
02-24-2009, 02:50 PM
I'd like to replace "Top 5 Stats" with a custom phrase ("Whats going on"). I am sure its a phrase edit, but can you direct me to what I need to do?
testbot
02-24-2009, 06:29 PM
I'd like to replace "Top 5 Stats" with a custom phrase ("Whats going on"). I am sure its a phrase edit, but can you direct me to what I need to do?
you can prolly change that in phrases.
Capper5016
02-24-2009, 07:30 PM
you can prolly change that in phrases.
Gee, ya think?
I am sure its a phrase edit, but can you direct me to what I need to do?
Teresa
02-24-2009, 08:40 PM
I'd like to replace "Top 5 Stats" with a custom phrase ("Whats going on"). I am sure its a phrase edit, but can you direct me to what I need to do?
I'd like to do that, too. I couldn't find it.
testbot
02-25-2009, 01:39 PM
Gee, ya think?
sorry, i read that quick and thought i was clever. i'm not the support for this mod but i keep refreshing the page hoping my question will one day be answered.
I'd like to do that, too. I couldn't find it.
to answer you both a bit better... i believe you would search for Top {1} Stats since the number can change.
hope that helps.
testbot
02-25-2009, 01:54 PM
i have an odd question and i'm not trying to sound like a ++++ but is there some kind of SLA for an app to be marked as Supported?
sorry, i'm a noob here and i'm not sure what's the criteria for having mods listed here.
testbot
02-25-2009, 04:10 PM
so far this is what i got. i'm failing here.
<?php
define('THIS_SCRIPT', 'cforumstats');
require_once('./global.php');
echo $cybtopstats;
?>
YeMojuD
02-25-2009, 04:22 PM
Hi,
That's nice MOD, I Upgrade my Forum to 3.8.1, then install Cyb - Advanced Forum Statistics v6.5, but it don't show????
This pic my Error:
https://vborg.vbsupport.ru/
starww
02-26-2009, 01:04 PM
how to upgrade from 5.8.1 version! ??
Valter
02-26-2009, 07:42 PM
Import new version XML, check "overwrite".
TimberFloorAu
02-26-2009, 07:54 PM
Is it possible to configure a cookie for Top Posters etc boxes, in the stats box.
Say we click the right hand arrow, to view newest users, when page refresh it pops back to original display.
Ste
YeMojuD
02-27-2009, 12:12 PM
When I see with "forum/index.php", it can't load result,
but when i use this "forum/misc.php?do=cybstats", it work GOOD!
What's Problem?
Switch02
02-27-2009, 03:35 PM
It seems to be improved, i will try it again :)
kmatwill
02-28-2009, 05:40 PM
I too have uninstalled this mod. I understand it was a new re-write from scratch and I can see the focus on better optimization. However, I would like to see at least the same amount of options as before. Then it's my choice if I want to slow my site, because I choose what's acceptable and what's not. The fact of the matter is that not everyone has a huge site.
That said, I appreciate the work you put into all versions of this mod and I hope you'll reconsider.
Web2Arab
03-01-2009, 02:38 AM
I too have uninstalled this mod. I understand it was a new re-write from scratch and I can see the focus on better optimization. However, I would like to see at least the same amount of options as before. Then it's my choice if I want to slow my site, because I choose what's acceptable and what's not. The fact of the matter is that not everyone has a huge site.
That said, I appreciate the work you put into all versions of this mod and I hope you'll reconsider.
Same here...
siriuxs
03-01-2009, 09:59 PM
Hi, it is possible disable the user stats and visualized the last download of the Download II plugin?
up...up...
TimberFloorAu
03-02-2009, 02:19 AM
Uninstalled and reverted to previous version.
Great mod tho, just not as good as last one.
Ste
kmohamed
03-02-2009, 04:55 AM
great mod luv the idea and appreciate the hard work >>> except it doesn't work sometime i didn't find out why but i've installed this mod and i think is great but please please find out whts the problem with mod most of the time is working however other times it doesn'twork at alll
m3power
03-02-2009, 09:12 AM
I've installed it but it will not work when logged on. If you are logged off it displays fine, as soon as you login it disappears, any ideas. Thanks.
thea1masta
03-02-2009, 02:23 PM
I have installed this hack, it looks really nice.
I am having 2 problems for Vbulletin 3.8,
When I installed this version, the actual statistics would not load. I tried downloading and installing a previous version. The stats now show up but when clicked a 404 not found error is displayed. Any suggestions?
Other than that this hack is very easily customized and looks great!:D
ChrisChristian
03-03-2009, 10:18 AM
Suggestion:
Ability to display all statistics in a vertical style. Very usefull for side pannels.
Neptun
03-03-2009, 04:00 PM
i have a big problem with this hack,
i have installed everything - after i refreshed my page ... the hack loads in every box of the statistic the whole page inculding everything - whats going wrong in page with the hack ?!
i hope somebody can help me to solve the problem
thx in advance
josef1
03-03-2009, 07:33 PM
there are problem with this hack
it is not working properly
loading the only thing appear in the fields
ctimes
03-04-2009, 12:02 AM
I first want to say awesome mod! I am having one small issue it seems.
If I check off 'Remove Bold Style From Usernames' then the username does not show up, if I hover over it then it shows me the name but it just does not seem to display correctly. I would prefer to just show the usernames in plain text for 'Top Posters' if possible as my usergroup colors are quite flashy and it does not fit well with them.
Any help would be greatly appreciated.
Valter
03-04-2009, 04:02 PM
Please post HTML markup settings for usergroup which is not shown properly.
Valter
03-04-2009, 04:06 PM
there are problem with this hack
it is not working properly
loading the only thing appear in the fields
Forum homepage > View Source > then post the line which starts with:
case 'latestnews': Cas_AFStats_F.send
Neptun
03-04-2009, 04:33 PM
Cybernetec
have you no idea to my problem ?!
ctimes
03-04-2009, 05:04 PM
Please post HTML markup settings for usergroup which is not shown properly.
Here you go this is for administrator to show red:
<span style="color:Red"<b> </color></b></span>
Thank you
Valter
03-04-2009, 06:05 PM
Replace with:
<span style="color:Red;font-weight:bold">
</span>
Valter
03-04-2009, 06:07 PM
Cybernetec
have you no idea to my problem ?!
Forum homepage > View Source > then post the line which starts with:
case 'latestnews': Cas_AFStats_F.send
dancue
03-04-2009, 08:08 PM
Cybernetec,
When using the auto-insertion feature it is not placing the box in the proper spot. When I select below the forums, it will place it just below the "What's going on" Title bar. When I select below "what's going on" it will place it there correctly, but then add an addition stats box below it with "loading..." where my data should be.
I've tried to turn this feature off and insert it manually (TMS), but it will continue doing that.
Any ideas?
ctimes
03-04-2009, 09:51 PM
Thank you very much! :)
q8-star
03-05-2009, 05:48 AM
Hi Cybernetec,
Great hack and great job for the hack.
I'm running an Arabic forum, the text from right to left, when I installed your hack I got some issues, I'm attaching a photo and it will speak of itself.
atmaca
03-05-2009, 09:05 AM
Thanks, Installed
Turkish Language Files
Varolan T?rk?e dosyanızın ?zerine yazın
I installed your package but your translation is not good. I would hope that your translation better.
----------------------
?eviri paketinizi y?kledim ama ?eviriniz iyi değil. Bir ka? yeri ?evirilmemiş ve hatalı c?mleler kullanılmış. Yaptığınız ?evirilerin daha iyi olmasını ?mit ediyorum.
dancue
03-05-2009, 05:29 PM
I'm also not getting all of the stats that I've selected.
Emunator
03-05-2009, 06:11 PM
I'm getting a little tired, really love the mod but get the double forum extra width error.
I havent found any solutions to fix it yet.
So cyber i actually love all your mods, please contact me if you are willing to help me out and need admin access to my forum for it.
DieselMinded
03-05-2009, 11:01 PM
How do i remove the Time from Latest Group Posts and change the Discussion: Table to User name like latest threads is
DieselMinded
03-05-2009, 11:06 PM
If the Stats is not on random , and i pick what i personally want in there it resets to default on page load , it would be nice if members could set it like they want and it stays until cookies are cleared
titntin
03-07-2009, 11:47 AM
Installed and ran trouble free for me! Great addition - thank you!
testbot
03-07-2009, 02:17 PM
i have no idea why i'm ignored in this thread. maybe my problem is to complex.
i started a thread in the developer forum and i'm getting some help but it would be good to get the developer of the mod in there to help.
we're just trying to make this claim come true:
"-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."
https://vborg.vbsupport.ru/showthread.php?t=207008&page=2
furst
03-07-2009, 03:19 PM
It would be nice to see some visual representations of the data. Introducing graphs ala Google Analytics would really be taking this to a new level.
Prettyeyes4you
03-07-2009, 04:10 PM
Thanks, We're upgrading to 3.8 and trying this on our testboard. Everything's working fine, great job
Dave-M
03-07-2009, 07:37 PM
Hi Cyb,
Thanks for this great mod! :)
I had the previous versions installed on my 3.7.4 vbulletin and I had customised it slightly - I want to have three simple columns.
My news posts on the left.
Reviews in the centre column (thats my classifieds, I changed the phrase thats all).
Latest posts on the right.
User stats are showing up whatever I do - I want to get rid of user stats completely, but I can't seem to do that with this new version. I also want to get rid of the numbering (1-10 etc).
Any ideas please? :)
Thanks.
Dave
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.