vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Statistics Modifications - Cyb - Advanced Forum Statistics (https://vborg.vbsupport.ru/showthread.php?t=177778)

BamaStangGuy 01-04-2009 09:37 PM

Quote:

Originally Posted by Cybernetec (Post 1701703)
I'm working on AJAX version.

- it will not push server a lot as less queries will be executed
- it will probably show one stat by default, others are called from menu, via AJAX
- it will have auto-refresh for those who want it
- code optimizations, fixes, etc, etc...

Very nice

sportsoutlaw 01-06-2009 04:12 PM

I have mine set up to show "hottest threads". For some reason, these are being pulled from one of my forums. All the rest of the forums seem to work properly.

No forums are disabled via the product, and the forum that doesn't work in hottest threads is working in the rest of the parts of this product.

Any ideas?

sportsoutlaw 01-06-2009 04:26 PM

Quote:

Originally Posted by sportsoutlaw (Post 1703402)
I have mine set up to show "hottest threads". For some reason, these are being pulled from one of my forums. All the rest of the forums seem to work properly.

No forums are disabled via the product, and the forum that doesn't work in hottest threads is working in the rest of the parts of this product.

Any ideas?

Actually, this appears to be an issue with one specific thread. I move the thread into another forum, and it still wouldn't show up in the "hottest threads" section.

BamaStangGuy 01-06-2009 06:38 PM

You don't have any time frame to cut it off do you? I set mine to show the last 5 days.

sportsoutlaw 01-08-2009 05:13 PM

I have mine set to 10 days. Now I have multiple threads, all with hundreds of posts, and all replied to within the last 10 days, that have vanished from this listing. They were showing up yesterday and all have been replied to withing the last couple days.

This setting is making no sense to me.

sportsoutlaw 01-08-2009 05:41 PM

Think I figured this out. With the 10 days, the thread will disappear as soon as it is 10 days old. I was thinking this was taking an average for the last 10 day (basically a rolling average)

benstillman 01-08-2009 05:49 PM

Quote:

Originally Posted by Cybernetec (Post 1556064)
Instructions on how to enable Top Stats in vBadvanced CMPS.


1. Hack Options
Add 'adv_index' to the 'Stats on custom pages" setting field

2. vBa CMPS > Default Settings
In Portal Output Global Variables setting put cybtopstats (without $), then Save

3. Put $cybtopstats in desired template, where you wish Stats to appear.
For example open template adv_portal and put $cybtopstats (with $) below $navbar.

Many thanks. That's exactly what I was looking for.

jmurrayhead 01-09-2009 10:47 AM

It would be nice to have a button or link that calls an AJAX function to update the data displayed in the Top Statistics area. Instead of reloading the page, users can just click the button/link and they will see the latest data.

Valter 01-09-2009 01:41 PM

Next version is AJAX based, with several new features and bug fixes. It was completed few days ago but was not passed final test. It works perfect on all browsers, except IE. I hate Microsoft.

veenuisthebest 01-09-2009 01:48 PM

Quote:

Originally Posted by Cybernetec (Post 1706289)
Next version is AJAX based, with several new features and bug fixes. It was completed few days ago but was not passed final test. It works perfect on all browsers, except IE. I hate Microsoft.

ah lovely.. waiting for it badly :D

redlabour 01-09-2009 01:52 PM

Quote:

Originally Posted by Cybernetec (Post 1706289)
Next version is AJAX based, with several new features and bug fixes. It was completed few days ago but was not passed final test. It works perfect on all browsers, except IE. I hate Microsoft.

Random Threads IMGs included?

jmurrayhead 01-09-2009 01:57 PM

Quote:

Originally Posted by Cybernetec (Post 1706289)
Next version is AJAX based, with several new features and bug fixes. It was completed few days ago but was not passed final test. It works perfect on all browsers, except IE. I hate Microsoft.

Well, I do know that with IE you need to use an ActiveX object instead of the XmlHttpRequest object.

Code:

var XMLHttp=null
if (window.XMLHttpRequest)
  {
  XMLHttp=new XMLHttpRequest()
  }
else if (window.ActiveXObject)
  {
  XMLHttp=new ActiveXObject("Microsoft.XMLHTTP")
  }

Not sure if that's the problem you're running into, though.

Valter 01-09-2009 04:43 PM

No, it's not directly AJAX related, but JS.

I can fix it but have no enough time atm.

redlabour, not sure if I'll add this to this version. Maybe next one...

veenuisthebest 01-09-2009 04:55 PM

cyb, may i ask when do you plan to release the next ajax version of this mod.

thanks

Valter 01-09-2009 07:18 PM

This weekend I think...

luket79 01-09-2009 08:39 PM

I assume 3.8 compatibility will be here as well with the new release?

J-TEK 01-09-2009 09:50 PM

Quote:

Originally Posted by luket79 (Post 1706721)
I assume 3.8 compatibility will be here as well with the new release?

I'm wondering the same thing, along with Visitors in last X Hours.

metalguy639 01-09-2009 10:33 PM

For the life of me I cannot find where to REMOVE the stats link in the navbar. Where can I edit this please? TIA!

Rik Brown 01-10-2009 02:33 AM

Quote:

Originally Posted by Cybernetec (Post 1706289)
Next version is AJAX based, with several new features and bug fixes. It was completed few days ago but was not passed final test. It works perfect on all browsers, except IE. I hate Microsoft.

We tried this mod a few weeks ago. Its great! However, it slows down our forum's main page drastically with 229,000+ threads to scan, etc. So we had to take it offline.

I hope that you will consider adding a cached version which could be updated by one access perhaps every 30 minutes or so based on an admincp setting so it doesn't slow down the site. That would be fantastic!

Thanks and regards. -- Rik

redlabour 01-10-2009 05:51 AM

Quote:

Originally Posted by Cybernetec (Post 1706504)
redlabour, not sure if I'll add this to this version. Maybe next one...

Thanks ! :)

Valter 01-10-2009 01:01 PM

v6.0 - Jan 10. 2009.
-New: AJAX-based
-New: Two blocks with default forum/user stats shown on page load, more available via menus
-New: Options to set default stats
-New: Options to load stats in random mode on page refresh
-Auto-refresh stats
-Post counts linked to search user's posts
-Almost completely rewritten, several options removed/added, code optimized, minor bugs fixed, officially supported on vB 3.8.x

Upgrade Info:
-Import XML, allow overwrite
-You MUST revert any modified hack template
-Check settings and update if needed

Download:
https://vborg.vbsupport.ru/showthread.php?t=201274

veenuisthebest 01-10-2009 01:18 PM

oh man... thanks a lot.

Valter 01-10-2009 01:24 PM

You're welcome.

Note: new version works with both, 3.7.x and 3.8.x.

-=Leb=- 01-10-2009 01:58 PM

Hi cyb, what about the old version 3.7.x can i still use it on 3.8.x?

veenuisthebest 01-10-2009 02:03 PM

Quote:

Originally Posted by Leb (Post 1707323)
Hi cyb, what about the old version 3.7.x can i still use it on 3.8.x?

yes, it works good.

madmax1228 01-10-2009 02:04 PM

All loaded up on 3.7.3. Very nice! Much cleaner and simpler.

cupra 01-10-2009 03:05 PM

thx for the update.
i wonder, v6.0 will work on vb 3.6.4 ?

ChefTalk 01-10-2009 03:50 PM

There is no way to put latest blog entries below latest posts. I either have to put them on the left of the right but I want them as a separate listing below. I only want one row for each.

redlabour 01-10-2009 04:57 PM

Quote:

Originally Posted by Cybernetec (Post 1707252)
v6.0 - Jan 10. 2009.
-New: AJAX-based
-New: Two blocks with default forum/user stats shown on page load, more available via menus
-New: Options to set default stats
-New: Options to load stats in random mode on page refresh
-Auto-refresh stats
-Post counts linked to search user's posts
-Almost completely rewritten, several options removed/added, code optimized, minor bugs fixed, officially supported on vB 3.8.x

Nice - will install again after Randomthreads with IMGs are implemented. :)

voglermc 01-10-2009 09:02 PM

where can I remove to turn off top stats?

Stefanus 01-11-2009 05:45 PM

Quote:

Originally Posted by Leb (Post 1707323)
Hi cyb, what about the old version 3.7.x can i still use it on 3.8.x?

Quote:

Originally Posted by veenuisthebest (Post 1707330)
yes, it works good.

Thanks! :up:

ChefTalk 01-12-2009 11:41 AM

Cyb,

Is there a way to put latest blog posts below latest topics?

pnosko31 01-13-2009 04:56 PM

I see there is top thanked - do you have top groaned yet?

ChefTalk 01-14-2009 01:52 PM

Cyb I really like this mod but there are some things that I don't understand and was hoping you could address.

I would like to have the latest blog posts below the latest threads currently there is no way to do this?

I tried adding blog posts to the right and would like to remove the bloggers name but there is no way to?

Please help....

wAnBoA 01-15-2009 04:28 AM

Hey guys. Hopefully anyone can help me. Can anyone check the following forum?
http://www.squareenixforums.net/index.php

I'm wondering how do they have this Welcome panel? Is it a customized mod?

iogames 01-15-2009 05:10 PM

3.6x???

Sweeks 01-16-2009 02:23 AM

Is there a way to remove user group colours from the statistics? Thank you :)
________
PERCODAN REHAB ADVICE

jera 01-16-2009 09:09 AM

Quote:

Originally Posted by jera (Post 1687214)
Tell please why when the message from the not registred user (quest). "Guest" to be transferred for a new line is displayed?

You could solve this problem?

transparent 01-17-2009 08:32 AM

I tried updating to your 3.8 version but I really don't like it near as much as this version. Mainly the layout. If this version had the ajax refresh feature I would be more than happy.

Thx again for this!

MeMySelfNi 01-18-2009 03:54 PM

nevermind


All times are GMT. The time now is 01:36 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.01861 seconds
  • Memory Usage 1,823KB
  • 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
  • (1)bbcode_code_printable
  • (14)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