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)

navidmoj 07-10-2011 06:05 AM

hi dear coder and other friends
I just installed it and it works good out of the box but if i want to change/modify setting I sopuse I have to go to setting page
this page i mean
but I can't find it.
to change hacks setting I should go to Go to admin cp, then vBulletin Options -> Cyb hack setting
right?
sorry for noob question, vb option means right column in admin cp, right?
I can't find Cyb link in there

ikorolis 07-29-2011 02:31 AM

How to fix this error?

Code:

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

DM Major Meat 08-19-2011 07:14 PM

Quote:

Originally Posted by yesfans (Post 2165083)
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

I can not get this to work. It is not showing up in my Quick Links drop box

I too am having the same problem. If your using a custom style, this is considered a requirement.

If someone could point out the template where "$cybts_enablelink" needs to go I would be very appreciative.
Or do I edit the .xml file? Anyone know?

edit: This post clears everything up.
Great mod!

Mazinger 09-15-2011 11:16 PM

I want to change 'Most Viewed' to 'Most Rated'

Can you help me with this query:


PHP Code:

// Most view thread
    
if ($_REQUEST['top'] == '+++++++_most_viewed')    {
        
$get_stats_mostviewed $vbulletin->db->query_read("
            SELECT threadid,
                title,
                forumid,
                views,
                dateline,
                visible,
                open,
                lastpost,
                replycount,
                postusername,
                lastposter                
            FROM " 
TABLE_PREFIX "thread AS thread
            WHERE NOT ISNULL(threadid) AND visible = '1' AND views > '0' AND open!='10' $+++++++exclforums $+++++++topstats_timecut_mostviewed
            ORDER BY views DESC
            LIMIT 0, 
$resultthread
            "
);        
        while (
$get_most_viewed $db->fetch_array($get_stats_mostviewed))    {
            
$get_most_viewed[fullthreadtitle] = strip_tags($get_most_viewed[title]);
            if (
$trimthreadtitle 0)    {
                
$get_most_viewed[titletrimmed] = fetch_trimmed_title($get_most_viewed[fullthreadtitle], $trimthreadtitle);
            }
            else    {
                
$get_most_viewed[titletrimmed] = $get_most_viewed[fullthreadtitle];
            }
            
$get_most_viewed[newpost] = ($get_most_viewed[lastpost] > $vbulletin->userinfo['lastvisit'])? 'new' 'old';
            
$get_most_viewed_forumtitle strip_tags($vbulletin->forumcache["$get_most_viewed[forumid]"]['title_clean']);
            
$get_most_viewed[fullforumtitle] = strip_tags($get_most_viewed_forumtitle);        
            
$get_new_postdate vbdate($vbulletin->options['+++++++topstats_date_format'], $get_most_viewed[lastpost]);
            
$get_new_posttime vbdate($vbulletin->options['+++++++topstats_time_format'], $get_most_viewed[lastpost]);
            
$get_startdate vbdate($vbulletin->options['+++++++topstats_date_format'], $get_most_viewed[dateline]);
            
$get_starttime vbdate($vbulletin->options['+++++++topstats_time_format'], $get_most_viewed[dateline]);    
            eval(
'$+++++++topstats_top.= "' $vbulletin->templatecache['+++++++_topstats_mostviewed'] . '";');
        }
        if (!$+++++++
topstats_top)    $+++++++topstats_top 'No Result';
        
print_output($+++++++topstats_top);
        exit;
    } 


11133 09-17-2011 09:12 PM

great plugin

JerichoLFG 09-30-2011 01:19 PM

Can anyone help me with this problem? They shouldn't be spaced out like that.

http://img9.imageshack.us/img9/9947/...10930at101.png

haytham 10-13-2011 12:08 PM

Is there a version for 4.17?

11133 11-05-2011 11:13 PM

how can i remove numbering
that
1
2
3
4
5

intospain 11-09-2011 10:29 AM

The latest thread view count has stopped working all of a sudden? Anyone else having the same problem?

ustasoft 11-09-2011 07:33 PM

"Forums excluded from stats (List IDs, separate with commas"

Don't work!

Help me!


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.01988 seconds
  • Memory Usage 1,765KB
  • 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_php_printable
  • (1)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