vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Paypal Module (dropdown) On vBa CMPS (https://vborg.vbsupport.ru/showthread.php?t=105276)

animehawk 02-22-2006 05:18 PM

*Installed*

Thanks.

Trickle 03-13-2006 11:38 PM

Quote:

Originally Posted by DruidToolz
yeah but what if someone doesn't want to add vba to there forum and just want to install the paypal module

how would someone would be able to do that...


This is what I added to my navbar 2 template. You don't need CMPS for this paypal to work. All the credit goes to DementedMindz really, I just tweaked it a little. DementedMindz, if it's not cool then tell me and I'll take this down. Don't forget to change the your@site.com to your real paypal email address.


Code:

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"

style="border-top-width:0px">
        <tr align="center">       

<!-- Home link in navbar non drop down menu -->
                <td class="vbmenu_control"><a href="/index.php?$session[sessionurl]">Home</a></td>
<!-- / Home link in navbar non drop down menu -->

<!-- Forum link in navbar non drop down menu -->
                <td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Forums</a></td>
<!-- / Forum link in navbar non drop down menu -->

<!-- Setup for drop down menu #1 in navbar -->
<td id="dropdown1" class="vbmenu_control"><a href="#dropdown1">Donate</a> <script type="text/javascript">

vbmenu_register("dropdown1"); </script></td>
<!-- / Setup for down menu #1 in navbar-->

        </tr>
        </table>
</div>

<!-- / nav buttons bar -->

<!-- NAVBAR POPUP MENUS -->
       
<!-- Drop down for menu #1 in navbar-->
        <div class="vbmenu_popup" id="dropdown1_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr><td class="thead">Donate</a></td></tr>
               
<tr>
 <td class="$bgclass">
<br />
<center>
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="your@site.com" />
<input type="hidden" name="item_name" value="Website Support Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
$<SELECT NAME="amount">
<OPTION value="1.00">1.00</option>
<OPTION value="2.00">2.00</option>
<OPTION value="3.00">3.00</option>
<OPTION value="4.00">4.00</option>
<OPTION value="5.00">5.00</option>
<OPTION value="10.00">10.00</option>
<OPTION value="20.00">20.00</option>
<OPTION value="25.00">25.00</option>
<OPTION value="50.00">50.00</option>
<OPTION value="100.00">100.00</option>
</SELECT>
<br /><br />
<center><span class="smallfont">Select your donation amount<br /> & press the Donate button.</span></center>
<br />
<tr>
  <td class="$getbgrow" align="center"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
  <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0"></a>
<br /><br />
  </td>
</tr>



</table>
</div>
<!-- / Drop down for menu #1 in navbar-->

<!-- / NAVBAR POPUP MENUS -->


DementedMindz 03-13-2006 11:54 PM

Trickle do you have any screen shots of it? also i would never tell you to take it down cause anything to help out everyone is fine by me :)

Trickle 03-14-2006 04:17 PM

I've attached 2 pics, one where the hack is actually on my CMPS page and the second I went to the arcade page to demonstrate how I can still donate by clicking on the donate button on my second navbar at the top right. Even if you don't use a second navbar you can still use your code and place in on the original navbar.

Trickle

DementedMindz 03-14-2006 04:22 PM

ahhh i see thats tight i like that too i didnt even think of that :) make sure you click install too

Trickle 03-14-2006 08:30 PM

My bad <click>

Trickle

Hornstar 03-15-2006 07:27 PM

How would you get this to work on the navbar as well, this is exactly what i want. Thanks installed on portal.

DementedMindz 03-15-2006 07:33 PM

to be honest i havent tried his yet but give me like a hour and ill try it or if he comes back he might be able to tell you but ill try it really soon just uploading some stuff right now

Trickle 03-16-2006 03:15 AM

Quote:

Originally Posted by hornstar1337
How would you get this to work on the navbar as well, this is exactly what i want. Thanks installed on portal.


Tell me what you want on your navbar like home, memberslist..... and I'll put the donate in for you. Is this going on the original navbar or do you have a second navbar as well?

Trickle

mugz 03-17-2006 07:03 PM

Quote:

Originally Posted by Trickle
This is what I added to my navbar 2 template. You don't need CMPS for this paypal to work. All the credit goes to DementedMindz really, I just tweaked it a little. DementedMindz, if it's not cool then tell me and I'll take this down. Don't forget to change the your@site.com to your real paypal email address.


Code:

<!-- nav buttons bar -->
<div align="center">
        <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center"

style="border-top-width:0px">
        <tr align="center">       

<!-- Home link in navbar non drop down menu -->
                <td class="vbmenu_control"><a href="/index.php?$session[sessionurl]">Home</a></td>
<!-- / Home link in navbar non drop down menu -->

<!-- Forum link in navbar non drop down menu -->
                <td class="vbmenu_control"><a href="/forum/index.php?$session[sessionurl]">Forums</a></td>
<!-- / Forum link in navbar non drop down menu -->

<!-- Setup for drop down menu #1 in navbar -->
<td id="dropdown1" class="vbmenu_control"><a href="#dropdown1">Donate</a> <script type="text/javascript">

vbmenu_register("dropdown1"); </script></td>
<!-- / Setup for down menu #1 in navbar-->

        </tr>
        </table>
</div>

<!-- / nav buttons bar -->

<!-- NAVBAR POPUP MENUS -->
       
<!-- Drop down for menu #1 in navbar-->
        <div class="vbmenu_popup" id="dropdown1_menu" style="display:none">
                <table cellpadding="4" cellspacing="1" border="0">
                <tr><td class="thead">Donate</a></td></tr>
               
<tr>
 <td class="$bgclass">
<br />
<center>
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value="your@site.com" />
<input type="hidden" name="item_name" value="Website Support Donation" />
<input type="hidden" name="no_note" value="1" />
<input type="hidden" name="currency_code" value="USD" />
<input type="hidden" name="tax" value="0" />
$<SELECT NAME="amount">
<OPTION value="1.00">1.00</option>
<OPTION value="2.00">2.00</option>
<OPTION value="3.00">3.00</option>
<OPTION value="4.00">4.00</option>
<OPTION value="5.00">5.00</option>
<OPTION value="10.00">10.00</option>
<OPTION value="20.00">20.00</option>
<OPTION value="25.00">25.00</option>
<OPTION value="50.00">50.00</option>
<OPTION value="100.00">100.00</option>
</SELECT>
<br /><br />
<center><span class="smallfont">Select your donation amount<br /> & press the Donate button.</span></center>
<br />
<tr>
  <td class="$getbgrow" align="center"><span class="smallfont">
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
  <input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0"></a>
<br /><br />
  </td>
</tr>



</table>
</div>
<!-- / Drop down for menu #1 in navbar-->

<!-- / NAVBAR POPUP MENUS -->


ware do i add this code to i looked in the admin control pannel and could not find it?


All times are GMT. The time now is 10:37 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.01257 seconds
  • Memory Usage 1,768KB
  • 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_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