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)

DementedMindz 03-17-2006 07:29 PM

that is his navbar code he showed me... where do you want to add the code to?

DementedMindz 03-17-2006 07:32 PM

cause you can make it in block form like i did or you can do that on the navbar...

mugz 03-17-2006 09:50 PM

i like the block form idea

DementedMindz 03-17-2006 09:53 PM

Screenshots are on my post of the hack.... that is in block form for vbadvanced Trickle also posted shots of his with the code he provided

mugz 03-17-2006 10:29 PM

ok well how do i add the code as im new to vb? i guess its in the admin control pannel?

oh i dont have vba and dont want to add this to my forum i just want to add some thing like this to my forum

dirtycrow 03-18-2006 07:31 PM

this is great and i will install it as soon as it ties in with paid subs.

Krahl 03-30-2006 11:22 AM

Excellent add-on, totally appreciated!

How can we make this so that the user can input their own value? I'd love to have a mix of "suggested" donation levels but also allow the user to type in their own chosen amount. Any thoughts?

Thanks!

DementedMindz 03-30-2006 12:00 PM

thanks :) click install also.... ill be working on it soon i have a few ideas

Krahl 03-30-2006 01:47 PM

Demented... over on vBa "Ozzie" posted that he'd removed the following code from the module, which removed all of the selection bits. Would this work in such a way that it will allow the user to enter their own amount?

Code:

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but04.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">

Thanks a ton for the support of this module.

DementedMindz 03-30-2006 02:03 PM

no that wont look at the second image attached you may want to use that one... it will allow the user to manually enter in there amount

Ziki 04-11-2006 07:47 PM

<font color="Lime">~Ziki clicks install and can finaly receive money</font>

DjTaz 05-13-2006 06:57 AM

Is there any reason that this wont show in my VBA page after an install ? Its showing on the admin cp and i tried moving it to different columns - I only just installed VBAdvanced myself so im not 100% sure on how it all works yet , but from what i can see the module is installed and the templates are there and it is active , but its still not showing on the main page for me :s

DementedMindz 05-13-2006 11:53 AM

did you set the usergroup permissions for the module?

Zowners 05-30-2006 10:50 AM

Installed!

Thanks a lot :)

clearchannel 06-27-2006 08:45 PM

I have a stupid question. My donations are trying to add a shipping charge. I guess this has to do with paypal?

DementedMindz 06-27-2006 08:47 PM

how are they adding a shiping charge when someone donates? please click install also..

clearchannel 06-28-2006 12:08 AM

Here's how to fix the problem. Between the form tags, add the discolored code:

Code:

<input type="text" name="amount" size="6" value="$0.00" />
  <input type="hidden" name="cmd" value="_xclick" />
  <input type="hidden" name="business" value="domain@yours.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" />
  <input type="hidden" name="shipping" value="0.00">
  <input type="hidden" name="shipping2" value="2.00">

This will override shipping that you may charge for items actually sold on your site.

I changed the value from 5.00 bucks to zero so people don't think I'm looking for a 5 buck donation, your welcome to change it to whatever you want.

I clicked install moments after my last post.

DementedMindz 06-28-2006 01:16 AM

sorry i wasnt sure what you ment i thought you ment when they donated they were being charged shipping.. do you run vbadvanced?

evesve 06-28-2006 10:35 AM

I made a template with "WebTemplates 3.5.x: VB Integrated CMS (Content Management System)"
Perfect for us without vBa! Works Fine!

clearchannel 06-29-2006 09:46 PM

Quote:

Originally Posted by DementedMindz
sorry i wasnt sure what you ment i thought you ment when they donated they were being charged shipping.. do you run vbadvanced?

Yes, I have this installed on my vbadvanced cmps page.

I got this directly from the paypal site
Quote:

Shipping will only be applied to all PayPal Shopping Cart Purchases, Buy Now Buttons, and Donations. Shipping will not be applied to payments made with PayPal Subscriptions and Recurring Payments, Winning Buyer Notification, or Instant Purchase (for eBay listings).
When I installed the code, and attempted to make a test donation, it added 10% of the donation in shipping costs. I guess you could omit the two lines of code I provided, and get an extra dime for every dollar donated....LOL

DementedMindz 06-29-2006 09:55 PM

lol yes you could do that if you wanted but i just keep it stock this way when there given 5 they give 5

good2laugh 08-10-2006 08:30 PM

I'm still a bit lost with org navigation my brain is frazzled trying to find stuff lol. I'm sure I'll sus it out sooner or later. :)

Anyhoo Found this, and it looks cool. I just wondered if it would work with 3.6..

DementedMindz 08-11-2006 02:00 AM

It will work on any vbulletin version as long as you have vbadvanced installed.

JuGgOlOw22 08-16-2006 02:06 AM

How do u add the modual

bandare 08-30-2006 04:49 PM

For some reason I cant get the mod to show in my vbadvanced. I have changed the permissions so all groups can see it. Is there something I am missing... am running 3.6 and vba 2.*

DementedMindz 08-30-2006 05:36 PM

How did you install it? via the zip or manually? are you using module shell template

bandare 08-30-2006 05:40 PM

I took the donations module from here: https://vborg.vbsupport.ru/showthread.php?t=123181. After installing the module, I then came to your page and copied the code as you recommended to the paypal template.

Just nothing shows at all. In the admin CP for vba in edit modules it is there, but not on the page at all.....

DementedMindz 08-30-2006 05:43 PM

yeah you shouldnt use that module and this code. remove the module and make sure you do like i have listed just follow my steps and it will work well i have 2 options by the way so its just a matter of the look you want.

TYorke 12-15-2006 12:00 PM

instead of 0.00 $vboptions[billspp_defaultamount] should be used to make it fully compatible with Paypal Easy Donate product.

DementedMindz 12-15-2006 12:07 PM

If you look on that thread you will see it is. there is a module there that is the same that works that i gave to bill to use.

TheWhite 12-23-2006 02:56 AM

great mod

DementedMindz 12-23-2006 02:57 AM

Thank You :)

SLY LS1 06-01-2007 01:53 PM

Installed

Cheers

DementedMindz 06-01-2007 04:47 PM

nice to see you install without clicking install ;)

elpadrecito 06-20-2007 04:18 PM

Hey, I did it! Excellent!

wengi 07-22-2007 08:04 AM

For some reason its not showing on the portal and i have re checked all settings but still not showing :confused:

Here is wth i did

New template in skin

Code:

<tr>
 <td class="$bgclass">
<div align="center"><span class="smallfont">If You Like This Website, And Would Like To Give Something In Return, You Can Make A Donation. Your Donation Will Be Used To Pay For Hosting Service, Domain, And Maintenance Costs Only!</span></div>
<br />
<form action="https://www.paypal.com/cgi-bin/webscr" target="_blank" method="post">
  <div align="center">$
  <input type="text" name="amount" size="6" value="5.00" />
  <input type="hidden" name="cmd" value="_xclick" />
  <input type="hidden" name="business" value="youremail@whatever.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" />
  </div>
<br />
<br />
<div align="center"><span class="smallfont">Select Your Donation Amount And Then Press The Donate Button.</span></div>
<br />
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<br />
  <div align="center"><input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" alt="Make payments with PayPal - it's fast, free and secure!" /><br /><br /></div></fieldset>
  </form>
  </td>
</tr>

CHANGED THE EMAIL AS WELL
Code:

"youremail@whatever.com"
than added the module template

Code:

Module Title: Donations
Template to Include: adv_portal_paypal
Use Module Shell Template : yes
Title Row Colspan: 1


But Not showing ..... anyone has an idea of wth have i made wrong in this


Regadrs
Wengi:confused:

Chance4Today 12-19-2007 02:01 PM

I am glad that this works on 3.7

Bree 01-12-2008 09:47 PM

Wengi, did you enable the module on the portal page? And make sure the template was installed on the correct style. Other than that I have no clue, sorry =0(

I got this to work on vBulletin 3.7 and the newest CMPS no problems... Thanks a bunch!

Always, Bree

synisterk 02-12-2008 05:11 PM

Installed=) Great hack....and the module works great!!!

bainsey 02-27-2008 05:50 PM

amazing addon, clicked install.


All times are GMT. The time now is 10:42 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.01427 seconds
  • Memory Usage 1,810KB
  • 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
  • (5)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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