ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

Category Based Navigation

October 22, 2012 3:20pm

Subscribe [4]
  • #1 / Oct 22, 2012 3:20pm

    Martagnan

    10 posts

    Hello,
    So A few years ago I built an EE1 site for our local Church.  We’re looking to update things but I remember the biggest issue I had was creating the navigation.

    I wondered whether EE2 or an Add-on had since become available that could help me with making the following easier to handle…

    Basically i’m opening a category and then having to hard code through to the page.  The page then check which category it’s receiving and shows the appropriate content :(

    <ul>
    {exp:weblog:categories style="linear" show="1"}
    <li class='gs'><a href="http://{path=site/}">{category_name}</a>
    <ul>
    <li><a href="http://{path=site/whos_who}">Whos Who</a></li>
    <li><a href="http://{path=site/services}">Services</a></li>
    <li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
    <li><a href="http://{path=site/children_and_young_people}">Children & Young People</a></li>
    <li><a href="http://{path=site/youth_group}">Youth Group</a></li>
    <li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
    <li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
    <li><a href="http://{path=site/gallery}">Gallery</a></li>
    <li><a href="http://{path=site/schools}">Schools</a></li>
    <li><a href="http://{path=site/parish_magazine_download}">Magazine</a></li>
    <li><a href="http://{path=site/useful_links}">Links</a></li>
    <li><a href="http://{path=site/prayers}">Prayers</a></li>
    <li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
    <li><a href="http://{path=site/say_hello/}">Say Hello!</a></li>
    </ul>
    </li>
    {/exp:weblog:categories}
    
    {exp:weblog:categories style="linear" show="2"}
    <li class='ht'><a href="http://{path=site/}">{category_name}</a>
    <ul>
    <li><a href="http://{path=site/whos_who}">Whos Who</a></li>
    <li><a href="http://{path=site/services}">Services</a></li>
    <li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
    <li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
    <li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
    <li><a href="http://{path=site/gallery}">Gallery</a></li>
    <li><a href="http://{path=site/community_centre}">Community Centre</a></li>
    <li><a href="http://{path=site/schools}">School</a></li>
    <li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
    </ul>
    </li>
    {/exp:weblog:categories}
    
    {exp:weblog:categories style="linear" show="3"}
    <li class='sg'><a href="http://{path=site/}">{category_name}</a>
    <ul>
    <li><a href="http://{path=site/whos_who}">Whos Who</a></li>
    <li><a href="http://{path=site/services}">Services</a></li>
    <li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
    <li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
    <li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
    <li><a href="http://{path=site/gallery}">Gallery</a></li>
    <li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
    </ul>
    </li>
    {/exp:weblog:categories}
    
    {exp:weblog:categories style="linear" show="4"}
    <li class='sj'><a href="http://{path=site/}">{category_name}</a>
    <ul>
    <li><a href="http://{path=site/whos_who}">Whos Who</a></li>
    <li><a href="http://{path=site/services}">Services</a></li>
    <li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
    <li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
    <li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
    <li><a href="http://{path=site/gallery}">Gallery</a></li>
    <li><a href="http://{path=site/community_centre}">Community Room</a></li>
    <li><a href="http://{path=site/schools}">Schools</a></li>
    <li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
    </ul>
    </li>
    {/exp:weblog:categories}
    
    {exp:weblog:categories style="linear" show="5"}
    <li class='sm'><a href="http://{path=site/}">{category_name}</a>
    <ul>
    <li><a href="http://{path=site/whos_who}">Whos Who</a></li>
    <li><a href="http://{path=site/services}">Services</a></li>
    <li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
    <li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
    <li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
    <li><a href="http://{path=site/gallery}">Gallery</a></li>
    <li><a href="http://{path=site/schools}">Schools</a></li>
    <li><a href="http://{path=site/friends_of_ashton_parish_church}">Friends of Ashton Parish Church</a></li>
    <li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
    </ul>
    </li>
    {/exp:weblog:categories}
    
    {exp:weblog:categories style="linear" show="6"}
    <li class='sp'><a href="http://{path=site/}">{category_name}</a>
    <ul>
    <li><a href="http://{path=site/whos_who}">Whos Who</a></li>
    <li><a href="http://{path=site/services}">Services</a></li>
    <li><a href="http://{path=site/activities_and_groups}">Activities and Groups</a></li>
    <li><a href="http://{path=site/diary_dates}">Diary Dates</a></li>
    <li><a href="http://{path=site/notices_and_news}">Notices and News</a></li>
    <li><a href="http://{path=site/gallery}">Gallery</a></li>
    <li><a href="http://{path=site/schools}">School</a></li>
    <li><a href="http://{path=site/how_to_find_us}">How to Find Us</a></li>
    </ul>
    </li>
    {/exp:weblog:categories}
    </ul>

    Any advice or thoughts appreciated.

    Many thanks

    Martin

    [Mod Edit: Moved to the EE 2 Technical Support forum]

  • #2 / Oct 22, 2012 9:30pm

    NAlbuquerque

    20 posts

    This might get you what you need: http://devot-ee.com/add-ons/gwcode-categories

  • #3 / Oct 23, 2012 8:23am

    Boyink!

    5011 posts

    Curious - how often has that navigation changed since you created the site?

  • #4 / Oct 23, 2012 12:24pm

    Shane Eckert

    7174 posts

    Hey Martagnan,

    Thank you for posting your question!

    Looks like you have some feedback. What do you think?

    Cheers,

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases