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)

Bkdenice 01-28-2009 08:40 PM

Quote:

Originally Posted by Stefanus (Post 1724333)
-New: Option to add Stats automatically to vBA CMPS



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" />'



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.

Quote:

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;

HTML Code:

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...

Code:

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

Quote:

Originally Posted by GrendelKhan{TSU (Post 1727900)
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, #249
and
2. #254

This should help with your "loading" problem.


All times are GMT. The time now is 11:53 PM.

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

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01529 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (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