Cant Find Donations In Header

Download and support for PhpBB3 Paypal Donation Mod
Locked
Geordie
BBCoder I
BBCoder I
Posts: 1
Joined: 30 Jan 2014, 03:44
BBCodes: 1

Cant Find Donations In Header

Post by Geordie »

Hi PhpBB3Codes,

I was wondering if there is a fix for me to be able to add doations.php into my header. If you see the image i have uploaded it explains more easy, i hope its possible to fix as i really like this mod.

Regards,
Geordie
Attachments
Untitled.png
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Cant Find Donations In Header

Post by Stoker »

Open your styles overall_header.html and take a look at the menu.
Then you can make the Donate link, if thats what you want?
Board rules! No PM support
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Cant Find Donations In Header

Post by martin123456 »

What theme are you using ? i like the look of that.
User avatar
themission
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 22:32
BBCodes: 3
Location: Devon UK
Contact:

Cant Find Donations In Header

Post by themission »

SE Gamer Dark is the theme by Christian Bullock, theres a light one too..
https://www.phpbb.com/community/viewtop ... Gamer+dark
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Cant Find Donations In Header

Post by martin123456 »

themission wrote:SE Gamer Dark is the theme by Christian Bullock, theres a light one too..
https://www.phpbb.com/community/viewtop ... Gamer+dark
Cheers

donation code is

Code: Select all

<li<!-- IF SCRIPT_NAME eq 'donate' --> class="current"<!-- ENDIF -->><a href="{U_DONATE}">{L_DONATEINDEX}</a></li>
User avatar
rayman2550
BBCoder I
BBCoder I
Posts: 2
Joined: 02 Dec 2011, 02:50
BBCodes: 0

Cant Find Donations In Header

Post by rayman2550 »

I have the same theme.

Code: Select all

                            <!-- IF S_DONATE_ENABLED -->
                            
                            <li<!-- IF SCRIPT_NAME == 'donate' --> class="current"<!-- ENDIF -->><a href="{U_DONATE}">Donate</a></li>
                            
                            <!-- ENDIF --> 
Locked