- Adres van je forum: http://www.skydiveforum.nl/jeugdbrandweer/forum2
Event. modificaties op je forum: Vistax
Wanneer ontstond het probleem? Altijd
phpBB versie: 3.0.0
Heb je onlangs iets veranderd aan je forum? nee
Wat is het probleem?

..
./styles/jouwstijl/template/overall_header.html
Code: Selecteer alles
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION</p>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
SITENAME
en SITE_DESCRIPTION
kunnen fout zijn, ik heb het zelf al weg Code: Selecteer alles
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<h1></h1>
<p></p>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
Dat is verkeerd,JohanG schreef:En als je die hele tekst helemaal weg wilt hebben:
OPEN
./styles/jouwstijl/template/overall_header.html
ZOEK(Code: Selecteer alles
<div id="site-description"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION</p> <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> </div>
SITENAME
enSITE_DESCRIPTION
kunnen fout zijn, ik heb het zelf al weg)
VERANDER DAT STUKJE CODE INCode: Selecteer alles
<div id="site-description"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> <h1></h1> <p></p> <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> </div>
Raimon schreef:Maar dat komt ook omdat phpbb3portal beetje brak gescript is
Ja.Gamemaniak schreef:Raimon schreef:Maar dat komt ook omdat phpbb3portal beetje brak gescript isJe meent het
??JohanG schreef:En als je die hele tekst helemaal weg wilt hebben:
OPEN
./styles/jouwstijl/template/overall_header.html
ZOEK(Code: Selecteer alles
<div id="site-description"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> <h1>{SITENAME}</h1> <p>{SITE_DESCRIPTION</p> <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> </div>
SITENAME
enSITE_DESCRIPTION
kunnen fout zijn, ik heb het zelf al weg)
VERANDER DAT STUKJE CODE INCode: Selecteer alles
<div id="site-description"> <a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a> <h1></h1> <p></p> <p style="display: none;"><a href="#start_here">{L_SKIP}</a></p> </div>