PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Rechts neben dem Forum ein Menu ?


ensid
23.10.2005, 05:01
Hi,
ich probier schon die ganze zeit, ein menu rechts neben das Forum reinzubringen bekomme es aber nicht hin! Es soll kein portal sein,sondern nur rechts außen vom Forum ein einfaches menu!

In dieses Style soll ganz rechts das menu rein:
hier klicken (http://www.myjam.de/mj/index.php?styleid=3)

Das menu sollte nur aus einer Tabelle bestehen, zb so:
<td valign="top"> <table border="0" width="150">
<tr>
<td bgcolor="#FF0000">Hier ist der Inhalt!</td>
</tr>
</table>

Hier mal mein Footer code wo das menu rein soll, wenns für rechts in footer soll:
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->

</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();

// Initialize 'Active' Table Cells
//activecells_init();
//-->
</script>


<td background="images/b_rechts.gif"><img src="images/b_rechts.gif" width="100% alt="" /></td>


<table id="Tabelle_02" width="833" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="28"> <img id="footer_23" src="images/footer_23.gif" width="28" height="34" alt="" /></td>
<td width="8"> <img id="footer_25" src="images/footer_25.gif" width="8" height="34" alt="" /></td>
<td colspan="4" background="images/footer_25.gif">&nbsp;</td>
<td width="25"> <img id="footer_27" src="images/footer_27.gif" width="25" height="34" alt="" /></td>
</tr>
</table>

<font color="#0D4A87">Powered by: vBulletin Version 3.5.0, Copyright ©2000 - 2005, Jelsoft Enterprises Ltd.</font>

Mit freundlichen Grüßen Niels

Mystics
26.10.2005, 23:44
Hier findest du eine englische Anleitung:

http://www.vbulletin.com/forum/showthread.php?t=156775
(RIGHT COLUMN)