Cant Find Donations In Header

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

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
You do not have the required permissions to view the files attached to this post.

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?

Cant Find Donations In Header

Post by martin123456 »

What theme are you using ? i like the look of that.

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

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>

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