Donator Block Help

Current Version: 1.0.6
Released: 09.01.10
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.
Locked

Topic author
Dan
Active Member
Posts: 12
Joined: 2. May 2009 16:39
phpBB.com User: Dan27
Location: England
Contact:

Donator Block Help

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

Kevin
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

Post 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.
~~~ They say the definition of madness is doing the same thing and expecting a different result ~~~

Kein Support per PN / No support via PM!

Topic author
Dan
Active Member
Posts: 12
Joined: 2. May 2009 16:39
phpBB.com User: Dan27
Location: England
Contact:

Re: Donator Block Help

Post by Dan »

where do i find this donate.html?? where do i go because i cant find it
User avatar

Kevin
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

Post by Kevin »

HTML files are always in the template section. ;)
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!

Topic author
Dan
Active Member
Posts: 12
Joined: 2. May 2009 16:39
phpBB.com User: Dan27
Location: England
Contact:

Re: Donator Block Help

Post 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
Locked

Return to “board3 Portal 1.0.x - English Support”