The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
|||
|
|||
![]()
Please ask this at vB.com or check the vB.com Bug Tracker.
|
#22
|
|||
|
|||
![]()
None of this still works
![]() |
#23
|
|||
|
|||
![]()
Here is what I did to add in an "unsupported" currency into the subscriptions:-
Do this edit contributed by tokenyank below:- Quote:
Edit /includes/class_paid_subscriptions as follows :- Find: Code:
var $_CURRENCYSYMBOLS = array( 'usd' => 'US$', 'gbp' => '£', 'eur' => '€', 'cad' => 'CA$', 'aud' => 'AU$', Code:
var $_CURRENCYSYMBOLS = array( 'usd' => 'US$', 'gbp' => '£', 'eur' => '€', 'nzd' => 'NZD, 'aud' => 'AU$', Hope this works for you. |
#24
|
||||
|
||||
![]()
Just a small note, your last edit would cause an error, you're missing a single quote on the end of "NZD". Also, using your edits, you could have added an extra array value instead of replacing the CAD one.
|
#25
|
|||
|
|||
![]()
I did all of this, but this bit here:
In includes/paymentapi/*whichever-gateway-you-want-to-use.php* doesn't exist - the bits to edit. So what do i need to edit in there? Using 3.8.0 |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|