r_284

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

r_284

Post by Jensensen »

http://code.google.com/p/phpwcms/source/detail?r=284

How to get the new --> menu title working?

I added to the Database:

Code: Select all

#2008-12-22
ALTER TABLE `phpwcms_article` ADD `article_menutitle` VARCHAR( 255 ) NOT NULL ;
added some menu title but can't see it anywhere, for example CP Article menu.

Any hint?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: r_284

Post by flip-flop »

NAV_LIST_UL:

@string $parameter = "menu_type, start_id, max_level_depth, class_path, class_active,ul_id_name,
wrap_ul_div(0 = off, 1 = <div>, 2 = <div id="">, 3 = <div class="navLevel-0">),
wrap_link_text(<em>|</em>, articlemenu_start_id)"

menu_type: PA, P, FPA, FP, F, FA
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: r_284

Post by Jensensen »

Hi flip-flop,

thank you! So, this seems to be an extension for NAV_ RTs, isn't it?
Well, not yet tested.

There's one aspect I don' understand:
Navi RTs like NAV_LIST_UL match the site structure levels, so, why can you add the new "menu title" when you edit the --> article information?
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
flip-flop
Moderator
Posts: 8178
Joined: Sat 21. May 2005, 21:25
Location: HAMM (Germany)
Contact:

Re: r_284

Post by flip-flop »

I think at this moment it doesn´t work. (not yet).
I can´t find any operation using FPA and FA ..... in \include\inc_front\front.func.inc.php -> function buildCascadingMenu .

Knut
>> HowTo | DOCU | FAQ | TEMPLATES/DOCS << ( SITE )
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: r_284

Post by Jensensen »

You're right. Actually I'm checking the 'diff' of front.func.inc.php. I think, we get a new NAV_LIST_UL shortly.
But right now I can't put things straight.

All tests didn't show anything new.
[ongoing development :wink: ]
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
User avatar
Jensensen
Posts: 3000
Joined: Tue 17. Oct 2006, 21:11
Location: auf der mlauer

Re: r_284

Post by Jensensen »

btw: SimplePie was inc_exted since many versions but, once again it was mentioned with r_284 / r_285.
It is used/necessary for--> INCOMING RSS feeds only ==> CP rss feed
{so_much} | Knick-Knack. | GitHub
Umlaute im URL sind meistens immer Kacke.
Post Reply