Your Portal Version:
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Basic Knowledge
Boardlink: http://www.djforums.info/phpbb/index.php
PHP Version: N/A
MySQL Version: N/A
What have you done before the problem was there?
N/A
What have you already tryed to solve the problem?
N/A
Description and Message
Hi
How do I make it so that only 4 of my chosen currencys are in the donator block option?
Because I want Pounds, CA Dollars and US Dollars and Euros, how do I only make it so they are the only ones in there?
thanks.
Donator Block Help
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Donator Block Help
donate.html
search for this code and delete the not needed lines.
Code: Select all
<option value="USD">{L_USD}</option>
<option value="AUD">{L_AUD}</option>
<option value="CAD">{L_CAD}</option>
<option value="CZK">{L_CZK}</option>
<option value="DKK">{L_DKK}</option>
<option value="EUR" selected="selected">{L_EUR}</option>
<option value="HKD">{L_HKD}</option>
<option value="HUF">{L_HUF}</option>
<option value="NZD">{L_NZD}</option>
<option value="NOK">{L_NOK}</option>
<option value="PLN">{L_PLN}</option>
<option value="GBP">{L_GBP}</option>
<option value="SGD">{L_SGD}</option>
<option value="SEK">{L_SEK}</option>
<option value="CHF">{L_CHF}</option>
<option value="JPY">{L_JPY}</option>
<option value="MXN">{L_MXN}</option>
<option value="ILS">{L_ILS}</option>
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
Topic author - Active Member
- Posts: 12
- Joined: 2. May 2009 16:39
- phpBB.com User: Dan27
- Location: England
- Contact:
Re: Donator Block Help
where do i find this donate.html?? where do i go because i cant find it
-
- Site Admin
- Posts: 2989
- Joined: 7. January 2006 20:11
- phpBB.de User: Saint
- phpBB.com User: Saint_hh
- Location: Hamburg
- Contact:
Re: Donator Block Help
HTML files are always in the template section.
root\styles\prosilver\template\portal\block\
root\styles\prosilver\template\portal\block\
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~
Kein Support per PN / No support via PM!
Kein Support per PN / No support via PM!
-
Topic author - Active Member
- Posts: 12
- Joined: 2. May 2009 16:39
- phpBB.com User: Dan27
- Location: England
- Contact:
Re: Donator Block Help
yeah i found it but i have removed the currency from the donation.php but when i go to the portal they are still there...
oh snap wait i didnt refresh
right yeah it works now lol, i didnt refresh templates lol.... thanks it works now
oh snap wait i didnt refresh
right yeah it works now lol, i didnt refresh templates lol.... thanks it works now