Page 1 of 1

Donator Block Help

Posted: 22. May 2009 19:34
by Dan
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.

Re: Donator Block Help

Posted: 22. May 2009 19:47
by Kevin
donate.html

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> 
search for this code and delete the not needed lines.

Re: Donator Block Help

Posted: 22. May 2009 20:00
by Dan
where do i find this donate.html?? where do i go because i cant find it

Re: Donator Block Help

Posted: 22. May 2009 20:03
by Kevin
HTML files are always in the template section. ;)
root\styles\prosilver\template\portal\block\

Re: Donator Block Help

Posted: 22. May 2009 20:11
by Dan
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 :lol: :oops:

right yeah it works now lol, i didnt refresh templates lol.... thanks it works now :D