MX Breadcrumbs Forum :: Breadcrumbs and CSS Menus

This thread was displayed: 255 times


Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.

For more information about the affected products visit: www.interaktonline.com/Support/

View Threaded Show descending
danielsebas
12-26-2006 21:48:47 GMT +2

Hello, in a post I found that you can use CSS Menus tables for breadcrumbs by adding the code:

SELECT *, CONCAT(link_field, '?id=', primary_key)

in the CSS Menus Recordset.

 I did that but I'm using MX Includes so the CSS Menus use mod as the URL id like in the tutorials so my code is

SELECT *, CONCAT(url_link_mnu, '?mod=', id_mnu) FROM menu_mnu

 and I'm sending id's like this one

index.php?mod=overview&ubi=3&p=5

and sometimes they have more id's. In breadcrumbs I don't know how to retrieve all the complex id I'm sending, I just can obtain the mod=overview but the rest it doesn't retrieves. How can I retrieve all the url_link_mnu field from the menu table in Breadcrumbs?

Back | Reply | Quote | Top
Ionut MOICIANU
01-05-2007 16:44:16 GMT +2

Hello,

MX Breadcrumbs can only be set up to use one parameter ("mod" in your case), be design.

You can't achieve the same navigation type as in CSS Menus.

Regards,
Ionut

Reply | Quote | Top
MX Breadcrumbs 1.8.3
© Adobe Systems Romania. All rights reserved.