vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Miscellaneous Hacks - VSa - PayPal Donate (https://vborg.vbsupport.ru/showthread.php?t=236480)

Spika 04-23-2013 12:38 PM

Problem with format date persist %d-%b-%Y

Uninstalled

commonwealth 05-02-2013 07:31 PM

Is this application being supported anymore?

zzSQL 05-08-2013 01:22 AM

What does "enable hack" mean?

Don't like the sound of that on my forum lol

Hippy 05-09-2013 09:34 PM

Quote:

Originally Posted by zzSQL (Post 2420620)
What does "enable hack" mean?

Don't like the sound of that on my forum lol

back in the day all mods where called hack..
because you had to add code to files..
so you where hacking / adding code that was not original to the file..

now they are mods
because of the way they are implemented to the board software.
some authors still use hack instead of mod...

that's a fast run through

basically your enabling the mod / addon

mc0676 05-30-2013 08:02 AM

He guys, i need to place the bar in the footer and not under navbar.
Which is the short key that i've to use to place it where i want in forum home ?

Pittski 06-03-2013 05:11 PM

The fill color on my donation bar is no longer there. When I set the color up in the Admin options nothing happens. :(

Edit: NVM Figured out, The new options in .0.3 overrides the original options. Forcing you to use the new ones.

moonclamp 06-17-2013 08:56 PM

Has the recurring subscription issue been sorted out yet?

IE, I'd like the 5|12 option to "donate £5 per month for 12 months", not £5 every 12 months x 12 times (as is currently happening).

MonkYZ 06-19-2013 01:11 PM

Guys, how can i setup the PayPal Donate Donation Bar to show only on the Blogs and Donations page?

I don't understand why it's also showing on the ChatBox page: http://www.consolegames.ro/forum/misc.php?do=cchatbox

MonkYZ 07-22-2013 06:05 AM

I want to make sone "refunds" and manually add some negative amounts in the donation system. Unfortunately it doesn't allow me to manually enter negative values. Is there any way to change this?

Badhabitz 09-10-2013 08:08 PM

Quote:

Originally Posted by moonclamp (Post 2428790)
Has the recurring subscription issue been sorted out yet?

IE, I'd like the 5|12 option to "donate ?5 per month for 12 months", not ?5 every 12 months x 12 times (as is currently happening).

In the XML file change

Code:

$vsapp_ppurl .= '&p3='.$vsapp_get_amount[1];

to


Code:

$vsapp_ppurl .= '&p3=1';
&p3=1

So the 1 is how many months so you could change it to 2 3 etc. Of course if you do this is will make all subscription the same amount of months.


You can also change

Code:

$vsapp_ppurl .= '&t3=M';
to

Code:

$vsapp_ppurl .= '&t3=D';
And this would change it to days instead of months.


Just reimport the XML file through the admin panel and your done.


Hope that helps


All times are GMT. The time now is 11:52 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.02077 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
  • (4)bbcode_code_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