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)

Easy5s.net 12-16-2011 10:58 PM

Quote:

Originally Posted by nhawk (Post 2278452)
Until there is some decision on how I can release the mod here, it is released on my site.

http://snogssite.com/showthread.php?...ication-System

Support for it will be given there until such time as I can release it here.

ok, thank you

nacaruncr 12-17-2011 06:31 AM

Thank you very much man :D
Downloaded + Tagged :D

Regards :)

Realystic 12-19-2011 11:47 PM

thank you for update

rfi 01-02-2012 03:57 AM

Quote:

Originally Posted by nhawk (Post 2278452)
Until there is some decision on how I can release the mod here, it is released on my site.

http://snogssite.com/showthread.php?...ication-System

Support for it will be given there until such time as I can release it here.

Installed successfully; now I want to make some changes in it I want to use this system as a library of PDF books. so I need the name accordingly.

where

MOD information= Book Information
modification=Book
The Developer= The Up Loader
Mark as Installed= Mark as Read
Install= Read
vb version= Categories
vbulletion vmale= Help Uploader
Re-useable code= Re-Post able Book


Please help me to alter these changes I shall be really thank to you.

TheSupportForum 01-02-2012 04:19 PM

@rfi

they are phrases

modsystem_mark_installed = Mark as Read
modsystem_reuseable_code = Re-useable code
modsystem_the_developer = The Developer

the xml for this is language_english.xml

to change the phrases do the following

admincp >> Languages & Phrases >>
click Search in phrases

Search for Text : modsystem_mark_installed

this will allow to to change the phrase from Mark as Installed to Mark as Read

i hope this is enough infor to help you seek for the rest of the phrases

rfi 01-02-2012 06:17 PM

Thanks a lot simon it's really helpful I will do the rest :-)

erosolmi 01-02-2012 09:34 PM

First of all thanks for taking care of this fantastic mod and thanks for your work.

I've installed Mod-System under VB 4.1.8 and all was fine until I activated MOTM.
As soon as I've setup all needed fields and forum and activated MOTM I've got this SQL error:
Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SELECT
        SUM(un.mod_nominated) AS ncount,un.threadid,ms.author,t.title
        FROM modsys_user_notification AS un
        LEFT JOIN modsys_settings as ms ON(ms.threadid=un.mod_threadid)
        LEFT JOIN thread AS t ON(t.threadid=un.mod_threadid)
        WHERE un.nominate_date BETWEEN 1325372400 AND 1328050799
        AND ms.motm=0
        GROUP BY un.mod_threadid
        ORDER BY ncount DESC
        LIMIT 5;

MySQL Error  : Unknown column 'un.threadid' in 'field list'
Error Number  : 1054
Request Date  : Monday, January 2nd 2012 @ 02:31:43 PM
Error Date    : Monday, January 2nd 2012 @ 02:31:43 PM
Script        : http://www.thinbasic.com/community/forumdisplay.php?383-Application-of-the-month-(AOTM)
Referrer      : http://www.thinbasic.com/community/forum.php
IP Address    : 79.40.142.97
Username      : ErosOlmi
Classname    : vB_Database
MySQL Version : 4.1.12-nt

I've de-activated MOTM and forum is up and running again (fortunately)
I've tried to get the reason but not able.

I'm the only one having this problem?

Thanks
Eros

TheSupportForum 01-02-2012 11:32 PM

Quote:

Originally Posted by erosolmi (Post 2283156)
First of all thanks for taking care of this fantastic mod and thanks for your work.

I've installed Mod-System under VB 4.1.8 and all was fine until I activated MOTM.
As soon as I've setup all needed fields and forum and activated MOTM I've got this SQL error:
Code:

Database error in vBulletin 4.1.8:

Invalid SQL:
SELECT
        SUM(un.mod_nominated) AS ncount,un.threadid,ms.author,t.title
        FROM modsys_user_notification AS un
        LEFT JOIN modsys_settings as ms ON(ms.threadid=un.mod_threadid)
        LEFT JOIN thread AS t ON(t.threadid=un.mod_threadid)
        WHERE un.nominate_date BETWEEN 1325372400 AND 1328050799
        AND ms.motm=0
        GROUP BY un.mod_threadid
        ORDER BY ncount DESC
        LIMIT 5;

MySQL Error  : Unknown column 'un.threadid' in 'field list'
Error Number  : 1054
Request Date  : Monday, January 2nd 2012 @ 02:31:43 PM
Error Date    : Monday, January 2nd 2012 @ 02:31:43 PM
Script        : http://www.thinbasic.com/community/forumdisplay.php?383-Application-of-the-month-(AOTM)
Referrer      : http://www.thinbasic.com/community/forum.php
IP Address    : 79.40.142.97
Username      : ErosOlmi
Classname    : vB_Database
MySQL Version : 4.1.12-nt

I've de-activated MOTM and forum is up and running again (fortunately)
I've tried to get the reason but not able.

I'm the only one having this problem?

Thanks
Eros

have you set the right Forum ID for MOTM, also not installing or modifying it in debug mode ?

erosolmi 01-03-2012 07:41 AM

1 Attachment(s)
Quote:

Originally Posted by simonhind (Post 2283214)
have you set the right Forum ID for MOTM, also not installing or modifying it in debug mode ?

Yes, I think I've setup all what is needed. See attached images
No debug mode is active as far as I can see.

Here all "Modification system" options are working fine except for MOTM: http://www.thinbasic.com/community/s...5761#post85761

Maybe MySQL version is too old for that query syntax? Official minimum requirement for vBulletin is MySql 4.1.0: https://www.vbulletin.com/faq.php#faq-125

TheSupportForum 01-03-2012 08:50 AM

Quote:

Originally Posted by erosolmi (Post 2283302)
Yes, I think I've setup all what is needed. See attached images
No debug mode is active as far as I can see.

Here all "Modification system" options are working fine except for MOTM: http://www.thinbasic.com/community/s...5761#post85761

Maybe MySQL version is too old for that query syntax? Official minimum requirement for vBulletin is MySql 4.1.0: https://www.vbulletin.com/faq.php#faq-125

looking at the screenshots

i see that the following is set to 0
Coder Mod Forums
Style Mod Forums
Article Forums

also profile Field5 is this set yet with drop down menu with VB versions ?

Bot Username : admin - ensure that that username exists and the correct permissions are set for that user


All times are GMT. The time now is 10:30 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.03694 seconds
  • Memory Usage 1,761KB
  • 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
  • (5)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