Paypal donate module

Current Version: 2.1.0
Released: 2015-10-26
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.
Locked

Topic author
Barryoneoff
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

Post by Barryoneoff »

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?
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Paypal donate module

Post by archivar »

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?
Can you choose the module on the portal page.
Change text in ---->root/ext/board3/portal/language/en/modules/portal_donation_module.php
V.G. archivar
sorry for my bad english

Topic author
Barryoneoff
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

Post by Barryoneoff »

Thanks, I will try that.

Topic author
Barryoneoff
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

Post by Barryoneoff »

Thanks. That worked for the text but I could not find the way to change Euro to GBP as default.
User avatar

talonos
Portal Specialist
Posts: 241
Joined: 7. June 2009 15:12
phpBB.com User: talonos

Re: Paypal donate module

Post by talonos »

you'd have to edit the template file for that.


EDIT:

Code: Select all

ext/board3/portal/styles/YOUR_THEME/template/portal/modules/donation_side.html
FIND:

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>
REPLACE WITH:

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>
after doing them edits purge your cache and refresh your theme.
Creating board3 website? check the sites out below for board3 compatible extensions
Talonos: Pretereo stormrage EU OFFLINE!

Topic author
Barryoneoff
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

Post by Barryoneoff »

Thank you. :)

Topic author
Barryoneoff
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

Post by Barryoneoff »

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.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Paypal donate module

Post by archivar »

You must also change it in "prosilver SE".viewtopic.php?f=71&t=10968#p35799
V.G. archivar
sorry for my bad english

Topic author
Barryoneoff
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

Post by Barryoneoff »

Prosilver SE doesn't appear in the portal/styles folder.
User avatar

archivar
Portal Professional
Posts: 1959
Joined: 19. April 2009 21:34
phpBB.de User: archivar
phpBB.com User: archivar
Location: Deutschland

Re: Paypal donate module

Post by archivar »

Barryoneoff wrote:Prosilver SE doesn't appear in the portal/styles folder.
You have to open a new thread at this link: viewforum.php?f=73
V.G. archivar
sorry for my bad english
Locked

Return to “Board3 Portal 2.1.x - English Support”