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 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?


All times are GMT. The time now is 10:38 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.01275 seconds
  • Memory Usage 1,745KB
  • 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
  • (3)bbcode_php_printable
  • (3)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