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.

Sidebar Archives list

October 07, 2010 3:29pm

Subscribe [2]
  • #1 / Oct 07, 2010 3:29pm

    astroscout7

    8 posts

    Big picture - I am trying to list all of the entries for one channel in the sidebar in a ul.. this works on parent pages, but not child pages.

    Nitty gritty (in case big picture was too big) - I have a ‘parent’ page that lists out faculty members with excerpts, basic info, etc. in the main column… In the sidebar I’ve created a jquery slidetoggle thingy that lists out only the names (last, first, middle) of everyone in the main column. Everything shows up fine in the main page, and if I click on the names in the sidebar it goes to the correct child page…. BUT when I am on the child page, the sidebar list only shows the name of the current entry, not a list of everyone like on the previous page.

    I am embedding the same code on both pages:

    <ul>
        {exp:channel:entries channel="research-faculty"}
        <li><a href="http://{title_permalink=%27research-faculty/research-faculty-profile%27}" title="">{lastname}, {firstname} {middlename}</a></li>
        {/exp:channel:entries}
    </ul>

    Any thoughts?

  • #2 / Oct 11, 2010 1:09am

    RDI Land

    1 posts

    I don’t want the hi-jack your thread, but I’m having the same issue right now as well. I’m feeling dense over it.

  • #3 / Oct 11, 2010 3:12am

    Rob Allen

    3108 posts

    Add dynamic=“no” to your channel tag

    {exp:channel:entries channel="research-faculty" dynamic="no"}
  • #4 / Nov 02, 2010 11:44am

    astroscout7

    8 posts

    Thanks! Worked like a charm!

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

ExpressionEngine News!

#eecms, #events, #releases