NAV_LIST_UL >= V1.30

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

The disadvantage of animated gifs as menu bullets is that there is no way to let them slide back when you leave the menu item, is there?
Yes you are right. Without JS I don´t see a chance to do so.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Niedzielan
Posts: 53
Joined: Wed 27. Dec 2006, 13:06

Post by Niedzielan »

flip-flop wrote:Hi, since V1.27 you can use this "Multiple setection".

Knut
Aah, I'm still running v1.2.6 :oops:
macmukka

bullet problem

Post by macmukka »

I am using Nav list:-

{NAV_LIST_UL:F,2,2,,act_path,active}

and need help with bullets on the top level of the selected path.

I have this:-

Image

and need it so that when items on the second level are clicked/selected and the page is loaded. that the arrow (bullet) on Washrooms points downward.

If only Washrooms was selected the following would happen:-

Image

This is the state I require for all items under the first level.

Anyone help?

Which CSS do I need to create alter - I have tried a few things but nothing works.

thanks
Niedzielan
Posts: 53
Joined: Wed 27. Dec 2006, 13:06

Post by Niedzielan »

Hi Knut,

I've managed to update the site to the latest version. When I now use your {NAV_LIST_UL:F,ID,,act_path,active} line I get an error:

Fatal error: Call to undefined function: css_list_top() in /.../phpwcms/include/inc_front/content.func.inc.php on line 444

Can you help me here?
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

the system is running well?
I think that isn´t a problem of this navi function.
All files updated via FTP?
Fatal error: Call to undefined function: css_list_top() in /.../phpwcms/include/inc_front/content.func.inc.php on line 444
V1.33: I can´t find a call to css_list_top in the file content.func.inc.php on line 444!!!

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Niedzielan
Posts: 53
Joined: Wed 27. Dec 2006, 13:06

Post by Niedzielan »

---
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Niedzielan wrote:Hi Knut,

I've managed to update the site to the latest version. When I now use your {NAV_LIST_UL:F,ID,,act_path,active} line I get an error:

Fatal error: Call to undefined function: css_list_top() in /.../phpwcms/include/inc_front/content.func.inc.php on line 444

Can you help me here?
css_list_top was in versions prior to 1.28 so it would seem your upgrade to the "latest" is not complete!
Niedzielan
Posts: 53
Joined: Wed 27. Dec 2006, 13:06

Post by Niedzielan »

DeXXus wrote:
Niedzielan wrote:Hi Knut,

I've managed to update the site to the latest version. When I now use your {NAV_LIST_UL:F,ID,,act_path,active} line I get an error:

Fatal error: Call to undefined function: css_list_top() in /.../phpwcms/include/inc_front/content.func.inc.php on line 444

Can you help me here?
css_list_top was in versions prior to 1.28 so it would seem your upgrade to the "latest" is not complete!
You're right, I forgot that I didn't overwright the content.func.inc.php file, because there is some module code (galerix, calendar) in it that I put in there later. Problem solved. thnx
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

I am working on a site structure which is structured as this one:
01
02
-- 0201
-- -- 020101
-- 0202
-- 0203
03

So, for the horizontal menu
this is what I have showing:
01 | 02 | 03

What I need: is an autohide function, to be able to show the vertical menu ONLY when subsections exists (as for section 02). And this, without having to create multiple templates, and calling different "ID levels Starts"

Does this makes sense or maybe there is something I overlooked.

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

From flip-flops NAV_LIST_UL-almanach : http://www.phpwcms.de/forum/viewtopic.php?t=14273
.
.
.

Level lift for the vertical navigation, beginning at the first level behind [Ebene02]:
Code:

[PHP]
if(isset($GLOBALS['LEVEL_ID'][1])) {
$level_id = $GLOBALS['LEVEL_ID'][1];
echo '<div class="nlu_navi1">'.LF;
echo '{NAV_LIST_UL:F,'.$level_id.',,act_path,active}';
echo '</div>';
}
[/PHP]



Where LEVEL_ID'][X] is the level.
.
.
.
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Hey Pepe :!: :!: :!: :D :D :D
You made my day and more 8)
I did really missed something important. :wink:

BTW:
My gratitude and thanks to Flip-Flop for creating this great RT and Oliver for supporting and more and Pepe for waking me up :wink:

Cheers,

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
pepe
Posts: 3954
Joined: Mon 19. Jan 2004, 13:46

Post by pepe »

Good morning Yves :lol:


Nice to "hear", that you are working on new websites again... it's the right solution!

A real man never gives up! NEVER EVER !!! :D
User avatar
StudioZ
Posts: 802
Joined: Fri 28. May 2004, 19:57
Location: Québec, Canada
Contact:

Post by StudioZ »

Sorry guys. A little off topic here, but...
You touched me Pepe :wink:
It's either one or the other ... ?
If ever I am not a real man...
I might just simply be a real megalomaniac :lol:
Anyhow... with the fundraising and upcoming features
my head is simply filled by phpwcms projects...
I am taking down a lot of notes these days 8)

Take care and see you soon :wink:

Yves
Image
PhpWCMS Evangelist, -- iRoutier.com Running phpWCMS 1.4.2, r354 -> Great Version!!!!
birolkab
Posts: 3
Joined: Fri 29. Jul 2005, 11:20
Contact:

Hallo

Post by birolkab »

Hallo

ich habe ein Problem bei meiner Menu leiste. Ich möchte das die erste zweite und dreite ebene untereinander beleibt. Bei mir verschiebt sich das nach rechts. http://www.guvenli-araba-satisi.com

Bitte um hilfe
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Post by flip-flop »

Hi,

please write in engl. language. -> phpwcms Support English

Your problem:

1. ----------------------
.nlu_navi1 ul {
margin: 0 0 0 10px; !!!!!!

-> That isn´t the best idea. If you want to position the menue please wrap it with a div.
E.g.: <div class="menue_pos"><div class="nlu_navi1"> ............ </div></div>

2. ----------------------
/* ++ background color; url of the image; image adjust e.g. left gap 10px */
/* ++ Hintergrundfarbe; URL der Grafik ; Grafik einrücken z.B. 10px */
background: #81909F url(../../img/article/navi1_norm.gif) 10px 1px no-repeat;

/* ++ Text adjust e.g. upper gap and left gap 25px */
/* ++ Text justieren 1px oben und 25px von links */
padding: 1px 0 0 25px;

-> And so on ..........

Please read the the css file again. You will find your answer in the comments.

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
Post Reply