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)

Shazz 10-07-2006 05:35 AM

Quote:

Originally Posted by smoknz28
Not sure what you're saying here....are you saying you uninstalled this mod or just the portion for vbAdvanced?



Could you please share the minor change that you did?

Thank you,
Mark

Supported on vBShazz.com

DementedMindz 10-07-2006 01:03 PM

Quote:

Originally Posted by Shazz
Supported on vBShazz.com

what would it be supported there for Shazz? Yes it will work on 3.6.2

Shazz 10-07-2006 02:39 PM

Quote:

Originally Posted by DementedMindz
what would it be supported there for Shazz? Yes it will work on 3.6.2

The changes I did basically...

DementedMindz 10-07-2006 04:48 PM

what changes? your paypal page looks like everyone elses

RobVT 10-09-2006 02:39 AM

Quote:

Originally Posted by chorton
I have it working at www.versionist.com

However the vbadvanced module does not appear to work ...It was throwing up all kinds of errors so i removed it

Same here, only the vba modules is broken. It seems to be looking for a database table that doesn't exist:
Code:

Invalid SQL:
SELECT donor.userid, donor.total, user.username, user.showdonor
                FROM donation_donors AS donor
                LEFT JOIN user AS user ON(user.userid = donor.userid)
                WHERE donor.userid != '0'
                ORDER BY total DESC
                LIMIT 0,3;

MySQL Error  : Table 'vbforums.donation_donors' doesn't exist

:(

DementedMindz 10-09-2006 03:01 AM

RobVT you better look at what you installed cause the module has no sql code in it at all. I made most of the code so I know.

Billspaintball 10-13-2006 12:56 AM

Quote:

Originally Posted by bluegum
this part was ez
but where do i change it to us dollars?
is theresomething on the back end of vb that i need to adjust these settings in?

You change your default currency in the donations section of the Admin CP

Billspaintball 10-13-2006 01:12 AM

Quote:

Originally Posted by RobVT
Same here, only the vba modules is broken. It seems to be looking for a database table that doesn't exist:

I havent released a version that uses a database yet.... :confused:

Shazz 10-13-2006 01:42 AM

It works though www.vBShazz.com
Works flawless

exilera 10-13-2006 03:12 AM

I'm trying to modify the submit button to just show a button based on the css class .button. Here's what I have so far for the code:

Code:

  <div align="center"><input type="button" src="$buttontype" class="button" value="Donate" title="Thank you for supporting the SwingDC community!" />
The button shows up nicely, but it doesn't do anything when you click on it. What do I have to change in the code above to make the button work? :)

Thanks!


All times are GMT. The time now is 01:53 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.01470 seconds
  • Memory Usage 1,739KB
  • 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
  • (6)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