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?

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

AliceHoward 07-10-2010 07:39 AM

Quote:

Originally Posted by Coroner (Post 2067151)
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.

Yes, I had this running beautifully in an old database on another site but I have just installed t on a fresh 4.0.4 Pl1 vB Install and the stats just aren't there. I guess I must have done something wrong, sorry to trouble you sweetie.

Coroner 07-10-2010 12:07 PM

Honey, do you have a least (a minumum is required) 1 modification thread running ?

ALBCODERS 07-10-2010 01:43 PM

Quote:

Originally Posted by RedHacker (Post 1992973)
And i cant edit settings show 404.error

Same here! and Thankyou for this great MOD.
I am waiting for the final :) Installed.

AliceHoward 07-10-2010 02:34 PM

Quote:

Originally Posted by Coroner (Post 2067228)
Honey, do you have a least (a minumum is required) 1 modification thread running ?

Hi sweetie, yes, I have 66 Styles using the ModSystem, if you like you can see them here:
http://www.styleorigin.com/bom/forum...had-it-so-good

I have run through the readme over and again, I am 99.9*% sure I have everything right, I must have messed up something in my custom Skin layout, I am currently looking into this.

AliceHoward 07-10-2010 03:17 PM

Nah, I got nothing going, I am just going to have to live without the stats I guess, this is still the most awesome mod for vB EVER, you're wonderful Coroner, thank you for this mod and all your amazing help.

Alice x

cloferba 07-15-2010 12:30 AM

so..now this work with vbulletin 4.0.5?

MaryTheG(r)eek 07-20-2010 10:09 AM

If you've styling issues on view page (eg bullet lists), then change the template modsystem_post.

Search for:
Code:

<div id="post_message_{vb:raw post.postid}">{vb:raw post.message}</div><br />
Replace with:
Code:

<div id="post_message_{vb:raw post.postid}">
      <blockquote class="restore">
      {vb:raw post.message}
      </blockquote>
      </div><br />

Nice mod!!

Maria

renlok 07-23-2010 01:46 PM

the download check thing is not working anymore and ive found its because the $attachmentinfo['threadid'] is not being set so i added a plugin to attachment_start
with the code
PHP Code:

$hook_query_joins "LEFT JOIN " TABLE_PREFIX "thread AS t ON (a.contentid = t.firstpostid)";
$hook_query_fields ", t.threadid"

but its still not being set :s

xtremecoders 08-07-2010 03:42 PM

Installed fine on vb 4.0.5 and until now i didn't found something wrong.

This hack will used on General MOD system like Firmware mods - Optware Mods etc.

Thanks Coroner for this nice Product.

kersti 08-10-2010 12:28 PM

Last time I installed this (3.8x) I ended up uninstalling because "mod" is not suitable for my forum. Before I install again, is this (ie the titles) and the variables such as "supported and in beta" something that I can modify via admin or would I need to modify in the files before I install?

RobbieZ 08-10-2010 12:41 PM

Quote:

Originally Posted by kersti (Post 2081710)
Last time I installed this (3.8x) I ended up uninstalling because "mod" is not suitable for my forum. Before I install again, is this (ie the titles) and the variables such as "supported and in beta" something that I can modify via admin or would I need to modify in the files before I install?

Exactly. I dont need that second page and would rather customize it to my board. The Mod of the month option is the only thing I really require and chnage it to Thread of the month etc.

transpetaflops 08-24-2010 02:53 PM

Is there a way to have the number of installs displayed in the threadview and make it sortable, just like they do it here on vbulletin.org?

yanref 08-31-2010 07:13 PM

installed on 4.06, but have problems? i get this.
Quote:

arning: require_once([path]/includes/functions_post_thanks.php) [function.require-once]: failed to open stream: No such file or directory in [path]/showthread.php(1024) : eval()'d code on line 121

Fatal error: require_once() [function.require]: Failed opening required '/home/content/51/6565551/html/includes/functions_post_thanks.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/51/6565551/html/showthread.php(1024) : eval()'d code on line 121
im sure i have installed correctly, this error is given only on the forum selected for the mod.


its ok, now fixed.

Wird0 10-08-2010 05:08 PM

Installed in 4.07. Am i rite that members cant tag a mod like we can tag a mod on vb.org? Is not, that would be nice to have.

kersti 10-20-2010 11:04 AM

Quote:

Originally Posted by kersti (Post 2081710)
Last time I installed this (3.8x) I ended up uninstalling because "mod" is not suitable for my forum. Before I install again, is this (ie the titles) and the variables such as "supported and in beta" something that I can modify via admin or would I need to modify in the files before I install?

Anyone able to answer this one? I would have thought that anyone who has installed it would be able to answer

Teascu Dorin 10-21-2010 05:09 PM

I have installed on vB 4.0.8 but it seems is not quite working!
->

http://img840.imageshack.us/img840/7382/errororwhat.png

dmm2020 10-30-2010 04:18 AM

Error after upgrading to vb 4.0.8:
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

How do I fix?

Taurus1 10-31-2010 03:41 AM

Quote:

Originally Posted by kersti (Post 2111999)
Anyone able to answer this one? I would have thought that anyone who has installed it would be able to answer

You can edit everything in Phrases.

Taurus1 11-03-2010 12:51 PM

Did anyone get the stats showing?

And also, I cannot get the MOTM working. It does not create a thread with a poll. Nothing. Everything is set up correctly.
Nothing shows up on my CMS page also.
I hope someone can help.

Thanks.

nacaruncr 12-06-2010 09:12 PM

how I can put in the title of the item displayed at Mark as Installed (Installed) and Downloaded??
because even though you can not find a look ... I could lend a hand?
vb.4.0.3 use


All times are GMT. The time now is 12:58 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.01690 seconds
  • Memory Usage 1,873KB
  • 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
  • (17)bbcode_php_printable
  • (19)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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