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)

thompson 01-14-2012 06:23 PM

Quote:

Originally Posted by Alan_SP (Post 2287729)
Valter, you didn't solved problem with vBSEO links with this option: 'Latest Posts' - Title Link if we choose First unread post

same problem with vbseo. the last unread post link goes to an unguilty site.

EgyKit 01-14-2012 06:46 PM

Just disable this auto-refresh option, I didn't use it too for the same problem!

Quote:

Originally Posted by Alan_SP (Post 2287769)
Just to report, I tried to use this option:

Auto-refresh interval in seconds (lower limit 10, 0 to disable)
Note: This may increase the server load a bit


Used 15 and it killed my server, I needed to restart it, disable hooks and only after that I was able to restore it to working order. Something doesn't work right with this. It went crazy, It didn't waited for 15 seconds, it just refreshed and refreshed like crazy. If it would wait for 15 seconds, it maybe would work, but right know it kills server.

EDIT: I think that this is in miliseconds, I saw code for multiplying it with thousands, but it's not everywhere. Not sure though.


junaid 01-14-2012 09:20 PM

VBSEO I use my forum when click thread invalid Link to new posts
all other forum and mebers link work fine

-=Leb=- 01-14-2012 09:41 PM

valter , nice to see you active on vb, and ty for your hard work and thx for offering us awesome plugins <3

KHALIK 01-15-2012 02:20 AM

updated.

junaid 01-15-2012 03:28 AM

Pls fix vbseo issue

Valter 01-15-2012 10:29 AM

v7.0.5 - Jan 15. 2012.
-Links in Latest Posts are now fully SEO compatible
-New option: Automatically disable auto-refresh if server load is higher than X

To upgrade:
-Import product XML, allow overwrite
-Revert product templates if any modified

thompson 01-15-2012 12:54 PM

works good.

now are all post icons in light blue. no orange icons more.

thanks valter !

garybrun 01-15-2012 01:10 PM

Thank you for the update.-

Pvtiste 01-15-2012 02:30 PM

Thanks Valter for the update.
I have just a little problem, I have a space since the update:

https://vborg.vbsupport.ru/

nikosb 01-15-2012 02:35 PM

Thank you for the update

Xowi 01-15-2012 02:48 PM

Great :)
Thanks for the update and support.

jack150464 01-15-2012 02:55 PM

Thank you for the update

EgyKit 01-15-2012 03:13 PM

You can increase number of new posts by one to fit this space.

Quote:

Originally Posted by Pvtiste (Post 2288158)
Thanks Valter for the update.
I have just a little problem, I have a space since the update:

http://img855.imageshack.us/img855/5...20115at102.gif


Pvtiste 01-15-2012 03:49 PM

Quote:

Originally Posted by EgyKit (Post 2288183)
You can increase number of new posts by one to fit this space.

are you talking about "Number of results to show in Main Top Stats box"?
If yes, I already tried and that does not work.

EgyKit 01-15-2012 04:03 PM

I see you have 13 results on the right column for new posts, if you have enough experience with php you can edit the php code to view 14 result to fix this issue by yourself.. I already use a custom plugin based on this plugin showing only new posts, you can see it by clicking on the green collapse button that appear after navbar on every page on my forum.. check my signature..

Quote:

Originally Posted by Pvtiste (Post 2288193)
are you talking about "Number of results to show in Main Top Stats box"?
If yes, I already tried and that does not work.


Pvtiste 01-15-2012 04:22 PM

Thanks EgyKit for your help, it works I just changed this line :


PHP Code:

$vsacb_resnr_lp = ($vsacb_resnr 2) + 1

to

PHP Code:

$vsacb_resnr_lp = ($vsacb_resnr 2) + 2

:)

EgyKit 01-15-2012 04:45 PM

Nice :) glad you edited the code successfully, I didn't know that posting php codes from the plugin on public is allowed :).. I just gave you the clue.

Quote:

Originally Posted by Pvtiste (Post 2288210)
Thanks EgyKit for your help, it works I just changed this line :


PHP Code:

$vsacb_resnr_lp = ($vsacb_resnr 2) + 1

to

PHP Code:

$vsacb_resnr_lp = ($vsacb_resnr 2) + 2

:)


Alan_SP 01-15-2012 06:16 PM

Now vBSEO links work fine, all of them. :up: Thanks Valter.

As a feature request, could you add options so we could choose if links open in new or existing tab/window? Ability to add target="_blank"?

Many users on my forum, me included like links to open in new tab. Now I use browser options for that, but it could be handy if links would automatically open in new tab.

Valter 01-15-2012 07:35 PM

I may add that in future versions.

Until then just use middle click to open in new tab. ;)

fizzow 01-16-2012 02:31 AM

Thank you for the update version.

I have 1 question. Can you make all the URL in the stats SEO compatible and not just the Latest Posts link?

Valter 01-16-2012 07:06 AM

Quote:

Originally Posted by fizzow (Post 2288383)
Thank you for the update version.

I have 1 question. Can you make all the URL in the stats SEO compatible and not just the Latest Posts link?

Do you have any problems with other links in the stats?

They should all be SEO compatible.

NTT 01-16-2012 08:34 AM

how to change stats post thanks you hack to stats dbtech thanks & like ?

Thanks! :)

fizzow 01-16-2012 09:00 AM

Quote:

Originally Posted by Valter (Post 2288452)
Do you have any problems with other links in the stats?

They should all be SEO compatible.

Yeah... only latest posts shown a friendly url but not the others.

Valter 01-16-2012 09:10 AM

That's strange. Works fine for me with all links in the stats.

Check product templates to ensure they are all up-to-date (not marked with red color as modified).

sevenmix 01-16-2012 04:31 PM

Hi Valter

First of all, thanks for this great product.

There is a difference between the latest threads and new threads if you look at the prefix:

http://img703.imageshack.us/img703/6...53881edfd6.png
(Prefix: tutorial venta subasta compra)

Dunno why is linked in new threads but not in latest threads, i hope you fix this.

Greetings.

Valter 01-17-2012 07:00 AM

v7.0.6 - Jan 17. 2012.
-Fixed: Prefixes linked in some thread stats

To upgrade:
-Import product XML, allow overwrite
-Revert product templates if any modified

3sh8roo7y 01-17-2012 11:00 AM

Thank you

-=Leb=- 01-17-2012 11:12 AM

thx for your hard work

chrisngrod 01-17-2012 04:08 PM

Quote:

Originally Posted by Noctavia (Post 2043868)
I've read through every reply so far and haven't seen an answer to this (appologies if I missed it), but is there any way to add the statistics as a widget so I can show it on my CMS home page?

Great product. Of course I'm going to refry this questions since it's been asked a few times. Tried to play around but didn't have any luck.

Thanks.

Successfulsteps 01-17-2012 06:54 PM

Quote:

Originally Posted by Valter (Post 2288884)
v7.0.6 - Jan 17. 2012.
-Fixed: Prefixes linked in some thread stats

To upgrade:
-Import product XML, allow overwrite
-Revert product templates if any modified

Thanks Valter for all the hard work you put into your mods. I keep following and updating and it's greatly appreciated the attention to detail you put in this mod!

michal72 01-17-2012 08:41 PM

Valter,
Thx for this great mod.

Merjawy 01-18-2012 07:23 AM

Great mod, used it on and off for many years ... Thanks

I am not sure if this has been reported or not

When you click on drop down to choose any other stats, box opens, you click on whatever. The popup box doesn't close on it's own after your selection.. ya gotta click somewhere else to get it to close.. (see attachment)

Downloaded the latest and using 4.1.10. tested it on default style too

Also, I had to disable the date otherwise it goes way too wide for me


https://vborg.vbsupport.ru/attachmen...7&d=1266164573

Valter 01-18-2012 07:51 AM

I'm not sure if it's possible to close the menu on click.

I've asked this when worked on updating my mods for vB4 but there was no replies...

Mornagest 01-18-2012 10:52 AM

Just to thank you for the recent updates, and for all the work you've done ! :up:

Valter 01-18-2012 11:03 AM

You're all welcome. :-)

Alan_SP 01-18-2012 06:00 PM

Quote:

Originally Posted by Merjawy (Post 2289287)
When you click on drop down to choose any other stats, box opens, you click on whatever. The popup box doesn't close on it's own after your selection.. ya gotta click somewhere else to get it to close.. (see attachment)

I also reported that too. After that, I looked at the code and how it's done on vBulletin own drop down menus and there, if you select something, that loads new page, so closing isn't built in vBulletin.

Only way is to make own custom script to close menu after selecting option. Or report it as feature request at vBulletin.

RoG Aftermath 01-19-2012 05:09 AM

Hello, im using the rainbow colored usernames on my forum and for some reason they are not showing up rainbow colored on the advanced forum statistics. Just wondering if this is something on the end of VSa advanced statistics?

too_cool_3 01-19-2012 03:53 PM

Quote:

Originally Posted by Noctavia (Post 2043868)
I've read through every reply so far and haven't seen an answer to this (appologies if I missed it), but is there any way to add the statistics as a widget so I can show it on my CMS home page?

Quote:

Originally Posted by chrisngrod (Post 2289055)
Great product. Of course I'm going to refry this questions since it's been asked a few times. Tried to play around but didn't have any luck.

Thanks.

Can anyone answer if this is possible and how it is done? I would like to have the stats as a central widget in the CMS. Thanks =)

Valter 01-20-2012 08:02 AM

Quote:

Originally Posted by RoG Aftermath (Post 2289736)
Hello, im using the rainbow colored usernames on my forum and for some reason they are not showing up rainbow colored on the advanced forum statistics. Just wondering if this is something on the end of VSa advanced statistics?

As it's stated in description of rainbow mod, it does not work with AJAX products:
Quote:

A Note: If you are using vbshout.. the effect will not show in the AJAX area.
Same applies to this product.


All times are GMT. The time now is 05:19 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.02760 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
  • (4)bbcode_php_printable
  • (15)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