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
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Cant Find Donations In Header
You do not have the required permissions to view the files attached to this post.
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?
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
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>
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 -->