WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => Templates, Menus & Design => Topic started by: Xagone on May 09, 2011, 08:16:00 PM

Title: Double Step Menu with show_menu2
Post by: Xagone on May 09, 2011, 08:16:00 PM
Here a little demo how I do double step css menu with show_menu2

http://votreespace.net/wbdemo/pages/doublemenu.php
Title: Re: Double Step Menu with show_menu2
Post by: PurpleEdge on May 10, 2011, 10:40:51 AM
Thank you, that is very nice!
Title: Re: Double Step Menu with show_menu2
Post by: Argos on May 10, 2011, 11:39:28 PM
Nice! The downside is that you cannot use the page titles on pages anymore... For the menu the page titles must be short and to the point, whereas page titles used on actual pages are much longer and often more like sentences. So you must use <h1>This is the page title for this page</h1> within the WYSIWYG editor. That's not a big problem, but the page titles that are set in the page settings also function as page titles for search engines, and short page titles are not as effective as longer ones.

To sum up: your solution is clever and works nicely, but it can have a negative impact on usability and SEO.

I wish for an extra field besides Menu Title, and Page Title...
Title: Re: Double Step Menu with show_menu2
Post by: Xagone on May 10, 2011, 11:43:01 PM
since the keywords is not something usefull anymore, it's would be great if sm2 could read thems!
Title: Re: Double Step Menu with show_menu2
Post by: Xagone on May 10, 2011, 11:48:17 PM
what am I saying, sm2 can!

[keywords]

you can make your [keywords] something like "Pride<br /><span>I am good</span>" so the menu would be from the keywords section since no search engine use them anymore....

and use sm2 like this :
Code: [Select]
show_menu2(0, SM2_ROOT+1, SM2_START,SM2_TRIM,'[li][a][keywords]</a>');
Title: Re: Double Step Menu with show_menu2
Post by: Xagone on May 10, 2011, 11:57:38 PM
seams to have been removed from version 4.9.5... since it was working in 4.7!
Title: Re: Double Step Menu with show_menu2
Post by: Argos on May 11, 2011, 12:06:16 AM
seams to have been removed from version 4.9.5... since it was working in 4.7!

Really? That's a shame, cause it was a clever way of using the obsolete keywords field...
Title: Re: Double Step Menu with show_menu2
Post by: Stefek on May 11, 2011, 12:07:49 AM
I agree..
If this functionality is gone, it's a pity.

I hope it's not (didn't look).

Regards,
Stefek
Title: Re: Double Step Menu with show_menu2
Post by: DarkViper on May 11, 2011, 05:42:22 AM
seams to have been removed from version 4.9.5... since it was working in 4.7!

sometimes it helps to read the documentation..  :wink:

README.en.txt Line 333
this this Flag never has been changed since SM2 Version 4.5 from 2008-04-14
Title: Re: Double Step Menu with show_menu2
Post by: Xagone on May 11, 2011, 02:30:50 PM
but it does not work
Title: Re: Double Step Menu with show_menu2
Post by: DarkViper on May 11, 2011, 02:38:33 PM
there nothing has been changed as i know.
but i'll test it in any case and give response.
Title: Re: Double Step Menu with show_menu2
Post by: Xagone on May 11, 2011, 02:42:50 PM
it gives something like "[keywords=UNKNOWED]"
Title: Re: Double Step Menu with show_menu2
Post by: Bug on May 12, 2011, 08:11:43 PM
I needed it once and made it slightly different

The change made to the core was that i made an extra field in the page settings. Under page title, menu title i made a field called 'submenu title'.

This way i can use [SUBMENU_TITLE]  just as you can use the regular menu title
Title: Re: Double Step Menu with show_menu2
Post by: Argos on May 12, 2011, 08:33:44 PM
That would be ideal. Could you give us info about how to do that?  :wink:
Title: Re: Double Step Menu with show_menu2
Post by: Bug on May 12, 2011, 10:12:28 PM
I have to get those files together, I will try to do that tomorrow
Title: Re: Double Step Menu with show_menu2
Post by: Bug on May 17, 2011, 11:51:15 AM
changed the admin/pages/settings.php
> added a field called menu title 2, menusubtitel or whatever ...
> added a field to the mysql table called menu_title2

made some additions to showmenu module so that it understands [menu_title2]

it was quite some time ago and havent got the time to fully explore all i have done but this should be it

I suggest you only go and edit core-stuff if you either know what you are doing or make a backup first and keep track of what you are messing up :)




[gelöscht durch Administrator]