vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - Modification System (https://vborg.vbsupport.ru/showthread.php?t=232993)

AliceHoward 06-30-2010 07:20 AM

Coronor hasn't posted in this Mod release since February, has this mod been abandoned?

Hayaletx 06-30-2010 07:37 AM

it is fix would be great. I've been waiting for 4.0.4.

v2b4vn 07-01-2010 01:50 PM

Quote:

Originally Posted by yoching (Post 2060881)
edit modsystem_functions.php 338~339

PHP Code:

$modtitle_coder unserialize ($vbulletin->modtitle_coder);
$modtitle_designer unserialize ($vbulletin->modtitle_designer); 

edit is:

PHP Code:

$modtitle_coder $vbulletin->modtitle_coder;
$modtitle_designer $vbulletin->modtitle_designer

edit modsystem_functions.php 415~417

PHP Code:

$modstats_coder unserialize ($vbulletin->modstats_coder);
$modstats_designer unserialize ($vbulletin->modstats_designer);
$modstats_motm unserialize ($vbulletin->modstats_motm); 

edit is:

PHP Code:

$modstats_coder $vbulletin->modstats_coder;
$modstats_designer $vbulletin->modstats_designer;
$modstats_motm $vbulletin->modstats_motm

Plugins & Products->Plugin Manager------>MOD System - set Specialtemplates (EDIT)

PHP Code:

$datastore_fetch[] = "'modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer'"

edit is:

PHP Code:

$datastore_fetch[] = "'modstats_coder'";
$datastore_fetch[] = "'modstats_motm'";
$datastore_fetch[] = "'modtitle_coder'";
$datastore_fetch[] = "'modtitle_designer'"


I've been edit, but still warnning

Quote:

Warning: Invalid argument supplied for foreach() in [path]/includes/modsystem_functions.php on line 416

Warning: Invalid argument supplied for foreach() in [path]/includes/modsystem_functions.php on line 452

AliceHoward 07-07-2010 12:06 PM

Just so everyone knows, I contacted Coroner about a possible update for this amazing Mod, Coroner has been very busy of late but when he finds the time to do so he is going to look into updating this mod.

We have light at the end of the tunnel. :)

renlok 07-09-2010 11:35 AM

thanks for updating it, great mod :)

but is there any way to update the mod settings after posting it?

AliceHoward 07-09-2010 04:19 PM

Quote:

Originally Posted by renlok (Post 2066796)
thanks for updating it, great mod :)

but is there any way to update the mod settings after posting it?

Have you set user group permissions, you have to allow user group's permission to 'use' the mod system or they cannot edit mods.

AliceHoward 07-09-2010 04:56 PM

Hi Coroner hun,

thank you for the update sweetie, I was just wondering what I might have done wrong, I am not getting the Mod stats on the forumhome any more since the vB404 update (that update was a horrible one from vB), am I missing a setting somewhere do you think?

renlok 07-09-2010 07:07 PM

Quote:

Originally Posted by AliceHoward (Post 2066899)
Have you set user group permissions, you have to allow user group's permission to 'use' the mod system or they cannot edit mods.

oh yeah derrr cant belive i didnt think to look there. thanks :)
One last thing i cant get the things to show in the usercp nav igation menu like donate settings tagged mods etc. Ive look through the code just havent got anywhere. Any help would be awesome thanks.

Coroner 07-10-2010 07:31 AM

1 Attachment(s)
Quote:

Originally Posted by AliceHoward (Post 2066910)
Hi Coroner hun,

thank you for the update sweetie, I was just wondering what I might have done wrong, I am not getting the Mod stats on the forumhome any more since the vB404 update (that update was a horrible one from vB), am I missing a setting somewhere do you think?

Sorry, I have no idea. After the upgrade it works very well (see image). I only fixed the style of the post settings (post) and the datamanager. After fixing the last one (see post #89, but you only need to edit those lines:
PHP Code:

$datastore_fetch[] = "'modstats_coder','modstats_designer','modstats_motm','modtitle_coder','modtitle_designer'"

change into:
PHP Code:

$datastore_fetch[] = "'modstats_coder'"
$datastore_fetch[] = "'modstats_motm'"
$datastore_fetch[] = "'modtitle_coder'"
$datastore_fetch[] = "'modtitle_designer'"

...) the stats will work very well.

Coroner 07-10-2010 07:32 AM

Quote:

Originally Posted by renlok (Post 2066960)
oh yeah derrr cant belive i didnt think to look there. thanks :)
One last thing i cant get the things to show in the usercp nav igation menu like donate settings tagged mods etc. Ive look through the code just havent got anywhere. Any help would be awesome thanks.

Take a look at the READ_ME. You have to edit some templates


All times are GMT. The time now is 03:16 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.01489 seconds
  • Memory Usage 1,765KB
  • 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
  • (8)bbcode_php_printable
  • (6)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
  • (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