| moontools für extgallery installieren |
Betreff: moontools für extgallery installieren von Octopus am 09.11.2009 19:51:53 Bekomme die extgallery nicht in mein Theme integriert. In der Anleitung steht: 1- Download mootools 1.2 package // Bereits im Paket enthalten -> Go here :http://mootools.net/download/ -> Download MooTools 1.2.x with "YUI Compressor" compression type OK 2- Rename the downloaded file to mootools-1.2.x.js // Auch schon geschehen OK 3- Send it on your server on wwwroot/theme/<your theme>/js/ --> hier habe ich innerhalb meines Theme-Ordners einen Ordner "js" erstellt und die Datei "mootools-1.2.x.js" dahin kopiert. Richtig? 4- Edit your theme.html (wwwroot/theme/<your theme>/theme.html) -> Add this value to the head part : <script src="<{xoImgUrl js/mootools-1.2.x.js}>" type="text/javascript"></script> Hier habe ich in meiner theme.html direkt hinter der Zeile
<head>
die Zeile
<script src="<{xoImgUrl js/mootools-1.2.x.js}>" type="text/javascript"></script>
ergänzt. Richtig? 5- Check if this value <{$xoops_module_header}> is present in the head of theme.html and AFTER the mootools include (point 4) Hiermit komme ich nun nicht klar. Wenn ich in nvu (HTML-Editor) die Datei theme.html anschaue, sehe ich keinen Wert
<{$xoops_module_header}>
im Header. Nur im Body...(???) 6- Empty your wwwroot/xoops_data/caches/smarty_compile/ except the index.html file das bekomme ich noch hin... Leider funktionieren die Java-Funktionalitäten nicht... Was mache ich falsch? Ist meine theme.html vielleicht nicht sauber? |