vb.org Archive

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

fox3nova 07-25-2007 11:21 PM

Does any way let this mod display in forumdisplay page ?

voter 07-26-2007 09:19 AM

I have my vbadvanced in main page viparmenia.com/cmps_index.php and forum in subdirectory vb viparmenia.com/vb/index.php.

After swiching on cyb stat on vbadvanced page I need to explain avdanced to add prefix vb to everything what cyb statistics shows even images.

It looks terrible:
-images are not found,
-clicks on topics or usernames in statistic box redirecting to 404 FILE NOT FOUND as of everything shown without forum URL prefix

HELP! How to explain vbadvanced to put forum prefix everywhere?

Kadi 07-27-2007 11:40 AM

Any problems with 3.6.8?

adc-arab 07-27-2007 11:44 AM

Quote:

Any problems with 3.6.8?
no works perfectlly ;)

Fenriz 07-29-2007 08:06 AM

Is it possible to link the last threads link to the last post instead of the first?

tavarish 07-29-2007 11:44 AM

i've installed this at my forum now, but now users cant change to page 2 and 3 etc etc in the threads.. can only show page 1..
any idea?

jimjam 07-29-2007 12:48 PM

Hi I'm a total newbie but I recognisethis is and excellent but of code, it looks great. Thanks. I have it at the top of the forums, my question is, how can it have it appear BELOW the welcome that a none registered person would see. Presently they see the top 10 with the welcome underneath, which is wrong.

My Forumhome code is below, thanks in anticipation,

$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
$headinclude
<title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
</head>
<body>
$header
$navbar
<!-- main -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$show['guest']">
<!-- guest welcome message -->
<tr>
<td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
</tr>
<tr>
<td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">
<phrase 1="faq.php?$session[sessionurl]" 2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
</td>
</tr>
<!-- / guest welcome message -->
</table>
</if>
<br />
$forumbits

$forumhome_markread_script
<!-- /main -->

<br />
<br />

<!-- what's going on box -->
<

Lift for Life 07-29-2007 03:52 PM

Great Mod, and you have made the installation so simple that even I could pull it off.
Thanks,

Lift

Quantnet 07-31-2007 12:27 PM

Any plan to update this mod with Ajax ?

LinkBliss_com 07-31-2007 08:32 PM

I made a little hack to re-enable this to show hottest threads and most viewed threads for this year --

"-Removed options from 4.6 which requires complex queries and makes forums run slow ("show stats for a custom time period" and "show number of members who gaved positive reputation points to user"). Sorry, I know this was useful but it's more important to keep this product fast/stable."

See www.mapforums.com/forum.php

My hack is really simple so I don't think it would slow anything down.

$fromtime = gmmktime(0,0,0,1,1,2007);

and added this to the query

and dateline > $fromtime

best,
Eric


All times are GMT. The time now is 02:16 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.02696 seconds
  • Memory Usage 1,740KB
  • 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_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