Seite 1 von 1

Slidemenu:Problem bei AdInfinitum

Verfasst: 19.01.2006 15:25
von She´s a rebel
Habe das Problem das bei mir das Slidemenu von AWSW nicht in meinem jetzigen Design angezeigt wird.

Wenn ich auf subSilver umstelle dann klappts.

Hab den Code, den man bei subSilver einfügen muss auch ins Template von AdInfinitum eingefügt aber es funzt nicht!

Verfasst: 19.01.2006 16:04
von hagily
verlinke doch einmal die Anleitung!

Liebe Grüsse
Felix

Verfasst: 19.01.2006 16:47
von She´s a rebel

Code: Alles auswählen

## EasyMod 0.0.7 compliant
##############################################################
## MOD Title: Slide Menue
## MOD Author: AWSW <  > (AWSW) http://www.awsw.de
## MOD Description: Adds an slide-menu on the left side of your forum which will scroll too when you scroll the side.<br><br>Fügt ein aufklappbares Menü an den linken Rand des phpBB, dass mit der Seite mitscrollt.
## MOD Version: 1.00
##
## Installation Level: easy
## Installation Time: 3 Minutes
## Files To Edit:
## Included Files: n/a
## Generator: phpBB2 Mod Maker 0.1.67
##############################################################
## This MOD is released under the GPL License. Intellectual Property is retained by the MOD Author(s) listed above. http://www.gnu.org
##############################################################
## For Security Purposes, Please Check: http://www.awsw.de/ for the latest version of this MOD. Downloading this MOD from other sites could cause malicious code to enter into your phpBB Forum. You´ll find support to this MOD at http://www.phpbb.de/
##############################################################
## Before Adding This MOD To Your Forum, You Should Back Up Your Complete Database And All Files Related To This MOD !
##############################################################

#
#-----[ COPY TO FOLDER ]------------------------------------------
#

COPY phpbb2/templates/menue.js TO templates/menue.js

#
#-----[ OPEN ]------------------------------------------
#

templates/subSilver/overall_header.tpl

#
#-----[ FIND ]------------------------------------------
#

</head>

#
#-----[ BEFORE, ADD ]------------------------------------------
#

<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<SCRIPT language=JavaScript1.2 src="./templates/menue.js"></SCRIPT>
<SCRIPT language=JavaScript1.2>
<!--
	YOffset=145;
	staticYOffset=51;
	slideSpeed=1;
	waitTime=100;
	menuBGColor="#003D71";
	menuIsStatic="no";
	menuWidth=230;
	hdrFontFamily="Verdana, Arial, Helvetica, sans-serif";
	hdrFontSize="1";
	hdrFontColor="#000000";
	hdrBGColor="#F0F0F0";
	hdrAlign="left";
	hdrVAlign="center";
	hdrHeight="12";
	linkFontFamily="Verdana, Arial, Helvetica, sans-serif";
	linkFontSize="1";
	linkBGColor="#DADADA";
	linkOverBGColor="#DADADA";
	linkTarget="_self";
	linkAlign="left";
	barBGColor="#E9E9E9";
	barFontFamily="Verdana, Arial, Helvetica, sans-serif";
	barFontSize="1";
	barFontColor="#000000";
	barVAlign="center";
	barWidth=12;
	startMenu("Navigation", "FOREN - NAVIGATION");
		addExItem("Intro", "intro.php");
		addExItem("Portal", "portal.php");
		addExItem("Index", "{U_INDEX}");
	addHdr("&nbsp;");
		addExItem("{L_LOGIN_LOGOUT}", "{U_LOGIN_LOGOUT}");
		addExItem("{L_PROFILE}", "{U_PROFILE}");
		addExItem("{PRIVATE_MESSAGE_INFO}", "{U_PRIVATEMSGS}");
	addHdr("&nbsp;");
		addExItem("{L_USERGROUPS}", "{U_USERGROUPS}");
		addExItem("{L_SEARCH}", "{U_SEARCH}");
		addExItem("{L_MEMBERLIST}", "{U_MEMBERLIST}");
	addHdr("&nbsp;");
		addExItem("{L_FAQ}", "{U_FAQ}");
		addExItem("Netiquette", "rules.php");
		addExItem("Acronyme", "acronyme.php");
	addHdr("&nbsp;");
	addExItem("VOR", "javascript:history.forward()");
	addExItem("ZURUECK", "javascript:history.back()");
	endMenu();
	function showhelp(helptext,boardid)
		{
		helpwindow = open("useraction.php3?action=gethelp&BoardID=" + boardid + "&helptext=" + helptext, "Helpfenster", "width=400,height=500,dependent=yes,locationbar=no,menubar=no,status=no,resizable=yes");
		helpwindow.document.write(windowtext);
		}
//-->
</SCRIPT>

#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM

Verfasst: 19.01.2006 16:54
von hagily
Mods-FAQ
KB:datei

Felix

Verfasst: 19.01.2006 17:35
von She´s a rebel