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!
Slidemenu:Problem bei AdInfinitum
Forumsregeln
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
phpBB 2.0 hat das Ende seiner Lebenszeit überschritten
phpBB 2.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 2.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf phpBB 3.0, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
-
She´s a rebel
- Mitglied
- Beiträge: 146
- Registriert: 12.01.2006 18:53
- Kontaktdaten:
-
She´s a rebel
- Mitglied
- Beiträge: 146
- Registriert: 12.01.2006 18:53
- Kontaktdaten:
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(" ");
addExItem("{L_LOGIN_LOGOUT}", "{U_LOGIN_LOGOUT}");
addExItem("{L_PROFILE}", "{U_PROFILE}");
addExItem("{PRIVATE_MESSAGE_INFO}", "{U_PRIVATEMSGS}");
addHdr(" ");
addExItem("{L_USERGROUPS}", "{U_USERGROUPS}");
addExItem("{L_SEARCH}", "{U_SEARCH}");
addExItem("{L_MEMBERLIST}", "{U_MEMBERLIST}");
addHdr(" ");
addExItem("{L_FAQ}", "{U_FAQ}");
addExItem("Netiquette", "rules.php");
addExItem("Acronyme", "acronyme.php");
addHdr(" ");
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-
She´s a rebel
- Mitglied
- Beiträge: 146
- Registriert: 12.01.2006 18:53
- Kontaktdaten: