Forums / Setup & design / Links in Left menu shortened
Mark Emms
Friday 26 January 2007 7:01:03 am
I've installed eZ Publish 3.8 and set up a site. One of the pages has a long name and the menu shortens it and puts ... at the end.
How can I prevent this from happening?
Mark thanks
Claudia Kosny
Sunday 28 January 2007 12:02:10 pm
Hi Mark
Most likely you need to find the template that is used for displaying the menu in question. Check here if you have problems with that: http://ez.no/community/articles/ez_publish_performance_optimization_part_2_of_3_identifying_trouble_spots_by_debugging/debug_settings
In the template code you will most likely find that the shorten operator is used on the names, just remove it. http://ez.no/doc/ez_publish/technical_manual/3_8/reference/template_operators/strings/shorten
Please note that showing full names might distort the layout a bit, this depends mainly on the css you use.
Claudia