Filter the content.

Permalink
Hi
I have made a website for my work and school content and now a want it to be in concrete5.

But i can't get it to work:http://dorfer.dk/ny/pages/work.php...

When you click on the menu (Design, logo etc.) i changes what it have as a tag.

But my question is, is there a block for this or how could i get it to work?

thanks
Nico

 
Steevb replied on at Permalink Reply
Steevb
Do you want to convert your site to work with Concrete5?



Your links are empty, they wont go anywhere!

<li><a href="#">Design</a></li>
      <li><a href="#">Web</a></li>
      <li><a href="#">Photo</a></li>
      <li><a href="#">Logo</a></li>
      <li><a href="#">Information Architecture</a></li>
NDorfer replied on at Permalink Reply
Yes i know that they are empty, they are used for sorting, so when i press Logo, anything that have the class logo will appear. And of cause the rest will disappear.

I'm looking for that kind of sorting.

and yes i want to convert it, I'm already doing it on my localhost.
Responsive replied on at Permalink Reply
Responsive
Hi Nico

In the division where your navigation currently sits change the code for a global area ( thats if ur using 5.5.0 ) and then in your Stacks add a auto nav block to your Header Nav and change the appearance using your CSS or custom template.

<?php
$a = new GlobalArea('Header Nav');
$a->display();
?>
NDorfer replied on at Permalink Reply
i'm currently sitting on 5.4.2.2 because its the last stable version.

But if i use the Global Area, how could i recognize what it should sort?

in my html, it have a class

<li class="photo logo"><a href="work_description.php" ><img src="../images/work/282x120-1.jpg" alt="Prøve" height="120" width="282" /></a></li>