Forums / General / URL ; Don't show one content class inside URL

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

URL ; Don't show one content class inside URL

Author Message

Etienne Loth

Friday 05 August 2011 4:57:32 am

Hello,

I'm working on a new website with 3 top menu then i have arborescence like this :

  • Root
    • Menu Left
      • Item 1
      • Item 2
    • Menu Center
      • Item 1
      • Item 2
      • Item 3
    • Menu Right
      • Item 4

Then i use my node "Menu..." just cause i need to separate my différents item in my 3 différents menus. But if i look my urls i got :  index.php/Menu-Left/Item1 and i would like to hava index.php/Item1 is it possible ?

 

Thanks a lot

Nicolas Lescure

Friday 05 August 2011 9:13:01 am

Hi, and welcome for your 1st post here.

All Items have to be under your root node.

Three easy ways in my opinion :

  • a menu class : a title + object relations to your Items. 
  • 3 different classes for your items
  • Your root class with 3 object relations attributes to build your menus

HTH

 

Etienne Loth

Monday 08 August 2011 2:22:54 am

Thanks a lot !

I thinks i'm gonna use the solution 3 :p