vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Statistics Modifications - VSa - Advanced Forum Statistics (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=235841)

Bob_R 04-16-2014 04:06 PM

Anyone?

Again, thanks.

prezer 04-18-2014 02:46 PM

Quote:

Originally Posted by Kane@airrifle (Post 2455880)
Got a bit of a head scratcher with this mod. I have one user almost permanently logged in to my forum with UA Chrome 30.xx which somehow causes the session table to fill up with thousands of rows with queries to this mod, sometimes a mere 2 minute session is enough to bang the table up to its 16mb limit. Curiouser still is that no other members using the same UA causes this problem. Have any of you boffins run into this issue; am I overlooking something obvious?

Running 4.2.2 on PHP 5.4.20 and Mysql 5.5.32
Yes crons are running and yes, my footer table sports the cron image as is required.


_____________________________________

Never mind. The member was running an Auto refresh script in Chrome on top of the mods' own built in auto refresh system; collision city :(

I had the same problem. I tune settimeout function, problem solved.

socialteenz 04-23-2014 02:36 AM

Quote:

Originally Posted by SPEEDKILLZ (Post 2478230)
Note i have already tried

Code:

<div class="blockhead" style="height:16px; padding-bottom:10px; padding-{vb:stylevar right}:{vb:math {vb:stylevar padding}/2-1}; font-weight:bold">


Try this.

Code:

<div class="blockhead" style="height:16px; padding:15px 10px; font-weight:bold">

WxP 04-28-2014 10:08 AM

I cant import this addons how is possible in 88% uploading page go offline but when i refresh it is avrything Ok.

Moh4m4d 05-06-2014 07:23 PM

H! all
i'm want usign the session or Authentication for obtaining Username in file class_+++++++topx.php
but i'm faced with a blank pasge
in private varibel add
private $taccess
and in construct add
$this->taccess = $vbulletin->userinfo['userid'];
and add line 866
$sessionid = $taccess ;
$get_new_posts[fullthreadtitle] ="$session";
pleas help me
thanks

boochaka 06-02-2014 09:28 PM

To fix the read/unread status of the latest posts change:

< $readtime = $vbulletin->userinfo['lastvisit'];
< if ($vbulletin->userinfo['userid']) {
< $is_new = $vbulletin->db->query_read("SELECT readtime FROM threadread where userid = " .
< $vbulletin->userinfo['userid'] .
< " AND threadid = " .
< $get_new_posts[threadid]);
< while ($times = $vbulletin->db->fetch_array($is_new)) {
< $readtime = $times['readtime'];
< break;
< }
< }
<
< if ($get_new_posts[lastpost] > $readtime)
---
> if ($get_new_posts[lastpost] > $vbulletin->userinfo['lastvisit'])

This changes it from comparing 'last visit' to the actual last time the user read the thread.

beware, I have no idea what kind of performance impact this may cause.

yukirina 06-21-2014 05:00 PM

The mod is extraordinary and I really love it, but I still don't know why auto-refresh is not working. It loads every 10 seconds and says auto refreshed but it doesn't refresh anything. PHP is not in safe mode. What am I missing?

Also, is it possible to change timestamp to "X minutes/hours/days/weeks/months ago" instead?

NewGameX 06-22-2014 09:58 AM

Latest Icons are gone in my website. I upgraded addon but it is still not working. Can you please help me?

badboykila 08-22-2014 02:25 PM

Hello, I was wondering how to fix this problem I've been having. I've looked into a lot of style vars that are quoted in the vsa_topstats templates but most of the stylevars don't exist in my themes vars.

Here is a picture of what I'm talking about.
https://vborg.vbsupport.ru/external/2014/08/18.png'

As you can see the username is overlapping the date.

I've already tried changing the width of my forums but it doesn't change.

jclf 09-05-2014 11:12 PM

Hello good morning:
I have a problem with this mod and is as follows:
The 7.1 version is installed
At one point go to my forum as a user in the menu options of this mod ahy an option to turn off the statistics, but it turns out after I wanted to activate again and I can not do it, other users if they can see them perfectly but after disabling them I can not see.


All times are GMT. The time now is 08:42 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.04142 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
  • (2)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