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)

SecurityDog 03-12-2009 07:26 PM

I use the newest version of vbb and this mod.
I have the loading bug and if somebody go on my root page www.xxx.de with the internet explorer, there is an error, that the page cant get loading :(

Markos 03-12-2009 07:54 PM

i use this on 3.8.1 PL1 and i have no trouble with it :S

Valter 03-12-2009 08:10 PM

testbot,

I'm not sure why you need "cforumstats.php" anyway?

Why not use FORUM/misc.php?do=cybstats ?

BoostMighty 03-12-2009 11:21 PM

Quote:

Originally Posted by YeMojuD (Post 1754400)
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:

http://yemojud.info/3.png

Yep, having the same problem on my forums as well. Pretty damn frustrating, was hoping a fix had come along already but I guess not. :(

I've even tried uninstalling / reinstalling the hack to no avail.

Cyb - Any input on why it's not working?

ctimes 03-13-2009 01:10 AM

My IE7 users seem to be having the 'loading' issue and some are saying it does not load the first time but if they refresh it will load.. Not all IE users but most as far as I can tell.

Uninstalling until these issues are resolved

testbot 03-13-2009 12:18 PM

Quote:

Originally Posted by Cybernetec (Post 1766735)
testbot,

I'm not sure why you need "cforumstats.php" anyway?

Why not use FORUM/misc.php?do=cybstats ?

First, thank you for replying! :D

we have FORUM/misc.php?do=cybstats set to show Top 20 so it fills the entire page. We want to show a Top 5 stats like on the forum index on our main site.

i'll pay you for your help. i really want this bad. i love the way your stats look and it would look great on our home page. :)

Markus79 03-13-2009 04:16 PM

Hi

This is a very nice mod. Thank you.

I have a short question.
How can i remove the Auto-refresh interval and loading display?

Greetz
Markus

quarum 03-14-2009 01:44 AM

I have tried installing this on my local test site - any thoughts what might cause the issue below?

And before you ask - it even does it with the default vb skin.

https://vborg.vbsupport.ru/

Valter 03-14-2009 08:56 AM

testbot,

It works for me with your cforumstats.php:
Code:

<?php

// ####################### SET PHP ENVIRONMENT ###########################
error_reporting(E_ALL & ~E_NOTICE);

// #################### DEFINE IMPORTANT CONSTANTS #######################
define('NO_REGISTER_GLOBALS', 1);
define('THIS_SCRIPT', 'cforumstats'); // change this depending on your filename

// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array(

);

// get special data templates from the datastore
$specialtemplates = array(

);

// pre-cache templates used by all actions
$globaltemplates = array(
    'cforumstats',
);

// pre-cache templates used by specific actions
$actiontemplates = array(

);

// ######################### REQUIRE BACK-END ############################
chdir('/home/***/public_html/community');
require_once('./global.php');

// #######################################################################
// ######################## START MAIN SCRIPT ############################
// #######################################################################

$navbits = array();
//$navbits[$parent] = 'cforumstats';

//$navbits = construct_navbits($navbits);
//eval('$navbar = "' . fetch_template('navbar') . '";');
eval('print_output("' . fetch_template('cforumstats') . '");');

?>

and "cforumstats" template:
Code:

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" style="background-image:none;padding:0px;margin:0px;background-color:none;">
<head>
<title></title>
$headinclude
</head>
<body style="background-image:none;padding:0px;margin:0px;background-color:#000000;">
<div style="width:100%;background-color:none;">
$cybtopstats
</div>
</body>
</html>

I've just removed this line from php:
Code:

chdir('/home/***/public_html/community');
and added "cforumstats" to "Stats on Custom Pages" setting field (product options page).

cforumstats.php was in main forum dir, and I had black page with AFS loaded with no problems.

DieselMinded 03-14-2009 10:13 AM

how do i remove the numbering from the latest group posts and how do i remove the post counts from the newest members

thanks


All times are GMT. The time now is 01:53 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.02140 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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