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)

tomshawk 04-30-2010 01:55 PM

Quote:

Originally Posted by AliceHoward (Post 2029505)
Hi honey, this would require additional database fields and the ability to draw on those fields for comparison against each user in each individual article. I wish I could help you sweetie but this is not something I could code into Coroners mod.

I'm hoping some talented coders will take on support for this wonderful mod, I don't remember why Coroner isn't supporting this so much any more but I'm sure he has a very good reason. Perhaps when some talented coders get involved your idea could be implemented.

Sorry sweetie, wish I could be of more help.
Alice x

Alice,

Thank you for taking the time to look into this and reply back.

I have posted in the paid request forum and have a gotten a couple of replies, hopefully this works out.

I dont know whats up with Coroner either, hopefully (s)he is alright, but thank you again for your assistance

tomshawk 05-27-2010 07:02 PM

This also does not work with vbulletin 4.0.2 PL2

:(

Scalemotorcars 06-23-2010 06:28 PM

Anyone using this on 4.0.4?

AliceHoward 06-23-2010 09:41 PM

Quote:

Originally Posted by Scalemotorcars (Post 2058357)
Anyone using this on 4.0.4?

Yes, I have it running very well with vB4.0.4. :)

v2b4vn 06-24-2010 07:43 AM

I have problem with vb 4.0.4 PL1 :

After install this mod , appear 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 434

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

v2b4vn 06-25-2010 04:32 AM

Can anyone help me?

Scalemotorcars 06-25-2010 05:16 AM

Quote:

Originally Posted by v2b4vn (Post 2058647)
I have problem with vb 4.0.4 PL1 :

After install this mod , appear warnning :



please help me !

I got the ame thing with the new release.

monkeyboy1916 06-25-2010 07:22 AM

Quote:

Originally Posted by v2b4vn (Post 2058647)
I have problem with vb 4.0.4 PL1 :

After install this mod , appear warnning :



please help me !

I'm also having this problem.

yoching 06-28-2010 05:39 AM

Quote:

Originally Posted by v2b4vn (Post 2058647)
I have problem with vb 4.0.4 PL1 :

After install this mod , appear warnning :

please help me !

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'"


AliceHoward 06-28-2010 11:42 AM

Hmmm, I have only just realised the stats are not showing on forumhome any more with vB4.0.4, is anyone else having this problem and if so have you found a work-around?


All times are GMT. The time now is 12:40 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.01351 seconds
  • Memory Usage 1,753KB
  • 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
  • (6)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