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)

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 ! :)


All times are GMT. The time now is 01:26 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.01785 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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