Sliding Navigation bar
Forumsregeln
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Auch wenn hier der Support für phpBB 2 weiterhin aufrecht erhalten bleibt, weisen wir darauf hin, dass das phpBB 2 nicht mehr offiziell unterstützt und weiterentwickelt wird!
Sliding Navigation bar
I am looking for sliding navigation bar.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Then try this: http://www.phpbb.de/moddb/mod.php?id=119
Descrition on this site is in german, but the mod will be in english.
Descrition on this site is in german, but the mod will be in english.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
I think an installation error.
The slidemenu normaly will be closed on forum load and scroll with the page.
The slidemenu normaly will be closed on forum load and scroll with the page.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Post the part og the discription where you must insert something before </head>.
This html-tag must be in the overall_header.tpl otherwise your board haves a html error
This html-tag must be in the overall_header.tpl otherwise your board haves a html error
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
attached is my overall header
and
this is the installation text
and
this is the installation text
Code: Alles auswählen
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- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Oh yes, your overall_header.tpl is very corrupted.
Do you know all mods, you have installed?
To repare it may be longer as installing all parts for a new blank overall_header.tpl.
If not, post it and I will try to fix the errors.
Do you know all mods, you have installed?
To repare it may be longer as installing all parts for a new blank overall_header.tpl.
If not, post it and I will try to fix the errors.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
I compare original and moded overall_header, but didn't find anything wrong.
I did attached original overall_header and moded and file where are differencies.
I did just what instalation instruction of mod said.
I did some extra spaces between some lines because of mods if didn't worked to know what to delete out.
Can you quick explain what is wrong, why is corupted.
I did attached original overall_header and moded and file where are differencies.
I did just what instalation instruction of mod said.
I did some extra spaces between some lines because of mods if didn't worked to know what to delete out.
Can you quick explain what is wrong, why is corupted.
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Okay, I'll compare these two files and try to fix your modded one.
But today I've no time, tomorrow or at the coming weekend.
But today I've no time, tomorrow or at the coming weekend.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Thanks!You must think about yourself too, not just others.
The most user will not be pationt or can wait a time, if a modder (with a real live
I think on weekend I'vw time to check all outstanding requests and be able to check your overall_header.tpl, too.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Hm, on IE it works, but not on Mozilla/Firefox.
I think you must als the mod author, because I do not know the javascript from this mod.
I think you must als the mod author, because I do not know the javascript from this mod.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
I did, but they give me some infos, but don't know nothing about code.
http://www.phpbb.de/viewforum.php?f=37
http://www.phpbb.de/viewforum.php?f=37
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Again:
The Mod works on your board with IE (maybe on Opera) but nor on Mozilla/Firefox, because reposition and open/close will not work correctly. The javascript for this is not 100% compatible with Mozilla/Firefox, so you will get wrong positions of the slide menu while scrolling the page.
If I can find the code to switch the code for Mozilla/Firefox, I'll post it here, but I do not know javascript as good as I need for this.
The Mod works on your board with IE (maybe on Opera) but nor on Mozilla/Firefox, because reposition and open/close will not work correctly. The javascript for this is not 100% compatible with Mozilla/Firefox, so you will get wrong positions of the slide menu while scrolling the page.
If I can find the code to switch the code for Mozilla/Firefox, I'll post it here, but I do not know javascript as good as I need for this.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
- oxpus
- Administrator
- Beiträge: 28735
- Registriert: Mo 27.Jan, 2003 22:13
- Wohnort: Bad Wildungen
- Kontaktdaten:
Bad news:
I've no idea, which javascript function the Firefox browser will not use correctly to slide the menu and close it on page load.
The Firefox may work correct on the final release but who knows.
Getting a newer menue.js (the file with the specialy code) will not be possible (I found no one), so the menu only will work on IE, Opera (I think) and other similar browser.
Sorry, I can't really help here.
I've no idea, which javascript function the Firefox browser will not use correctly to slide the menu and close it on page load.
The Firefox may work correct on the final release but who knows.
Getting a newer menue.js (the file with the specialy code) will not be possible (I found no one), so the menu only will work on IE, Opera (I think) and other similar browser.
Sorry, I can't really help here.
Karsten Ude
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!
-={ Das Mädchen für alles }=-
Kein Support per Messenger, Email oder PN! Unaufgeforderte Nachrichten werden ignoriert!
No support per Messenger, Email or PM. Each unasked message will be ignored!