different categorys - different view

  • Posts: 155
  • Thank you received: 4
11 years 4 months ago #110861

Hallo.

is it possibel that i change the view for each category?

for example i want
category 1 -> DIV
category 2 -> list
category 3 -> table

thanks for reply

Please Log in or Create an account to join the conversation.

  • Posts: 2334
  • Thank you received: 403
11 years 4 months ago #110873

Hi there,

Just create a different menu for each category and give them a specific layout.
If you want to display these categories in a unique menu with different layout it's not possible.
The only would be to edit one of the layout (for example listing_img_title) and make a big condition like:

if($this->row->category_id == 1){
 //The first laout (which is the whole file)
}else{
  //second layout
}

The following user(s) said Thank You: Cattelan

Please Log in or Create an account to join the conversation.

Time to create page: 0.064 seconds
Powered by Kunena Forum