Seite 1 von 1

Erledigt – Just footy installieren!?

Verfasst: 15.11.2006 20:02
von pixelpope
Hallo,

ich würde gerne ein Template installieren (just footy) - sind danach meine Mods noch aktiv oder werden damit alte Seiten in denen Mods sind überschrieben!? Weiss nicht ob das prinzipiell eine Rolle spielt...

Danke für Eure Hilfe...

Verfasst: 15.11.2006 20:11
von gloriosa
Hallo,
Du gehst entsprechend >>> KB:135 <<< vor ! :oops:

Und dann gilt :
Wenn ihr MOD's eingebaut habt müssen diese natürlich auch im neuen Template noch "nachgepflegt" werden, da die neuen tpl-Dateien für ein Standard-phpBB ausgelegt sind.

Dazu einfach die Installationsanleitungen für den bereits eingebauten MOD nehmen und die ganzen Änderungen die an den tpl-Dateien schonmal für subSilver gemacht wurden nun auch für subRed nachholen. Eventuell fehlende Dateien die vom MOD benötigt werden, müssen ebenfalls in den Ordner subRed hochgeladen werden.

Verfasst: 15.11.2006 20:13
von pixelpope
Ach herrje, das weiss ich ja garnicht mehr welche ich alle eingebaut habe, mist...

Verfasst: 15.11.2006 21:27
von pixelpope
Ok das hat soweit geklappt (mal schauen ob die alten mods irgendwie probleme bereiten) - nur JETZT müsste ich den Abstand vergrößern, sieht momentan so aus

[ externes Bild ]

Die Buttons sollen natürlich UNTER dem Forum anfangen... und die Typo Logo oben links sollte auch noch weg!?

edit: Typo habe ich selber weg bekommen...

Verfasst: 15.11.2006 21:40
von pixelpope
Achso, das ist die dazugehörige quelldatei overall_head...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html dir="{S_CONTENT_DIRECTION}">

<head>

<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">

<meta http-equiv="Content-Style-Type" content="text/css">

{META}

{NAV_LINKS}

<title>{SITENAME} :: {PAGE_TITLE}</title>

<link rel="stylesheet" href="templates/JustFooty/{T_HEAD_STYLESHEET}" type="text/css">

</head>

<body>

<a name="top"></a>

<div class="bg_div">



<!--



IMPORTANT



*************************************************************************************************************************************************************************



Alteration or removal of the copyright and credit notices below is strongly prohibited and will void your right to use this template.



Should you want to make changes to the theme you MUST request permission. Informstion on how to contact the theme designer is available at jakob-persson.com



This template is copyright © 2004-2005 Jakob Persson (http://www.jakob-persson.com and http://www.tesseractmedia.com).



Visit for more cool forum themes and professional web design services:

http://www.jakob-persson.com



Jakob's forum skin/style/theme sites:

http://www.forumthemes.org

http://www.bbstyles.net



Theme developed in cooperation with:

http://www.beautifulgame.net



*************************************************************************************************************************************************************************



-->



<!-- Defines clickable area for the go to top button in the right end of box panels -->

<map name="go_to_top">

<area shape="circle" coords="23,17,8" href="#top">

</map>



<!-- BEGIN switch_enable_pm_popup -->

<script language="Javascript" type="text/javascript">

<!--

if ( {PRIVATE_MESSAGE_NEW_FLAG} )

{

window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;

}

//-->

</script>

<!-- END switch_enable_pm_popup -->



<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td class="mtable_top_left"><img src="templates/JustFooty/images/spacer.gif" alt="." width="1" height="1"></td>

<td class="mtable_top"><img src="templates/JustFooty/images/mtable_top_hfill_left.jpg" width="629" height="16"></td>

<td class="mtable_top_right"><img src="templates/JustFooty/images/spacer.gif" alt="." width="1" height="1"></td>

</tr>

<tr>

<td class="mtable_left" valign="top"><div class="mtable_left_top"></div></td>

<td class="mtable_center" valign="top"><div class="mtable_center_bg">



<!-- BEGIN switch_user_logged_in -->



<table border="0" cellspacing="0" cellpadding="0" width="100%">

<tr>

<td width="175">

<a href="{U_INDEX}"><img src="templates/JustFooty/images/logo.gif" alt="" border="0"></a>

</td>

<td class="siteinfo" align="center">

<span class="sitename">{LGW}</span><br />

<span class="sitedesc">{SITE_DESCRIPTION}</span>

</td>

</tr>

</table>



<!-- END switch_user_logged_in -->





<!-- BEGIN switch_user_logged_out -->



<table border="0" cellpadding="0" cellspacing="0" width="100%">

<tr>

<td>



<table border="0" cellspacing="0" cellpadding="0" width="100%">

<tr>

<td width="175">

<a href="{U_INDEX}"><img src="templates/JustFooty/images/logo.gif" alt="" border="0"></a>

</td>

<td class="siteinfo" align="center">

<span class="sitename">{SITENAME}</span><br />

<span class="sitedesc">{SITE_DESCRIPTION}</span>

</td>

</tr>

</table>



</td>

<td width="120" valign="top">



<div class="btn_gen" style="width: auto; float: right;" align="right">

<ul>

<li><a href="{U_REGISTER}"><span>{L_REGISTER}</span></a></li>

</ul>

</div>



</td>



</tr>

</table>



<!-- END switch_user_logged_out -->



<table width="100%" border="0" cellspacing="0" cellpadding="0">

<tr>

<td>&nbsp;</td>

</tr>

<tr>

<td>



<div class="btn_gen">

<ul>

<li><a href="{U_FAQ}"><span>{L_FAQ}</span></a></li>

<li><a href="{U_SEARCH}"><span>{L_SEARCH}</span></a></li>

<li><a href="{U_MEMBERLIST}"><span>{L_MEMBERLIST}</span></a></li>

<li><a href="{U_GROUP_CP}"><span>{L_USERGROUPS}</span></a></li>

<li><a href="{U_PROFILE}"><span>{L_PROFILE}</span></a></li>

<li><a href="{U_PRIVATEMSGS}"><span>{PRIVATE_MESSAGE_INFO}</span></a></li>

<li><a href="{U_LOGIN_LOGOUT}"><span>{L_LOGIN_LOGOUT}</span></a></li>

</ul>

</div>



</td>

</tr>

</table>

<div class="divider"></div>

<!-- ############################################################################################# -->