vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - PayPal Easy Donate - vB 3.6 (https://vborg.vbsupport.ru/showthread.php?t=123181)

jellybeanz 10-13-2006 01:33 PM

Would it be hard to add who donated and how much? I'm sure that would require use of the database but I like your simple and clean hack. Plus I'm not sure if this hack (https://vborg.vbsupport.ru/showthread.php?t=91567) is compatible with 3.6.2. If it's too much to add then I understand just thought I would ask.

mrkhm 10-17-2006 08:12 AM

had to get my head around the whole vba installation as vb is new to me, but got there in the end, and this is a very professional appeal for donations, well done, nice one.

tjmack 10-18-2006 08:42 PM

Is there a good mod for 3.6.x to mark someone as a contributor/donator.

I just want something that highlights them in their posts.

T.

Hull Driver 10-20-2006 11:51 AM

Thanks for your mod, installed with no problems :D

Billspaintball 11-02-2006 12:54 AM

Quote:

Originally Posted by tjmack
Is there a good mod for 3.6.x to mark someone as a contributor/donator.

I just want something that highlights them in their posts.

T.

Not yet afaik.

Next version of this will but that is a little way off yet.

zooki 11-03-2006 06:23 PM

When i put in a donation amount and it takes me to paypal, it also adds Postage And packing, how can i stop it doing that?

Shazz 11-03-2006 08:44 PM

That is interesting, Ive noticed that as well, i guess its just the type of purchase

Billspaintball 11-07-2006 12:26 PM

Quote:

Originally Posted by zooki
When i put in a donation amount and it takes me to paypal, it also adds Postage And packing, how can i stop it doing that?

Edit the template called billspp_main

Find
PHP Code:

<input type="hidden" name="tax" value="0" /> 

and underneath that add
PHP Code:

<input type=?hiddenname=?no_shippingvalue=?1? /> 

I havent tested it, but that should do it.
(I will add it properly to the next version.)

NiTRoN 11-09-2006 08:32 AM

donations module has one error..

edit donation.module and search for

PHP Code:

<input type="hidden" name="item_name" value=

and replace whole line with ...

PHP Code:

<input type="hidden" name="item_name" value="$vboptions[billspp_payfor]/> 

is correct..

the other one places your userid.. instead the "Donation Description from settings"

farooqaaa 11-09-2006 01:44 PM

w00t,!!! this is the one i was looking for :).

*installed/downlaoded.


All times are GMT. The time now is 01:46 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.01411 seconds
  • Memory Usage 1,742KB
  • 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
  • (4)bbcode_php_printable
  • (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