Page 1 of 1

Cant Find Donations In Header

Posted: 30 Jan 2014, 03:50
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

Cant Find Donations In Header

Posted: 30 Jan 2014, 08:26
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?

Cant Find Donations In Header

Posted: 30 Jan 2014, 14:25
by martin123456
What theme are you using ? i like the look of that.

Cant Find Donations In Header

Posted: 30 Jan 2014, 14:51
by themission
SE Gamer Dark is the theme by Christian Bullock, theres a light one too..
https://www.phpbb.com/community/viewtop ... Gamer+dark

Cant Find Donations In Header

Posted: 31 Jan 2014, 20:47
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>

Cant Find Donations In Header

Posted: 27 May 2014, 15:26
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 -->