Forums / Setup & design / Hide left menu on collected info page- SOLVED

"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".

Hide left menu on collected info page- SOLVED

Author Message

Richard Lundberg

Tuesday 18 November 2008 4:50:45 pm

Hi,

I have a design where I want to selectively hide the left menu. This I have achieved through setting the HideLeftMenuClasses[]=... in the menu.ini.append.php file.

However, I have created a custom form class, set the lef menu to be hidden for this class, but I cannot get rid of the left menu in the collected info page that appears after the form has been submitted succesfully.

Does anybody have any ideas.

Thanks in advance,

Richard Lundberg

Just worked it out.

Add

{elseif  $uri_string|contains("content/collectedinfo")}
    {set $pagestyle       = 'nosidemenu noextrainfo'}    

near the top of the paylayout.tpl

www.peakm3.com