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
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Cant Find Donations In Header
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?
Then you can make the Donate link, if thats what you want?
Board rules! No PM support
- martin123456
- 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
What theme are you using ? i like the look of that.
- themission
- BBCoder III
- Posts: 123
- Joined: 10 Aug 2011, 22:32
- BBCodes: 3
- Location: Devon UK
- Contact:
Cant Find Donations In Header
SE Gamer Dark is the theme by Christian Bullock, theres a light one too..
https://www.phpbb.com/community/viewtop ... Gamer+dark
https://www.phpbb.com/community/viewtop ... Gamer+dark
- martin123456
- 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
Cheersthemission wrote:SE Gamer Dark is the theme by Christian Bullock, theres a light one too..
https://www.phpbb.com/community/viewtop ... Gamer+dark
donation code is
Code: Select all
<li<!-- IF SCRIPT_NAME eq 'donate' --> class="current"<!-- ENDIF -->><a href="{U_DONATE}">{L_DONATEINDEX}</a></li>
- rayman2550
- BBCoder I
- Posts: 2
- Joined: 02 Dec 2011, 02:50
- BBCodes: 0
Cant Find Donations In Header
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 -->