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)

oedipean 01-12-2011 08:13 AM

I re-installed , it was good for 1 minute,more or less , and again , the same problem.

sweetpotato 01-12-2011 02:51 PM

I use this mod but it not fit with fix style

TheRageIsOn 01-16-2011 02:02 PM

I have this installed but some sql querys are simply too much.
One example:
Code:

SELECT userid, usergroupid, displaygroupid, username, joindate, posts
FROM " . TABLE_PREFIX . "user AS user
WHERE userid > '0' $vsaexclgroups $vsatopstats_timecut_newmem
ORDER BY joindate DESC
LIMIT 0, $vsacb_resnr

Should be:

Code:

SELECT userid, usergroupid, displaygroupid, username, joindate, posts
FROM " . TABLE_PREFIX . "user AS user
WHERE userid > '0' $vsaexclgroups $vsatopstats_timecut_newmem
ORDER BY userid DESC
LIMIT 0, $vsacb_resnr

Can you rewrite the querys ?

best regards

ubcforums 01-22-2011 02:27 PM

Hi, whats is this {vb:raw vsatopstats} ? is it variable ?
please tell me how to show this in sidebar :)

thanks

yin9 01-22-2011 03:59 PM

Thanks for the mod Valter.

Quote:

Originally Posted by oedipean (Post 2146897)
Hello Valter,
I have same problem,Loading ..... and blank with no result.

I'm reconsidering unistall it.

I have same problem, "Loading..." and blank with no result.

Any chance the "Loading..." issue has been sorted out?

VB version: 4.1.0 PL2

yin9 01-22-2011 08:12 PM

Uninstalled.

pogo 01-24-2011 08:03 AM

You'll only see the "Loading..." text when you open the forum not with the exact URL it is configured with.

In the vBulletin Options you set www.mydomain.xy as your forum url.
If you now open the forum just with mydomain.xy it won't work.

Valter 01-24-2011 08:46 AM

Adding this to htaccess will solve the issue:
Code:

Options +FollowSymLinks
RewriteEngine ON
RewriteCond %{HTTP_HOST} ^mydomain.xy [NC]
RewriteRule ^(.*)$ http://www.mydomain.xy/$1 [L,R=301]

Of course mydomain.xy should be replaced by actual domain.

g00gl3r 01-24-2011 04:35 PM

Will you be adding a "Top 5 Liked Members" now there is a feature in VBSEO for that?

MoRa GFX 01-24-2011 06:34 PM

When I go to view it the whole background is white. I can't see what's there unless I highlight it. Any help?

https://vborg.vbsupport.ru/external/2011/01/6.png


All times are GMT. The time now is 07:51 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.02011 seconds
  • Memory Usage 1,736KB
  • 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
  • (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