Paypal donate module
Forum rules
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look at the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
Topic author - Active Member
- Posts: 8
- Joined: 9. March 2015 12:39
- phpBB.de User: Theelf
- phpBB.com User: Theelf
- Location: East London, England
- Contact:
Paypal donate module
Your Portal Version: 2.1.RC2
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.eastlondonforum.co.uk
PHP Version: 3.1.3
What have you done before the problem was there?
Nothing
What have you already tryed to solve the problem?
Nothing
Description and Message
Is there any way to change the default from Euro to GBP and is there any way to change the words on the module?
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.eastlondonforum.co.uk
PHP Version: 3.1.3
What have you done before the problem was there?
Nothing
What have you already tryed to solve the problem?
Nothing
Description and Message
Is there any way to change the default from Euro to GBP and is there any way to change the words on the module?
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Paypal donate module
Can you choose the module on the portal page.Barryoneoff wrote: Is there any way to change the default from Euro to GBP and is there any way to change the words on the module?
Change text in ---->root/ext/board3/portal/language/en/modules/portal_donation_module.php
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 8
- Joined: 9. March 2015 12:39
- phpBB.de User: Theelf
- phpBB.com User: Theelf
- Location: East London, England
- Contact:
Re: Paypal donate module
Thanks, I will try that.
-
Topic author - Active Member
- Posts: 8
- Joined: 9. March 2015 12:39
- phpBB.de User: Theelf
- phpBB.com User: Theelf
- Location: East London, England
- Contact:
Re: Paypal donate module
Thanks. That worked for the text but I could not find the way to change Euro to GBP as default.
Re: Paypal donate module
you'd have to edit the template file for that.
EDIT:
FIND:
REPLACE WITH:
after doing them edits purge your cache and refresh your theme.
EDIT:
Code: Select all
ext/board3/portal/styles/YOUR_THEME/template/portal/modules/donation_side.html
Code: Select all
<select name="currency_code" class="autowidth">
<option value="USD">USD</option>
<option value="AUD">AUD</option>
<option value="CAD">CAD</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="EUR" selected="selected">EUR</option>
<option value="HKD">HKD</option>
<option value="HUF">HUF</option>
<option value="NZD">NZD</option>
<option value="NOK">NOK</option>
<option value="PLN">PLN</option>
<option value="GBP">GBP</option>
<option value="SGD">SGD</option>
<option value="SEK">SEK</option>
<option value="CHF">CHF</option>
<option value="JPY">JPY</option>
Code: Select all
<select name="currency_code" class="autowidth">
<option value="USD">USD</option>
<option value="AUD">AUD</option>
<option value="CAD">CAD</option>
<option value="CZK">CZK</option>
<option value="DKK">DKK</option>
<option value="EUR">EUR</option>
<option value="HKD">HKD</option>
<option value="HUF">HUF</option>
<option value="NZD">NZD</option>
<option value="NOK">NOK</option>
<option value="PLN">PLN</option>
<option value="GBP" selected="selected">GBP</option>
<option value="SGD">SGD</option>
<option value="SEK">SEK</option>
<option value="CHF">CHF</option>
<option value="JPY">JPY</option>
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!
Talonos: Pretereo stormrage EU OFFLINE!
-
Topic author - Active Member
- Posts: 8
- Joined: 9. March 2015 12:39
- phpBB.de User: Theelf
- phpBB.com User: Theelf
- Location: East London, England
- Contact:
Re: Paypal donate module
Thank you.
-
Topic author - Active Member
- Posts: 8
- Joined: 9. March 2015 12:39
- phpBB.de User: Theelf
- phpBB.com User: Theelf
- Location: East London, England
- Contact:
Re: Paypal donate module
I am using Prosilver SE, which does not appear in the templates. I have changed the code in Prosilver and Subsilver2 but the default remains as EUR.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Paypal donate module
You must also change it in "prosilver SE".viewtopic.php?f=71&t=10968#p35799
V.G. archivar
sorry for my bad english
sorry for my bad english
-
Topic author - Active Member
- Posts: 8
- Joined: 9. March 2015 12:39
- phpBB.de User: Theelf
- phpBB.com User: Theelf
- Location: East London, England
- Contact:
Re: Paypal donate module
Prosilver SE doesn't appear in the portal/styles folder.
-
- Portal Professional
- Posts: 1959
- Joined: 19. April 2009 21:34
- phpBB.de User: archivar
- phpBB.com User: archivar
- Location: Deutschland
Re: Paypal donate module
You have to open a new thread at this link: viewforum.php?f=73Barryoneoff wrote:Prosilver SE doesn't appear in the portal/styles folder.
V.G. archivar
sorry for my bad english
sorry for my bad english