Template änderung

Mahadras

New Member
Hallo alle,

ich habe mir den style Blackstream Lighting Blue runtergeladen, und des gleich drauf gemacht.

wenn ihr auf meine seite geht: Area52 - Powered by vBulletin

oder auch diesem bild

29q1n4h.png


Da ist über der normalen Navigationsleiste nochmals eine Navigation.

Und die will ich weg haben

Jetzt habe ich ein paar mal rum probiert, aber es hat nie hingehauen, vielleicht könnt ihr mir dabei ein bisschen helfen.

Der template code gebe ich auch noch dazu, das der "header"

Code:
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center" style="border-collapse: collapse">
	<tr>
		<td valign="top" width="80" style="background-image:url('images/blackstream_lighting_blue/misc/images/wrapper_l.png')">
		<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td width="80" height="40" style="background-image:url('images/blackstream_lighting_blue/misc/images/topleft1.png')"></td>
			</tr>
			<tr>
				<td width="80" height="30" style="background-image:url('images/blackstream_lighting_blue/misc/images/topleft2.png')"></td>
			</tr>
			<tr>
				<td width="80" height="120" style="background-image:url('images/blackstream_lighting_blue/misc/images/topleft3.png')"></td>
			</tr>
			<tr>
				<td width="80" height="30" style="background-image:url('images/blackstream_lighting_blue/misc/images/topleft4.png')"></td>
			</tr>
			</table>
		</td>
		<td valign="top">
		<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td>
				<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
					<tr>
						<td width="420" height="40" style="background-image:url('images/blackstream_lighting_blue/misc/images/toplogo1.png')"></td>
						<td height="40" style="background-image:url('images/blackstream_lighting_blue/misc/images/top1.png')">&nbsp;</td>
						<td width="220" height="40" style="background-image:url('images/blackstream_lighting_blue/misc/images/toplogoright1.png')"></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td>
				<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
					<tr>
						<td width="420" style="background-image:url('images/blackstream_lighting_blue/misc/images/toplogo2.png')">
						<div class="whitefont">
<div id="clock">Loading...</div>
<script type="text/javascript">
function refrClock()
{
var d=new Date();
var s=d.getSeconds();
var m=d.getMinutes();
var h=d.getHours();
var day=d.getDay();
var date=d.getDate();
var month=d.getMonth();
var year=d.getFullYear();
var days=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday");
var months=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
var am_pm;
if (s<10) {s="0" + s}
if (m<10) {m="0" + m}
if (h>12) {h-=12;am_pm = "pm"}
else {am_pm="am"}
if (h<10) {h="0" + h}
document.getElementById("clock").innerHTML=days[day] + " | " + months[month] + "    " + date  + ", " + year + " | " + h + ":" + m + ":" + s + " " + am_pm;
setTimeout("refrClock()",1000);
}
refrClock();
</script>
						</div>
						</td>
						<td style="background-image:url('images/blackstream_lighting_blue/misc/images/top2.png')">&nbsp;</td>
						<td width="220" height="30" align="right" valign="bottom" style="background-image:url('images/blackstream_lighting_blue/misc/images/toplogogright2.png')"><if condition="$show['guest']"><a href="$vboptions[bburl]/login.php?do=lostpw"><img src="$stylevar[imgdir_misc]/lost_password_bg.png" alt="Lost your password?" width="25" height="20" border="0"></a>&nbsp;<a href="$vboptions[bburl]/login.php?do=lostpw"><img src="$stylevar[imgdir_misc]/lost_username_bg.png" alt="Lost your Username?" width="25" height="20" border="0"></a>&nbsp;<a href="$vboptions[bburl]/register.php"><img src="$stylevar[imgdir_misc]/registration_bg.png" alt="Make a new account!" width="31" height="20" border="0"></a></if>&nbsp;&nbsp;</td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td>
				<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
					<tr>
						<td width="10" height="120" style="background-image:url('images/blackstream_lighting_blue/misc/images/logoleft.png')"></td>
						<td align="$stylevar[align=left]"  style="background-image:url('images/blackstream_lighting_blue/misc/images/headerbackground.png')"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
						<td align="$stylevar[align=right]" id="header_right_cell" style="background-image:url('images/blackstream_lighting_blue/misc/images/headerbackground.png')"><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if></td>
						<td width="10" height="120" style="background-image:url('images/blackstream_lighting_blue/misc/images/logoright.png')"></td>
					</tr>
				</table>
				</td>
			</tr>
			<tr>
				<td>
				<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
					<tr>
						<td align="center" width="10" style="background-image:url('images/blackstream_lighting_blue/misc/images/menu_m.png')"><img width="10" height="30" src="$stylevar[imgdir_misc]/images/menu_l.png" alt="" /></td>
						<!-- Home -->
						<if condition="THIS_SCRIPT=='adv_index'">
						<td class="homevisited" width="60"><a href="$vboptions[homeurl]">Home</a></td>
						<else />
						<td class="homelink" style="width:60px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='$vboptions[homeurl]';"><a href="$vboptions[homeurl]">Home</a></td>
						</if>
						<!-- /Home -->
						<!-- Forum -->
						<if condition="THIS_SCRIPT=='adv_index' OR THIS_SCRIPT=='sendmessage' OR THIS_SCRIPT=='memberlist' OR THIS_SCRIPT=='calendar'">
						<td class="homelink" style="width:60px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='$vboptions[forumhome].php$session[sessionurl_q]';"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum</a></td>
						<else />
						<td class="homevisited" width="60"><a href="$vboptions[forumhome].php$session[sessionurl_q]">Forum</a></td>
						</if>
						<!-- /Forum -->
						<!-- Member List -->
						<if condition="THIS_SCRIPT=='memberlist'">
						<td class="homevisited" width="100"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
						<else />
						<td class="homelink" style="width:100px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='memberlist.php$session[sessionurl_q]';"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td>
						</if>
						<!-- /Member List -->
						<!-- Calendar -->
						<if condition="THIS_SCRIPT=='calendar'">
						<td class="homevisited" width="70"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
						<else />
						<td class="homelink" style="width:70px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='calendar.php$session[sessionurl_q]';"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
						</if>
						<!-- /Calendar -->
						<!-- Contact Us -->
						<if condition="THIS_SCRIPT=='sendmessage'">
						<td class="homevisited" width="80"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a></td>
						<else />
						<td class="homelink" style="width:80px; cursor:hand;" onmouseover="this.className='homehover';" onmouseout="this.className='homelink';" onclick="window.location.href='$vboptions[contactuslink]';"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a></td>
						</if>
						<!-- /Contact Us -->
						<td width="50" align="left" style="background-image:url('images/blackstream_lighting_blue/misc/images/menu_b.png')"><img width="50" height="30" src="$stylevar[imgdir_misc]/images/menu_r.png" alt="" /></td>
						<td align="left" style="background-image:url('images/blackstream_lighting_blue/misc/images/menu_b.png')">&nbsp;</td>
						<td align="center" width="8" style="background-image:url('images/blackstream_lighting_blue/misc/images/menu_b.png')"><img width="8" height="30" src="$stylevar[imgdir_misc]/images/clear.gif" alt="" /></td>
					</tr>
				</table>
				</td>
			</tr>
		</table>
		</td>
		<td valign="top" width="80" style="background-image:url('images/blackstream_lighting_blue/misc/images/wrapper_r.png')">
		<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td width="80" height="40" style="background-image:url('images/blackstream_lighting_blue/misc/images/topright1.png')"></td>
			</tr>
			<tr>
				<td width="80" height="30" style="background-image:url('images/blackstream_lighting_blue/misc/images/topright2.png')"></td>
			</tr>
			<tr>
				<td width="80" height="120" style="background-image:url('images/blackstream_lighting_blue/misc/images/topright3.png')"></td>
			</tr>
			<tr>
				<td width="80" height="30" style="background-image:url('images/blackstream_lighting_blue/misc/images/topright4.png')"></td>
			</tr>
			</table>
		</td>
	</tr>
	<tr>
		<td valign="top" width="80" style="background-image:url('images/blackstream_lighting_blue/misc/images/wrapper_l.png')">
		<table border="0" width="100%" cellpadding="0" style="border-collapse: collapse">
			<tr>
				<td width="80" height="140" style="background-image:url('images/blackstream_lighting_blue/misc/images/topleft5.png')"></td>
			</tr>
			<tr>
				<td width="80" height="140" style="background-image:url('images/blackstream_lighting_blue/misc/images/topleft6.png')"></td>
			</tr>
		</table>
		</td>
		<td valign="top" bgcolor="#141414">
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]
 
Top