vb.org Archive

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

voter 04-30-2007 06:36 AM

Quote:

Originally Posted by arco (Post 1237097)
Thanks voter, your post pointed me in the right direction. :)
I temporarily fixed the problem by extracting that code from the plugin.

Find in includes/cron/cleanup.php
Code:

($hook = vBulletinHook::fetch_hook('cron_script_cleanup')) ? eval($hook) : false;
Add before
Code:

while ($thread = $vbulletin->db->fetch_array($threads))
{
    $thread['open'] = 10;
    $threadman =& datamanager_init('Thread', $vbulletin, ERRTYPE_SILENT, 'threadpost');
    $threadman->set_existing($thread);
    $threadman->delete(false, true, NULL, false);
    unset($threadman);
}

Now "Top Thread Starters" will get updated every hour.

I am glad that it helps.

But I didn't understand your point. The code you suggest to add in cleanup.php is already there.

voter 04-30-2007 06:40 AM

Quote:

Originally Posted by sinanmoda (Post 1237850)
Thanx but "Top Thread Starters" are not updated in 5.2 too.

Check your Scheduled Tasks especially do the "Hourly Cleanup" must be enabled and set to be fired once an hour.
You can also try to run it ofter, if the refresh of Top Starter Statistic is wished.

haytham 04-30-2007 10:39 AM

hope you put notes on upgrades not just installs since I have an older version. Thanks

sweetguy2004 04-30-2007 11:26 AM

Cool hack Cyb just keep rocking installed this hack but "Most Viewed Threads" & "View More Result" are not working m using vba cmps. plz reply as soon as possible, u can @ www.desidunyaa.com

princeedward 04-30-2007 11:29 AM

nice hack....thanks a lot for this....mark installed... ;)

arco 04-30-2007 02:55 PM

Quote:

Originally Posted by voter (Post 1238054)
I am glad that it helps.

But I didn't understand your point. The code you suggest to add in cleanup.php is already there.

Hmm, it is? Seems to have been missing from my file because it wasn't there. I see now in v5.2 that Cyb has added a different code to the cleanup.php file. So I guess all is ok now. :)

The Lord of Dip 05-01-2007 12:03 AM

Hem, there is one problem. The threads of the private sections are also shown on the Top Stats!

CP, 05-01-2007 12:17 AM

anything like this for 3.5?

Valter 05-01-2007 01:03 AM

Latest version of this hack for vBulletin 3.6.x was updated to work with 3.5.x.

All of you with vBulletin 3.5.x installed please check this thread for more info:
https://vborg.vbsupport.ru/showthread.php?t=118374

Note for 3.6.x users:
There are no new functions or bug fixes in this version compared to latest vB 3.6.x version, it was just updated to work with 3.5.x.

Shazz 05-01-2007 04:04 AM

Voted for Mod of Month :)

ForYou 05-01-2007 05:44 AM

Hello Cybernetec,

I was install the hack but i can't see any thing in forumHome ,

Please Help ,

Regards

dbirosel 05-01-2007 05:56 AM

Quote:

Originally Posted by dbirosel (Post 1237800)
Suggestion: Latest Classified Ads

Choosing the specific sections through forum id that will show up.

Example: Latest News

:) bump bump?

rasun 05-01-2007 06:51 AM

I have updated, but now the "alt1" or "alt2" background graphics doesn´t show any longer... I just get a black background and can´t see anything in the stats.

Please help

deb0 05-01-2007 10:10 AM

Cannot see numbers in some styles. My site has several styles, some light, som dark. Apparently this mod does not use the style settings for test for it's numbers. I see that I can alter the text color in the mod settings, however this is a global setting, effecting all installed styles. So when I set a light color; the numbers will not show in light colored styles and vice versa.

Is there anyway I can set it to follow the original style setting or, in other words, use the same color as that of the text?

d

d3v1L 05-01-2007 11:56 AM

Quote:

Originally Posted by d3v1L (Post 1238050)
I get this vbulletin message in my admin control panel home after installing 5.2

" Out-of-Date Custom Templates Found!
There are currently 1 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this! "

It is asking me to revert to v 4.8 of this hack :rolleyes:

@Cybernetic any ideas?

Gryphon 05-01-2007 03:12 PM

Quote:

Originally Posted by deb0 (Post 1238816)
Cannot see numbers in some styles.

Agreed. I prefer not to edit templates if possible, so it would be great if text color from the style was honored.

Thanks.

dbirosel 05-02-2007 06:39 AM

Quote:

Originally Posted by dbirosel (Post 1237800)
Suggestion: Latest Classified Ads

Choosing the specific sections through forum id that will show up.

Example: Latest News

Cyb, what do you think about my suggestion?

sonichero 05-02-2007 07:22 AM

how do you change the text from black to some other color? it won't change for me in either old or new...

sola 05-02-2007 12:02 PM

Noticed this:
Quote:

-Improved exclusion of no-permissions-to-view and private forums from stats
Is it possible to prevent the titles of threads posted in private forums from appearing? The titles appear, but members get No Permission message if they try to access threads in private areas.

The problem is the title sometimes gives away the topic of the thread. Mods can be discussing a member's actions for instance.

Excluding the forum ID does not keep the titles off in the current version installed.

Thanks.

theChronic 05-03-2007 05:36 AM

How hard would it be to make the module able to have a date range that you can select? So that you can have all of the statistics for a certain month or something?

Might this be added on to the mod? Could I hire someone to add this quickly?

thanks

Valter 05-03-2007 09:31 AM

Quote:

Originally Posted by theChronic (Post 1240385)
How hard would it be to make the module able to have a date range that you can select?

Such options was added in some older version but then removed because of complex queries which slowdowns forums. This may be implemented later but no promise.

Quote:

Originally Posted by sola (Post 1239671)
Noticed this: Is it possible to prevent the titles of threads posted in private forums from appearing?

Threads from private and no-permissions-to-view forums are automatically excluded from stats.

Threads from private forums are shown to Admins and Mods but not to other users.

Quote:

Originally Posted by d3v1L (Post 1238050)
I get this vbulletin message in my admin control panel home after installing 5.2

" Out-of-Date Custom Templates Found!
There are currently 1 customized template(s) that need to be updated or reverted. Some sections of vBulletin may not function if you do not do this! "

So revert or update that template. If it's this hack's template then it's strongly recommended to revert it.

Quote:

Originally Posted by rasun (Post 1238743)
I have updated, but now the "alt1" or "alt2" background graphics doesn?t show any longer... I just get a black background and can?t see anything in the stats.

Please help

Revert hack templates.

Quote:

Originally Posted by haytham (Post 1238120)
hope you put notes on upgrades not just installs since I have an older version. Thanks

Every time I release new version there is a note on how to upgrade.

It's always required to re-import XML allowing overwrite.
If there are any hack templates customized it's recommended to revert them.

Quote:

Originally Posted by sweetguy2004 (Post 1238137)
Cool hack Cyb just keep rocking installed this hack but "Most Viewed Threads" & "View More Result" are not working m using vba cmps.

As I can see it works fine.

Valter 05-03-2007 10:23 AM

v5.3 - May 03. 2007.
-Added option to exclude styles from new/old colorizing

Re-import XML allowing overwrite to upgrade.
Also revert hack templates if any customized.

And thanks to all who voted for this hack in Mod Of The Month poll.

Maksa 05-03-2007 10:33 AM

nice updates

deb0 05-03-2007 10:59 AM

Thx for the quick update, however there is a problem;

My Styles have a parent style and substyles underneath that one. The exclusion setting works for all child/substyles, but doesn't for parent.

Also, the parent style doesn't use the New/Old Color setting as well.

dbirosel 05-03-2007 01:36 PM

Quote:

Originally Posted by dbirosel (Post 1237800)
Suggestion: Latest Classified Ads

Choosing the specific sections through forum id that will show up.

Example: Latest News

lol this is my third or fourth time asking...

princeedward 05-03-2007 01:46 PM

Quote:

Originally Posted by dbirosel (Post 1237800)
Suggestion: Latest Classified Ads

Choosing the specific sections through forum id that will show up.

Example: Latest News

YEAH! me too agree to this suggestion...it would be better i think to have this...planning also to put my announcement, events and other activities info on this section....i guess it would be more great...right guys

btw...thanks for the updates again...and vote for MOTM also...keep it up bro

best regards...

;)

Legende 05-03-2007 02:16 PM

Hya

Since i've upgraded from 4.5 to 5.3 it doesn't work anymore? The box shows up but no information in it?

greets

Valter 05-03-2007 02:23 PM

Quote:

Originally Posted by Legende (Post 1240632)
Hya

Since i've upgraded from 4.5 to 5.3 it doesn't work anymore? The box shows up but no information in it?

greets

As I can see it works fine on your forums.

In most of situations users has customized hack templates and newer version requires them to be reverted.

Legende 05-03-2007 02:30 PM

Ok found it *g got to revert the templates ;p sorry and thanks

captainslater 05-03-2007 02:53 PM

Hy,

by user request - it is possible to add costum profile fields to the stats?
eg: I've made a costum profile field for the name of my pets - then on the stats should appear this names. One side: profile field content / other side: user name

Is this possible?

also it would be great to have more options for the layout. As the colors of alt 1/alt 2 and the links are nearly the same in one of my styles, the stats don't look good. So it would be great if I'm able to use a #-code for background.

Legende 05-03-2007 02:54 PM

and my question again could you implement e column for the latest polls? ;) and the new/old icon isn't working correctly

greets

69lakalle 05-03-2007 04:52 PM

installed Version: 5.3
thank you

kkeezer 05-03-2007 05:11 PM

Updated... Thanks! :up:

Kyle

vuiveclub 05-03-2007 08:06 PM

I think that Cyb can add Richest Users for forums have installed vBPlaza :) I need this add-on for my forums. Thanks

cupra 05-03-2007 08:12 PM

Quote:

Originally Posted by kkeezer (Post 1240717)
Updated... Thanks! :up:

Kyle


same here, great work!
tnx a lot :up:

Gryphon 05-03-2007 11:15 PM

Cybernetec, your latest release doesn't fix the font color for the uncolored text. You have the class smallfont specified for the cell but, by default there is no color specified for smallfont, only size. Optimally, they should have an alt class specified.

Thanks, nice work.

Shazz 05-04-2007 08:09 AM

Updated the small plug in of the styles :)

Mrdby 05-04-2007 12:41 PM

so should i wait for the next release?

Mazinger 05-04-2007 05:20 PM

How do I get the old release of this Mod (v 5.2)?

iorkara 05-04-2007 06:00 PM

Thanks for Update You're the Best :)


All times are GMT. The time now is 10:48 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.03281 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
  • (2)bbcode_code_printable
  • (18)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