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)

arco 04-28-2007 03:11 PM

Quote:

Originally Posted by arco (Post 1236472)
Have only one problem - Top Thread Starters doesn't seem to update. :confused:
Any way to fix that?

Quote:

Originally Posted by voter (Post 1236459)
I solve the problem by extracting the plugin Cyb - Advanced Forum Statistics - UT and making from it a php file, than I let it fire as a cron job once an hour as a Scheduled Task.

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.

itsblack 04-28-2007 06:41 PM

Quote:

Originally Posted by arco (Post 1236803)
Really? That doesn't happen here so it's most probably your permission settings.

Quote:

Originally Posted by rayw (Post 1236854)
Doesn't happen to me either. I would agree in that you should check your permissions.

That's weird. I don't know if I've expressed myself clearly. I mean, e.g., the normal user should not see the threads from private forums, but the authorised users should able to see them. Just like the vba_cmps did. But now the vba_cmps page works has no problem, but at this mod I don't see this effect -- except I disable the usergroup or forumid in this mod -- but that's not what I want.

For the vba_cmps works correctly, so I don't know where else I can set the wrong permission settings. At the forum display the unauthorised usergroups also can only see that those forums marked as "private". I've checked it again. In forum permission setting I've disabled those usergroups at all, anywhere else I should check?

Thank you in advance.

arco 04-28-2007 07:18 PM

That's odd. You have the latest version of this mod installed?
Go to Forum Manager, and then select View Permissions for the forums you want to hide. Edit the usergroups that you don't want to have access and set all options to No.
Also make sure the users are not members of another usergroup that do have access to those forums.

itsblack 04-28-2007 08:47 PM

Quote:

Originally Posted by arco (Post 1237204)
That's odd. You have the latest version of this mod installed?
Go to Forum Manager, and then select View Permissions for the forums you want to hide. Edit the usergroups that you don't want to have access and set all options to No.
Also make sure the users are not members of another usergroup that do have access to those forums.

Yes, I did installed the latest version.

I've followed your instruction did the permission setting again, but it has no effect.

I use the guest account to test the display effect, so I'm sure that it has nothing to do with "members of another usergroup". If the user permisson has any problem, then they should see the private forum on the forum display page. But they don't, so I thought maybe there's nothing wrong with the permission setting. I'm confused...

arco 04-28-2007 09:48 PM

Yes, if your guest account doesn't see private forums on forum home, the permissions should be ok. Then this mod shouldn't list posts from them either. Have you tried uninstalling the mod and installing it again? If that doesn't help I'm out of suggestions. :(

itsblack 04-28-2007 11:05 PM

Quote:

Originally Posted by arco (Post 1237265)
Yes, if your guest account doesn't see private forums on forum home, the permissions should be ok. Then this mod shouldn't list posts from them either. Have you tried uninstalling the mod and installing it again? If that doesn't help I'm out of suggestions. :(

Yes, I also have tried uninstalling and reinstalling... but, still useless
anyway, thank you for your help.

N-0p3rz 04-29-2007 06:21 AM

So will this ever be edited to work in 3.5.X

d3v1L 04-29-2007 06:27 AM

*upgraded*

rayw 04-29-2007 07:07 AM

Anyone else having this problem (see attached image). Seems to only occur in IE7.

Almost everything is underlined in orange (same style I gave my links) when I hover the mouse anywhere over the top stats heading or below.

ForYou 04-29-2007 08:02 AM

Hello ,

I was Update the hack put i can't see any thing in forumHome , But before in the old hack it was show easy in forum home without any edit ,

Please Help ,

Regards


All times are GMT. The time now is 06:02 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.02498 seconds
  • Memory Usage 1,746KB
  • 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
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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