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)

synseal 09-29-2010 10:29 AM

In forumhome place {vb:raw vsatopstats}

below {vb:raw template_hook.forumhome_above_forums}

LbR 09-29-2010 11:13 AM

Excellent man

I am having just slight problems with alignment of forum sidebar and the stats they are uneven can you help

LbR 09-29-2010 11:38 AM

Or i dont even mind above the sidebar

synseal 09-29-2010 12:49 PM

This is how I have it on my forum, sidebar will show under topstats and looks better for people with lower screen resolution.

Code:

<div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
    </div>
{vb:raw template_hook.forumhome_above_forums}
{vb:raw vsatopstats}
    <vb:if condition="$show['sidebar']">
    <div id="content_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="contentright"</vb:if>>
        <div id="content">
    </vb:if>
    <!-- main -->
    <ol id="forums" class="floatcontainer">
        {vb:raw forumbits}
    </ol>
        {vb:raw template_hook.forumhome_below_forums}
    <!-- /main -->


Maxisan 09-29-2010 01:26 PM

Quote:

Originally Posted by Gn_Snake (Post 2101490)
I have a problem with the display of date / time, after an upgrade to vbulletin (say at 4.06) is not time but the letters d-m, H i.
Any idea?

If you add a % behind each letter you will get it displayed correct. It worked for me for d-m and H but somehow can make it work for i.. it just appears as %i

LbR 09-29-2010 07:07 PM

Applied that code Something weird happened




Quote:

Originally Posted by synseal (Post 2104608)
This is how I have it on my forum, sidebar will show under topstats and looks better for people with lower screen resolution.

Code:

<div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p>
    </div>
{vb:raw template_hook.forumhome_above_forums}
{vb:raw vsatopstats}
    <vb:if condition="$show['sidebar']">
    <div id="content_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="contentright"</vb:if>>
        <div id="content">
    </vb:if>
    <!-- main -->
    <ol id="forums" class="floatcontainer">
        {vb:raw forumbits}
    </ol>
        {vb:raw template_hook.forumhome_below_forums}
    <!-- /main -->



LbR 09-29-2010 08:30 PM

Code:

<div id="pagetitle">
        <h1>{vb:raw vboptions.bbtitle}</h1>
        <p id="welcomemessage" class="description">{vb:rawphrase welcome_to_the_x, {vb:raw vboptions.bbtitle}}</p> {vb:raw vsatopstats}
    </div>

I did this and its on proper place now, Thanks for the help anyways :)

akxt660 09-30-2010 02:23 PM

delete this

apokphp 09-30-2010 08:31 PM

Uninstalled due to lack of support and serious bug/exploit with private forums.

Users should install this with caution IMO.

top dogs 360 10-02-2010 06:53 PM

Thank you, I actually use this instead of the spys for our live forum. The reason being is you can see the live forum on the same page as the forum. The other mods you have to navigate away from the page so it loses its effect. With the options set for most views and replied it works our perfectly.

View it here.
http://www.xboxhounds.com/forum.php

I only wish I could change where it says "Top 10 stats" to say "Live Forum"

Edit: nm I found it. $vbphrase [vsa_top_x_stats]

Change that to "Live Forum" in the box

Bob_R 10-02-2010 07:25 PM

Quote:

Originally Posted by top dogs 360 (Post 2106006)
Thank you, I actually use this instead of the spys for our live forum. The reason being is you can see the live forum on the same page as the forum. The other mods you have to navigate away from the page so it loses its effect. With the options set for most views and replied it works our perfectly.

View it here.
http://www.xboxhounds.com/forum.php

I only wish I could change where it says "Top 10 stats" to say "Live Forum"

Edit: nm I found it. $vbphrase [vsa_top_x_stats]

Change that to "Live Forum" in the box

How do you get it to "split" into that 1 and then 2 columns on top of one another?

top dogs 360 10-02-2010 07:50 PM

Quote:

Originally Posted by Bob_R (Post 2106025)
How do you get it to "split" into that 1 and then 2 columns on top of one another?

These are how my options are set in the admin panel for it.

Enable Product (Yes)

Turn on/off Individual Stats
Forum Stats (Most Viewed Threads, Hottest Threads)
User Stats (None Checked)
Latest Posts (Left)

Block 1 (Most Viewed Threads)

Block 2 (Hottest Threads)

Auto Refresh (30)

Manual Refresh (30)

# of Results to show in Top Stats (10)

Number of Results to show on separate page (5,10,20,30,50,100,200)

Main Top Stats on Forum Home (Below Forums)

Visual Settings Layout: (2 Rows)


I want to see about 20 of the latest posts for the live forum. That is why I chose 10 for my number of stats as I use 2 (10) stats that match my 20-21 latest threads. The two stat boxes will determine the size of your latest posts on the other side.

Xeyn 10-03-2010 01:49 PM

i seem to have an issue.....no mater how many items is elect to show..is stretching too far.

using vbul 4.07 but been like this since 4.04

http://www.filedropper.com/epic

top dogs 360 10-03-2010 08:09 PM

Quote:

Originally Posted by Xeyn (Post 2106325)
i seem to have an issue.....no mater how many items is elect to show..is stretching too far.

using vbul 4.07 but been like this since 4.04

http://www.filedropper.com/epic

Adjust your trim standards for user names, forum titles, etc.

LordVader 10-04-2010 06:02 AM

1 Attachment(s)
Hi

Fantastic mod, but...

I have read every single post in this thread & somebody else had the same problem as me & never received a response.

The links to view the drop down menu boxes are very dark & when you click them the drop down menu is very difficult to use or read.

Please help

Thank you


https://vborg.vbsupport.ru/external/2010/10/37.jpg

pizad_sura 10-05-2010 08:49 AM

Thank you

installed !!

jpbryan 10-05-2010 12:08 PM

Thanks and marked installed..

Xeyn 10-05-2010 04:15 PM

Quote:

Originally Posted by top dogs 360 (Post 2106451)
Adjust your trim standards for user names, forum titles, etc.

hi buddie.....where can i do that?i am not 100 percent with all of this..thx

koke 10-08-2010 01:12 AM

not work for me in 4.07

Ahmad110 10-08-2010 07:47 AM

i installed this hack to 4.0.7 version and nice work on my live board

thanks man

blazinthu 10-08-2010 02:21 PM

I installed this on 4.0.7 and I can get it to show up but my all my stats are empty and they continuously say Invalid Page Specified. Is there something I'm Missing !!!

NBL4277 10-08-2010 04:18 PM

Thank you!

top dogs 360 10-08-2010 11:28 PM

Quote:

Originally Posted by Xeyn (Post 2107102)
hi buddie.....where can i do that?i am not 100 percent with all of this..thx

Admin Control Panel, Options, Advanced Statistics

blazinthu 10-14-2010 05:43 PM

Quote:

Originally Posted by blazinthu (Post 2108128)
I installed this on 4.0.7 and I can get it to show up but my all my stats are empty and they continuously say Invalid Page Specified. Is there something I'm Missing !!!

I resolved my issue was an issue with the online.php and vBadvanced CMPS 4.0.1. I found the fix and all my stats are coming up just fine.

Lexor 10-17-2010 10:20 AM

Quote:

Originally Posted by synseal (Post 2082360)
Can anyone tell me how I change the vsa topstats header arrowed in picture to match the rest of my forum colour which you see is blue.

Change color in pagination_current_background

Seerkan 10-17-2010 07:13 PM

*********************
EDITED: SORRY, I DIDNT SEE THAT IT HAS BEEN POSTED ALREADY. BUT, IS IT SOLVED?
*****************


Hi,

Thanks for the mod, but:

The "Arrow Link" to 'Latest Posts' to FIRST UNREAD POST don?t go with vbSEO.

In vB3.8 I had this mod installed and went ok, but now in vb4 not.

Is it a VSa problem o a vBseo problem?

Seerkan 10-17-2010 07:16 PM

*********************
EDITED: SORRY, I DIDNT SEE THAT IT HAS BEEN POSTED ALREADY. BUT, IS IT SOLVED?
*****************

Hi again,

I would like to show only the "Lasted Post" column, and hide the Block1 and Block2 ("top posters", etc.) column but i only can change fron left to right, but not disallow.

How can i do it?

Thanks

DeathRS 10-19-2010 05:48 AM

hey guys...I installed it but for some usergroups most popular forums and latest post shows nothing?

why?

W!cKeD 10-19-2010 02:18 PM

Hello Valter,

Thanks for Port, but i have a Problem i have both addons installed your stats and the forum rules, when i click (misc.php?do=vsarules) on the forum rules it show me the rules and the stats, how i can disabled it.. ill the stats only on the forumhome.

any idea?

daveb47 10-19-2010 06:45 PM

Anyone know fix for conflict with vbadvanced
please

strudinox 10-20-2010 08:23 PM

Great mod! My only issue is that that the stats box is showing in all the misc.php pages. Any way to prevent it from showing there?

Dr.RakeshGarg 10-21-2010 03:37 PM

can someone help to integrate it with memcache??

it can save lot of query I think

W!cKeD 10-21-2010 08:40 PM

Quote:

Originally Posted by strudinox (Post 2112160)
Great mod! My only issue is that that the stats box is showing in all the misc.php pages. Any way to prevent it from showing there?


Have the same Problem, but i fix that with that => https://vborg.vbsupport.ru/showpost....0&postcount=15

strudinox 10-21-2010 11:30 PM

Thanks W!cKeD! That worked perfect!

If there were rep here I'd give you some. xD

blazinthu 10-22-2010 10:53 PM

Quote:

Originally Posted by Myster Dude (Post 2111747)
Anyone know fix for conflict with vbadvanced
please



Go here

http://www.vbadvanced.com/forum/show...9&postcount=20

smario1 10-23-2010 12:09 AM

1 Attachment(s)
Hello

I installed the add-on. Now I want to disable 'Forum Stats'. (Please take a look at the attachment, I marked it red) How can I do this?

pedroenf 10-23-2010 12:53 AM

Quote:

Originally Posted by pedroenf (Post 2095841)
Does anyone knows how to integrate this in CMPS?

Anyone??

goshalim 10-23-2010 04:39 AM

Hi , Iam having problem with the time,

Look below what i get

I add % but still the same

admin ► 23-10, 08:%i

How can i fix please?

luan7749 10-23-2010 03:55 PM

There's bug when I click "view more" results :
Demo :
https://vborg.vbsupport.ru/external/2010/10/17.jpg

There're 2 but 1.

I used "No Auto insert" and add vsa stats in navbar

pedroenf 10-24-2010 01:46 PM

Quote:

Originally Posted by pedroenf (Post 2095841)
Does anyone knows how to integrate this in CMPS?


Help here? Please?


All times are GMT. The time now is 03:30 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.02468 seconds
  • Memory Usage 1,829KB
  • 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
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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