vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Modification System (https://vborg.vbsupport.ru/showthread.php?t=191465)

germinus 09-29-2008 06:24 PM

I did have this working and then my host changed nameservers , I assume he changed servers and now this is not working, I have uninstalled it and re installed it about 10 times now and nothing, all settings are correct yet it just doesnt show in the forum, you get all the different options you can select when adding a new mod but once posted there is nothing it just looks like a normal post. I am useing TMS so I know the template edits are fine. I also notice that you cant change the settings via the mod options in admincp (left side) I have to go into vbulletin options and scroll down the list until I get to the mod system and change the settings. If I try to do it from the left side I just get a blank page

germinus 09-29-2008 06:31 PM

Never mind, I forgot that this mod does not work with chief 1st post

puertoblack2003 09-29-2008 10:08 PM

for those that are not using the TM hack.
there are two more template edits that wasn't in the original read me files and this is needed to have the ajax feature to work without the redirect message for the install and uninstall feature ,and also the paypal feature too to enter the amount.
================================================== ======================
showthread template:

find: <head>

Underneath add:

<!-- Hack System -->
<script type="text/javascript">
<!--
var bottomdiv_installed = '$vbphrase[modsystem_mark_installed]';
var bottomdiv_uninstalled = '$vbphrase[modsystem_mark_uninstalled]';
var bottomdiv_to_receive = '$vbphrase[modsystem_mod_to_reveive]';
var nombottomDiv_nominate_a = '$vbphrase[modsystem_nom_nominate_a]';
var nombottomDiv_nominate_b = '$vbphrase[modsystem_nom_nominate_b]';
var nombottomDiv_unnominate_a = '$vbphrase[modsystem_nom_unnominate_a]';
var nombottomDiv_unnominate_b = '$vbphrase[modsystem_nom_unnominate_b]';
var nomsideDiv_nominate = '$vbphrase[modsystem_nominate_motm]';
var nomsideDiv_nominate_clear = '$vbphrase[modsystem_nominate_motm_clear]';
var threadInstalled_installed = '$vbphrase[modsystem_thread_installed]';
var threadInstalled_uninstalled = '$vbphrase[modsystem_thread_uninstalled]';

script = "showthread";
userid = "$developer";
forumid = "$thread[forumid]";
threadid = "$thread[threadid]";
authorid = "$developer";
// -->
</script>
<script type="text/javascript" src="clientscript/modsystem_miscactions.js?v=$vboptions[simpleversion]"></script>
<!-- /Hack System -->

Find: <!-- / popup menu contents -->

add above:

<!-- donate menu -->
<div class="vbmenu_popup" id="moddonate_menu" style="display:none">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="$paypal_email" />
<input type="hidden" name="page_style" value="$paypal_style" />
<input type="hidden" name="no_shipping" value="1" />
<input type="hidden" name="shipping" value="0.00" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="return" value="$vboptions[bburl]/showthread.php?t=$thread[threadid]" />
<input type="hidden" name="cancel_return" value="$vboptions[bburl]/showthread.php?t=$thread[threadid]" />
<input type="hidden" name="tax" value="0" />
<input type="hidden" name="item_name" value="$paypal_title" />
<input type="hidden" name="on0" value="From" />
<input type="hidden" name="os0" value="$developer ($threadid) / Postid: $paypal_postid / $vboptions[bburl]/" />
<input type="hidden" name="on1" value="Message" />
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">$vbphrase[modsystem_donate_via_paypal]</td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite">$vbphrase[modsystem_amount]:
<input id="amount" size="10" maxlength="16" name="amount" value="$paypal_amount" type="text" title="$vbphrase[modsystem_amount]" style="width:40px" class="button" /><select name="currency_code" title="$vbphrase[modsystem_usercp_donate_currency]">
<option value="USD"$pp_sel[0]>$vbphrase[modsystem_usercp_donate_currency_USD]</option>
<option value="AUD"$pp_sel[1]>$vbphrase[modsystem_usercp_donate_currency_AUD]</option>
<option value="CAD"$pp_sel[2]>$vbphrase[modsystem_usercp_donate_currency_CAD]</option>
<option value="EUR"$pp_sel[3]>$vbphrase[modsystem_usercp_donate_currency_EUR]</option>
<option value="GBP"$pp_sel[4]>$vbphrase[modsystem_usercp_donate_currency_GBP]</option>
<option value="JPY"$pp_sel[5]>$vbphrase[modsystem_usercp_donate_currency_JPY]</option></select></td>
</tr>
<tr>
<td class="vbmenu_option" title="nohilite" align="left">$vbphrase[modsystem_short_message]:<br /><textarea class="button" name="os1" maxlength="200" rows="2" cols="15" style="width: 98%; overflow: auto" title="$vbphrase[modsystem_short_message]"></textarea>
<div align="center"><input class="button" name="submit" value="$vbphrase[modsystem_donate_now]" type="submit" /></div></td>
</tr>
</table>
</form>
</div>
<!-- / donate menu -->

hope this helps the screen shot works fine on my board and the cache issue i resolved my own way, good luck!!!!!!!!

KrU$ty 09-30-2008 02:20 PM

After installing this mod, i have run into an issue that has broken my whole website. I tried clicking installed or nominate (can't remember which but behaviour would suggest nominate) on a modification i created. It came up with a pop up saying the mod is marked as installed, then another pop up telling me of a duplicate thread.

Now whenever i go to any page on my website (www.eveprovide.com), this redirect popup comes up over and over. I can't even access admin cp without the same issue. Which means i cannot disable or uninstall the hack!

I would suggest you remove this mod from the general public until you actually fix the bugs, or mark it as BETA. Either way, my whole site is totally unusable.

EDIT: Further investigation suggests this issue is generated by multi polls being created in the poll forum. Issue allowed me to view the forum for a while before continuing its behaviour.

Triky 09-30-2008 02:27 PM

KrUsty, to disable plug-ins you can do this: https://vborg.vbsupport.ru/showpost....74&postcount=2.
http://www.vbulletin.com/docs/html/disable_plugins

KrU$ty 09-30-2008 02:44 PM

thanks triky that worked.

Delphiprogrammi 10-01-2008 04:14 PM

Quote:

Originally Posted by KrU$ty (Post 1633906)
After installing this mod, i have run into an issue that has broken my whole website. I tried clicking installed or nominate (can't remember which but behaviour would suggest nominate) on a modification i created. It came up with a pop up saying the mod is marked as installed, then another pop up telling me of a duplicate thread.

Now whenever i go to any page on my website (www.eveprovide.com), this redirect popup comes up over and over. I can't even access admin cp without the same issue. Which means i cannot disable or uninstall the hack!

I would suggest you remove this mod from the general public until you actually fix the bugs, or mark it as BETA. Either way, my whole site is totally unusable.

EDIT: Further investigation suggests this issue is generated by multi polls being created in the poll forum. Issue allowed me to view the forum for a while before continuing its behaviour.

i can confirm this bug moth polls are the cause the board is just flooded with it vBulletin does it's job and tells us it's flood :D

puertoblack2003 10-01-2008 05:32 PM

+3, i confirm this as well so i disable the motm feature till this get resolved, i thought i was going crazy there for a bit, this happened after 12 midnight...:rolleyes:

nightbloom 10-01-2008 07:33 PM

Quote:

Originally Posted by Triky (Post 1633909)

You saved me. lol It tried to make a Mod Of The Month thread, but there werent any entries and it broke my board completely. Thank goodness I remembered that someone had posted a way to disable all the mods so I could get in there and disable this one.

It's a beautiful mod. But it's still really buggy.

samet54 10-02-2008 03:02 PM

language_Türkish pls


All times are GMT. The time now is 08:07 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.01595 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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