Zu![]() 2008-01-02 20:25 | Podobny topik znalazłam, ale bez solucji :( » Quick.Cms v2.x |
merci![]() 2008-01-03 11:08 | Zu - mozna zrobic tak, zeby sie wyswietlalo wiecej zaglebien, ale tylko po najechaniu na zaglebienie wyzej. Aby to zmienic nalezy w pliku templates/themes/default.php w nastepujaca linii:
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 1 );
zamienic na cos takiego:
$sMenu3 = $oPage->throwMenu( 'menu_3.tpl', 3, $iContent, 2 );
Pozostaje jeszcze poustawiac sobie wyglad w stylach, dodac jakis wiekszy padding dla kolejnego zaglebienia. |
Zu![]() 2008-01-03 14:26 | Bardzo, bardzo dziekuję :) |
cgan2008-01-09 15:28 | merci – as I understand this will make the sub sub pages to show up in menu 3. But how can I make the sub sub pages to show upp a little bit to the left under the sub page to which they belong. Almost the same distance to the left as page and sub page now will show up. Or perhaps with a gif showing two rings instead of one ring. This will make the sub sub pages to be a lilltle more visible. |
merci![]() 2008-01-10 09:54 | cgan - you have to edit file templates/default.css and add class #menu3 .sub2 and set padding for it bigger then is in .sub1. |
cgan2008-01-10 11:09 | merci - thanks. It worked fine. You are the best. |
gregu![]() 2008-10-11 15:28 | under this text in /templates/default.css: |
radnes![]() 2009-03-20 10:36 | A jak to zrobić w wersji 2.2 |
Un2010-10-21 09:28 | Dzień dobry |
Makaron2010-10-21 13:30 | Edytuj plik templates/container.tpl i usuń linię:
<div id="navipath">$sPagesTree</div>
Mak-Web.pl - Modyfikacje skryptów Q.Cart i Q.Cms |
Un2010-10-21 18:21 | Dziekuję bardzo, bardzo !!! Przepraszam za powielenie. Pozdrawiam. |
jakub_kaczmarek2012-12-17 14:28 | A jak tego dokonać w wersji 5.0? |
selekcjoner2012-12-17 22:36 | Edytuj templates/default/_header.php , znajdź wpis odpowiedni dla danego menu np:
<?php echo $oPage->throwMenu( 2, $iContent, 1 ); // content of left menu ?>
simlution.org |