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)

skylab 02-16-2010 09:50 PM

upgraded and now wont display at all

edit: uninstalled and reinstalled worked

mrdexx 02-16-2010 11:27 PM

Quote:

Originally Posted by chrisdaman (Post 1984086)
Ok I might have just fixed the problem with the top stats not displaying correctly if not logged in/not registered.

If you notice in the options panel the "Usergroups not allowed to view more results" has "1,8" inputed. If you remove that so that it's empty, it's displaying correctly now.

Anyone else confirm this?

This fixed it and now it works perfectly! Way to go!!

movslow 02-17-2010 12:33 PM

Quote:

Originally Posted by princeedward (Post 1984104)
-If Top Stats box is messed up because of long usernames or thread/forum titles be noted that you can trim them in ACP options.
-When forum/thread titles or usernames are trimmed, mouse-over will show you full version.


:p:up:

Thank you, seems to be working so far.
:up:

Commodore 02-17-2010 12:37 PM

I would like to see an option to Main Top Stats box on ForumHome --> Put Above Forums. This is the option I used in VB 3.8. Yes, I could do this manually, but where is the fun in that? Also is it possible to have the option of removing the number of posts from the newest members display?

LadyBeth 02-17-2010 01:34 PM

Is there an option to disable latest posts? We already have that implemented somewhere else and do not need it.

princeedward 02-17-2010 05:09 PM

Quote:

Originally Posted by LadyBeth (Post 1984601)
Is there an option to disable latest posts? We already have that implemented somewhere else and do not need it.

i guess no way...but that will be not a bad idea at all if there is an option to disable and change that Latest Post too...to any other feature...right?

;):up:

k1klass 02-17-2010 05:37 PM

Marked as installed, thanks Valter another great mod

Adem GEN? 02-17-2010 08:48 PM

Statistics on default_guest_message message

KissOfDeath 02-17-2010 11:00 PM

Great mod thanks, i had the cyb version and this one is missing the "exclude forums" feature that the old one had

Valter 02-17-2010 11:22 PM

Quote:

Originally Posted by KissOfDeath (Post 1985112)
Great mod thanks, i had the cyb version and this one is missing the "exclude forums" feature that the old one had

Nope. It's in Permissions block. :)

https://vborg.vbsupport.ru/attachmen...0&d=1266164613

HQPD 02-18-2010 12:36 AM

Quote:

Originally Posted by chrisdaman (Post 1984086)
Ok I might have just fixed the problem with the top stats not displaying correctly if not logged in/not registered.

If you notice in the options panel the "Usergroups not allowed to view more results" has "1,8" inputed. If you remove that so that it's empty, it's displaying correctly now.

Anyone else confirm this?

Yeh....................... That's one !!!
Please remove "1,8" in the option panel the "Usergroups not allowed to view more results" and
it works.
Thank you verry much Valter and my friends for nice mod and help.

Hall of Famer 02-18-2010 06:35 AM

Can I ask a question? Is it possible to disable registered users to see latest threads/posts in the staff section or any other subforums that are supposed to be hidden to the public?

Valter 02-18-2010 08:32 AM

Forum permissions are applied here.

Registered members may not see what you see in Statistics.

fionix 02-18-2010 09:13 AM

Quote:

Ok I might have just fixed the problem with the top stats not displaying correctly if not logged in/not registered.

If you notice in the options panel the "Usergroups not allowed to view more results" has "1,8" inputed. If you remove that so that it's empty, it's displaying correctly now.

Anyone else confirm this?
Yes this one works, but still it is not playing correctly if you have the right sidebar enabled, several here have the same issue anyone knows how to configure the "widht" of the bos so it fits in to the forum?

I followed the steps for TRIM but this didn't changed it!!

JADM 02-18-2010 10:22 AM

First off, thanks Valter, this mod is GREAT!!!

One comment, and one small problem.

First, I had to monkey around a bit to check and select the right boxes to not have an "Error loading" message that required selecting what I wanted to appear in the boxes. This was eventually fixed through trial and error, but it was not very intuitive. I am not sure if this was a feature rather than a bug, but thought I would share this.

The bigger "problem" is that when viewed logged out, the forum stats appear above the Welcome message. I would prefer it appear below. I am viewing in Chrome, and my URL is www.pebforum.com . Don't know if there is an easy solution for this.

Anyway, again, this has been a long awaited upgrade and I thank you for your work on this!!!

Adem GEN? 02-18-2010 10:34 AM

Quote:

Originally Posted by AdemGEN? (Post 1984999)
Statistics on default_guest_message message

https://vborg.vbsupport.ru/

How can we fix this problem?

Noerenberg 02-18-2010 10:41 AM

Hi,

when i used the last blog entries or CMS entries then i get this message

Error: Check startup item options

What must i do that it works?

And the big problem is, when i am not login, then i cant the statistic box

KissOfDeath 02-18-2010 11:50 AM

Quote:

Originally Posted by Valter (Post 1985125)
Nope. It's in Permissions block. :)

https://vborg.vbsupport.ru/attachmen...0&d=1266164613

sorry my fault, didn't see it
Thank you very much

Trixi.com 02-18-2010 12:06 PM

Quote:

Originally Posted by AdemGEN? (Post 1985488)
https://vborg.vbsupport.ru/

How can we fix this problem?

Same problem here....this is the reason why I deactivated it...

KissOfDeath 02-18-2010 12:11 PM

Quote:

Originally Posted by AdemGEN? (Post 1985488)

Use the "no auto insert" option and use an if condition so only people that are logged in can't see it

Code:

<vb:if condition="$show['member']">
{vb:raw vsatopstats}
</vb:if>


Noerenberg 02-18-2010 12:12 PM

Quote:

Originally Posted by Trixi.com (Post 1985549)
Same problem here....this is the reason why I deactivated it...

Have you delete the permission,?.. 1,8

phonexpo 02-18-2010 01:48 PM

Quote:

Originally Posted by KissOfDeath (Post 1985554)
Use the "no auto insert" option and use an if condition so only people that are logged in can't see it

Code:

<vb:if condition="$show['member']">
{vb:raw vsatopstats}
</vb:if>


What do you mean? When I'm logged in I see this mod fine, but when logged out I get the same display error.

How do I fix this?

BR's

-Patrick

Adem GEN? 02-18-2010 04:49 PM

This problem only for guests

I want to show guests

https://vborg.vbsupport.ru/

phonexpo 02-18-2010 04:52 PM

Quote:

Originally Posted by AdemGEN? (Post 1985717)

Yes, any fix for it?

BR's

-Patrick

Noerenberg 02-18-2010 04:54 PM

I has the same issue.

i change the Permissions for guest and now it works

Adem GEN? 02-18-2010 05:03 PM

This problem only for guests

Main Top Stats box on ForumHome: No auto-insertion
Template FORUMHOME: {vb:raw vsatopstats} Added

http://img341.imageshack.us/img341/9828/bbbbbbbt.png


For registered members have no problem

josantos 02-18-2010 06:22 PM

Marked Installed - Thank you :up:

RomanKuluev 02-18-2010 08:40 PM

and whether these statistics to move to the main VBA?

fogjuice 02-19-2010 12:55 AM

We all have the problem with guests display being messed up, it would be nice of the creator would fix this.

Also, it would be nice if the creator could make it so when you click the new post, it actually takes you to the last post on the last page instead of showing the 1st post. Sort of silly and contradictory to have it show "latest posts" but it takes you to the first post. :confused:

venom2124 02-19-2010 03:10 AM

Just updated this mod and now I can't see it at all any ideas why this is. I've tried changing the location, but nothing it's like it's disable, but I have it enabled.

Dark-Master 02-19-2010 07:57 AM

I got this error while importing xml product file.
http://uppic.xgn.in.th/image-9246_4B7E5F9E.jpg

Valter 02-19-2010 08:21 AM

Quote:

Originally Posted by venom2124 (Post 1986141)
Just updated this mod and now I can't see it at all any ideas why this is. I've tried changing the location, but nothing it's like it's disable, but I have it enabled.

Enable auto-insert and add 'index' to page locations setting?

Icy 02-19-2010 11:11 AM

I use vBSEO. But for some weird reason the last post link use the vB's default SEO friendly method even after I disabled it :S

BlackJacket 02-19-2010 06:22 PM

When a user is not logged in and the Stats are located underneath the header, it gets distorted and is not viewable.

Veer 02-19-2010 08:17 PM

Quote:

Originally Posted by NittoMOD (Post 1986667)
When a user is not logged in and the Stats are located underneath the header, it gets distorted and is not viewable.

Yes, same here, need a fix.
I have disabled viewing stats for guests.

GeorgeB85 02-19-2010 08:31 PM

Quote:

Originally Posted by Veer (Post 1986756)
Yes, same here, need a fix.
I have disabled viewing stats for guests.


Same problem here

balkanboy 02-20-2010 01:26 AM

Quote:

Originally Posted by NittoMOD (Post 1986667)
When a user is not logged in and the Stats are located underneath the header, it gets distorted and is not viewable.

Yeah confirmed on my board as well hope to find a fix soon disabled for guest for now :D

acanuck 02-20-2010 01:28 AM

Thanks

TimberFloorAu 02-20-2010 03:17 AM

Jump to first unread post, errors out to an unreachanble page. All other links work fine.

should read
http://www.australiabound.org/forum/...tml#post174865

the incorrect stats link is
http://www.australiabound.org/forum/...ost#post174865

anaksimandros 02-20-2010 08:07 AM

i don't use this hack with supercharged :S

valter help me


All times are GMT. The time now is 06:27 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.02151 seconds
  • Memory Usage 1,828KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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