Page 1 of 1

Deathwing 1.0.3

Posted: 4. July 2011 16:40
by Nelliel
Your Portal Version: 1.0.6
Your phpBB Type: Standard phpBB3
MODs installed: Yes
Your knowledge: Beginner

What have you done before the problem was there?


What have you already tryed to solve the problem?
nothing

Description and Message
Hello,
I downloaded the file "Deathwing v 1.0.3" for phpBB3 v3.0.8 on the website "http://www.bbdkp.com".
I would apply it to the MOD Board3 Portal v1.0.6.
The problem is that I can not bring up the link to "Portal" link on the left of "index"
I look in the file "overall_header.html" but I do not know what to change.
I would like to keep the theme as it is now and just add the link to "Portal"

Hoping to have your help because I am a beginner in PHP

http://www.lesangesprotecteurs.fr

Thank you in advance for your help and sorry for my bad English, I am French.

Nelliel

Re: Deathwing 1.0.3

Posted: 4. July 2011 21:35
by archivar
Style Download: http://www.phpbb.com/community/viewtopi ... &t=2108168

open: root/styles/Deathwing_103/template/overall_header.html
Find
Tip: This may be a partial find and not the whole line.

Code: Select all

				<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li><!-- BEGIN navlinks --><li><a href="{navlinks.U_VIEW_FORUM}"><strong>&#8249;</strong>{navlinks.FORUM_NAME}</a></li><!-- END navlinks -->
Add before
Tip: Add these lines on a new blank line before the preceding line(s) to find.

Code: Select all

				<!-- IF U_PORTAL --><li class="icon-home"><a href="{U_PORTAL}" accesskey="h">{L_PORTAL}</a></li><!-- ENDIF -->