vb.org Archive

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

heartsglad 01-10-2012 02:54 PM

It did not work with vb4.1.9, got error message in Database. Uninstalled..

Max Taxable 01-10-2012 03:04 PM

Quote:

Originally Posted by heartsglad (Post 2286021)
It did not work with vb4.1.9, got error message in Database. Uninstalled..

Not surprising, this is for vBulletin version 3.

You might want to try the version of this that is for vBulletin 4, here:

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

Same coder.

s.sami 01-14-2012 09:39 PM

How can i show new posts starter i tried this $get_new_posts[threadstarter] but not work..

s.sami 01-15-2012 06:40 PM

Can somebody help me ?

vandan 05-28-2012 12:46 AM

Last posts can show but top posts can't . How to show it?

vBMerkezi 07-09-2012 06:12 PM

thank you

Fluke667 08-12-2012 05:26 PM

Usergroups excluded from stats (List IDs, separate with commas)

is not working, users shown in latest posts!

tsptom 08-12-2012 07:14 PM

Those are usergroups that can view the stats. If you don't want banned users to see that stats, for example, you'd put them on that excluded list.

ram94401 08-18-2012 03:37 AM

This is a great mod. I love the new AJAX stuff. Thank you very much!

uguragdas 08-23-2012 09:21 AM

thank you so much

macgyvers 08-31-2012 01:46 AM

downloaded. installed.
clicked installed.

how to make it, only for moderator and admin permission to view?

www.ch-joy.com 10-26-2012 07:20 PM

Thank you
Gary installation and experience

Abu2 11-15-2012 03:37 PM

Quote:

Hi! Is it possible to show last post in Latest Forum News, when clicked?
Search teamplate cyb_topstats_latestnews
Add a bold text in code.

Quote:

<tr class="$cybstats_alt1" valign="top" onmouseover="this.className='$cybstats_alt2'" onmouseout="this.className='$cybstats_alt1'">
<td class="$cybstats_alt2" width="1%" align="center"><span class="smallfont">$cybstats_rnr</span></td>
<td align="$stylevar[left]" width="50%" nowrap="nowrap" class="smallfont"><if condition="$get_latest_news[newpost]">$newpostprefix<else />$oldpostprefix</if>&nbsp;<a href="showthread.php?goto=newpost$session[sessionurl]&t=$get_latest_news[threadid]" title="$get_latest_news[fullthreadtitle]">$get_latest_news[titletrimmed]</a></td>
<td align="$stylevar[right]" nowrap="nowrap" class="smallfont" title="$vbphrase[date]"><if condition="$get_latest_news[newpost]">$get_news_postdate<else /><span class="time">$get_news_postdate</span></if></td>
</tr>
Save.
Done.

kingbrend 01-30-2013 09:50 PM

Is it worth updated from 5.8.1 ? I see some members are having issues.. not sure if I want to update if that's the case. I'm not having any issues with 5.8.1 though if this update increases performance then it's something I would be interested in. Opinions?

Is v6.6.2 stable?

neopet001 04-02-2013 03:46 AM

I don't know why but there are nothing in the Latest Posts column, I tried many times uninstall and reinstalling but had no result!

BlackxRam 10-20-2013 11:25 PM

I cant read through 81 pages and the search function isnt showing anything valuable. When I use this mod it shows fine on my forumhome in my forums directory but my vbadvanced install which is in my root site directory the stats are just blank and show loading.

Anyone know why or what needs to be edited to get that working?

Again, it shows fine on the forums but not the vbadvanced homepage. Url's and such are all correct.

Max Taxable 12-09-2013 05:26 AM

My apologies if already asked and answered... But - is there a way to disallow this on a style by style basis? Example - I don't want it on my mobile style.








EDIT: I found a workaround for this.
In the options for this Mod, go to "Main Top Stats box on ForumHome" and set it to "No auto insertion."

Right below that find "Stats on Custom Pages (OPTIONAL)" and input, "index" without the quotation marks.

Then in the FORUMHOME template of each style where you want this Mod to appear:

Find: $navbar

And put right under that:

$cybtopstats

And save.
This Mod will not appear on any style without the $cybtopstats hook inserted if you do this.


You're welcome.

Bit 10-06-2014 04:09 PM

Views not updating. Anyone know why? I am using 3.8.8 with the latest 6.6.2 Cyb - Advanced Forum Statistics.

Thank you

Bit 10-08-2014 12:51 AM

One would think almost two days and no response this add-on is no longer supported for 3.8.x...Surprised Cyb, you are VB Dot Org...

ozzy47 10-08-2014 12:58 AM

Developer Last Online: May 2014

Just because you don't or have not receive a response does not mean the mod is unsupported. Valter is busy with his job and personal life, so I doubt he is going to answer anytime soon.

Bit 10-09-2014 04:38 PM

Quote:

Originally Posted by ozzy47 (Post 2518088)
Developer Last Online: May 2014

Just because you don't or have not receive a response does not mean the mod is unsupported. Valter is busy with his job and personal life, so I doubt he is going to answer anytime soon.

Appreciate the help. I have uninstalled the mod at this time.

BlackxRam 11-11-2014 05:18 AM

There has to be a way to get this working for a vbadvanced install that is located in a different folder.

Forexample my vbadvanced folder is in my root folder while my forums are located in a /forums folder inside that root.

Anyone have any insight?

Thanks!

Joshua2597 08-15-2018 12:12 AM

So I am trying to install this mod but get this error, any known fixes? I do not nor have I ever had the vbshop installed?

PHP Code:

ErrorCall to undefined function mysql_query() in ..../admincp/plugin.php(2001) : eval()'d code on line 13
Trace Data:
#1 : vbstop() called in ..../includes/class_core.php on line 3834
#2 : vbulletin_exception_handler() called in  on line 

Var Type:
[ NULL ]

Var Data:
null 


yellow_spider 08-18-2018 03:51 PM

Quote:

Originally Posted by Joshua2597 (Post 2595981)
So I am trying to install this mod but get this error, any known fixes? I do not nor have I ever had the vbshop installed?
[/PHP]

Its vbstop :)

What VB version are you using *and* what versions of php/mysql are you using ?
Not sure: You can see them in your Admin Control Panel stats or in Cpanel/Web Hosting Control Panel. :)

First thought is either your php/mysql version is unsuitable (mysql possibly too high)

Alihandro 04-18-2019 04:58 PM

Help me pls :(

https://prnt.sc/ndu98e

OnlyTouch 04-22-2019 07:02 PM

Quote:

Originally Posted by Alihandro (Post 2599132)
Help me pls :(

https://prnt.sc/ndu98e


You have vB Optimise installed? If installed, try clearing the cache or disabling it.

itilm 07-17-2019 02:19 PM

I have restored my Forum last month some plugins are not working on vBulletin® Version 3.8.11
but i want to install this plugin but still have got the Version Problem because i don't want to move from vBulletin® Version 3.8.11 and this hack is on of my favorite plugin....... so please friendz Help me what can i do ?????

Mandushi 07-17-2019 06:07 PM

Quote:

Originally Posted by itilm (Post 2599870)
I have restored my Forum last month some plugins are not working on vBulletin? Version 3.8.11
but i want to install this plugin but still have got the Version Problem because i don't want to move from vBulletin? Version 3.8.11 and this hack is on of my favorite plugin....... so please friendz Help me what can i do ?????

If you use php 5.6.40 ...this addon work perfect

itilm 07-20-2019 04:56 AM

Quote:

Originally Posted by Mandushi (Post 2599873)
If you use php 5.6.40 ...this addon work perfect

I have got shared hosting.... problem is that new versions has been installed from Server End ... i think PHP 7 in.... so please help me

gulsuna 08-31-2019 10:54 AM

I'm waiting to use this plugin in version 5.x.

lange 08-31-2019 02:31 PM

Quote:

Originally Posted by Mandushi (Post 2599873)
If you use php 5.6.40 ...this addon work perfect

Im using the very old 4.5 version (2006) of this mod and it works fine on PHP 5.6.40+.

yilmaz 05-27-2020 12:06 PM

1 Attachment(s)
Quote:

Originally Posted by Joshua2597 (Post 2595981)
So I am trying to install this mod but get this error, any known fixes? I do not nor have I ever had the vbshop installed?

PHP Code:

ErrorCall to undefined function mysql_query() in ..../admincp/plugin.php(2001) : eval()'d code on line 13
Trace Data:
#1 : vbstop() called in ..../includes/class_core.php on line 3834
#2 : vbulletin_exception_handler() called in  on line 

Var Type:
[ NULL ]

Var Data:
null 


I set it to php 7.2 version

hima85222 08-19-2020 06:32 AM

Quote:

Originally Posted by yilmaz (Post 2603102)
I set it to php 7.2 version

thank you very much


All times are GMT. The time now is 04:23 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.02645 seconds
  • Memory Usage 1,796KB
  • 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_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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