vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=201274)

Reeftanksonline 01-25-2009 10:42 AM

Quote:

Originally Posted by Stefanus (Post 1724110)
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

Quote:

Originally Posted by Reeftanksonline (Post 1724115)
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

PHP Code:

Cas_AFStats_LP = new vB_AJAX_Handler(true);
            
Cas_AFStats_LP.onreadystatechange(Cas_updateStatsLP);
            
Cas_AFStats_LP.send('misc.php?show=latestposts&resultsnr=$resultsnr');
        } 

Replace with:

PHP Code:

Cas_AFStats_LP = new vB_AJAX_Handler(true);
            
Cas_AFStats_LP.onreadystatechange(Cas_updateStatsLP);
            
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:
PHP Code:

            $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:
PHP Code:

            $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

1 Attachment(s)
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

Quote:

Originally Posted by Nadeemjp (Post 1724869)
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


All times are GMT. The time now is 02:23 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01901 seconds
  • Memory Usage 1,753KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete