vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   BB Code Enhancements - Modification System (https://vborg.vbsupport.ru/showthread.php?t=203028)

macc 03-31-2009 09:17 AM

that problem is fixed- thanks to coroner -

mod usercp icons caused problem ... unistalle this mod and get donation options in usercp!

thanks and regards

macc


have one small problem also - when will edit mod-post -and after saved - if there is some image in post - that destroy all codes in post ?
some help ?

macc

Idawg 03-31-2009 10:09 PM

I have a question...

I am the main admin on a fansite. Can I use this for uploaded pictures and stories?? And where would I change Mod of the month to Picture / Story of the month??

Phantasmagoric 04-10-2009 10:02 AM

Hi Coroner,
I have had the crawl-8.cuill.com bot trying to access the
Code:

Mod System - install Mod
by reading this file:
Code:

modsystem_miscactions.php
Do we need to keep that file on our server, seems like a potential security problem as a bot is trying to run the install via this file, and it's doing it numerous times every day.

How concerned should I be about this bots behaviour with that file?

Coroner 04-10-2009 11:16 AM

Code:

if (empty ($vbulletin->userinfo['userid']))
{
        print_no_permission ();
}

This code is inside this PHP - so, no BOT can do anything !?

ph03nIX 04-13-2009 11:48 PM

I am not sure if you plan on adding any more feature to this mod but if you do then I'd just like to throw a suggestion out there. An option to be able to add or remove stuff from the “Edit Modification Settings” page like “SQL” and “Plugin,” etc. An option to be able to add more or remove these would be great.

Either way, great mod. :up:

Pcwolfx? 04-19-2009 08:10 AM

whre install link in mods?

metalguy639 05-08-2009 05:48 PM

Love this mod, but please correct the spelling mistakes. :)

Licence should be License. Thanks

metalguy639 05-14-2009 02:53 AM

Is it possible to make this where when it asks for the mod version number that instead of a drop down this can be a blank field that members just fill in the version number? The forum I'm going to be running this on does all kinds of mods for all kinds of scripts not just vbulletin. Can you tell me what to change to get it to do this?

Thanks
Damien

metalguy639 05-15-2009 02:49 AM

Quote:

Originally Posted by metalguy639 (Post 1810456)
Is it possible to make this where when it asks for the mod version number that instead of a drop down this can be a blank field that members just fill in the version number? The forum I'm going to be running this on does all kinds of mods for all kinds of scripts not just vbulletin. Can you tell me what to change to get it to do this?

Thanks
Damien

Nevermind, I figured it out myself :D For those of you who might want to do this here's how:

1. Login to your admincp & scroll to "Styles & Templates" find "Style Management" and click on it. Find the skin you have this mod installed on and click on the drop down to get the "Edit Templates" options & choose it.
2. Expand the templates & scroll down to wehre you see the modsystem_post_settings template - double click on it to open.

FIND:

Code:

<fieldset class="fieldset">
      <legend>$vbphrase[modsystem_editmod_versions]</legend>
      <div style="padding:3px">
      $vbphrase[modsystem_editmod_version]:
      <select name="mod_vbversion">
        $version_options
      </select>
      </div>
    </fieldset>

Replace With:

Code:

<fieldset class="fieldset">
      <legend>Mod/Style Version</legend>
      <div style="padding:3px">
      Software Version: <input type="text" name="mod_vbversion" value="$thread[mod_vbversion]" class="bginput" />
      </div>
    </fieldset>

You can change the parts in red to be whatever you want them to be. Ultimately you can also change these in the phrases and not change the names from the phrases if you like. Its up to you. I just changed it in the code because it was here & easier to do right then.

If you were to keep the phrases in tact then the replacement code would look like this:


Code:

<fieldset class="fieldset">
      <legend>$vbphrase[modsystem_editmod_versions]</legend>
      <div style="padding:3px">
      $vbphrase[modsystem_editmod_version]: <input type="text" name="mod_vbversion" value="$thread[mod_vbversion]" class="bginput" />
      </div>
    </fieldset>

I tested it and it works just fine and renders the correct version number that I put into the post. :D

Silver Tiger 05-19-2009 02:22 AM

Can someone show me how to change the check box field? Like it says "supported" I want to change it to "Paypal"?

I want to actually change a few things, so if someone could help me out, I would be thankful.

Please help :(


All times are GMT. The time now is 01:19 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.01113 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
  • (6)bbcode_code_printable
  • (1)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
  • (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