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.

Conditional Issue

July 10, 2012 12:56pm

Subscribe [1]
  • #1 / Jul 10, 2012 12:56pm

    abilloo

    9 posts

    Hi,

    We outsourced our website they used ExpressionEngine for us. They went out of business, I am working on Form Templates to fix some minor issues. I having problem with Conditional statement Please check it out.

    I need to add 3 conditions I don’t know how can i do it. I works with two only.

    Here is the actual code and I want to add 3rd condition. it will be like if page1 is not equal && page2 is not equal to how about 3rd page can i add it?

    {if segment_3!="distinguished-senior-faculty" && segment_3!="affiliated-faculty"}

    this is the current code I want to add 3rd one for example

    Something like this i don’t know the correct way please help.

    {if segment_3!="distinguished-senior-faculty" && segment_3!="affiliated-faculty" && segment_3!="Senior-Professor-of-law"}

    This is the actual website
    http://www.law.whittier.edu/index/meet-the-faculty/

    I am trying to remove Alphabet sorting from these 3 URLS only you can see in actual code that’s why i need the statement. I did it for 2 but third one i have no clue.

     

     

  • #2 / Jul 11, 2012 3:08pm

    Dan Decker

    7338 posts

    Hi abilloo,

    Thanks for posting your questions!

    I can see some of what you are trying to do, but it would be really helpful to see the full template. There is a error somewhere in your sidebar. If you hover over the link for Senior Professor of Law, it has the complete site path twice.

    Showing the whole template will let me see exactly what’s going on here.

    Cheers,

  • #3 / Jul 11, 2012 3:33pm

    abilloo

    9 posts

    Hi,

    Thanks for the fast reply. I did attach the file last time I guess it didn’t appear. let me try again
    Thanks
    Aisha

    I think I can’t attach files here. What should I do?

    look at the screen shot these are the files i have in template group and below are the codes for list sub nav and index

  • #4 / Jul 11, 2012 3:36pm

    abilloo

    9 posts

    <!—Start Code

    Index Page for the directory

    {embed="site/html-header" browser_title="{exp:structure:titletrail seperator="|"}"}
    
    <body>
    
     <div id="wrap">
      <div id="innerWrap">
       
       <div id="header">
       
        {embed="search/search-box"}
        
        <h1 class="logo"><a href="/index">Whittier Law School</a></h1>
        
       </div><!--/header-->
       
       {embed="site/main-nav"}
    
       {embed="site/resources-nav"}
        
       <div id="sectionHeader">
        <div class="breadcrumbs">{if segment_4}{exp:structure:breadcrumb inc_here="no"}{if:else}<a href="/index">Home</a> » {/if}</div>
        <h1>{structure:top:title}</h1>
    
       </div><!--/sectionHeader-->
       
       <div id="contentArea"{if segment_3=="distinguished-senior-faculty"} class="distinguishedSeniorFaculty"{/if}>
        
        {embed="meet-the-faculty/sub-nav"}
        
        <div id="contentCol" class="directoryListing">
        <h2 class="columnHeader">{if segment_3=="distinguished-senior-faculty"}Distinguished Senior Faculty{if:elseif segment_3=="adjunct-faculty"}Adjunct Faculty{if:elseif segment_3=="full-time-faculty"}Full-Time Faculty{if:elseif segment_3=="clinical-faculty"}Clinical Faculty{if:else}Faculty{/if}</h2>
         {if segment_3!="distinguished-senior-faculty" && segment_3!="affiliated-faculty"}
         {exp:low_alphabet:azlist channel="faculty" alpha_field="faculty_initial" alpha_ignore="the|a" numbers="after" group_numbers="yes" numbers_label="#"}
         {if count == 1}<ul id="smallTabs">{/if}
          <li><a href="http://{path=">{low_alphabet_label}</a></li>
         {if count == total_results}</ul>{/if}
         {/exp:low_alphabet:azlist}
         {/if}
       
       <div id="facultyListingsContainer">
       {if segment_3=="distinguished-senior-faculty"}
       Our Distinguished Senior Professors of Law are no longer actively teaching at the law school. We include their names and profiles as part of our larger faculty community to honor their long-term service to Whittier Law School.
       {/if}
        {exp:low_alphabet:entries channel="faculty" alpha_field="faculty_lastName" alpha_ignore="the|a" numbers="after" group_numbers="yes" numbers_label="#" alpha_filter="{segment_3}" orderby="faculty_lastName" disable="category_fields|member_data|trackbacks" pagination="bottom" limit="10" rdf="off"}  
        <div class="facultyListing{if count==1} firstListing{/if}{if count==total_results} lastListing{/if} {switch='dark|light'}">
        {if faculty_imageSmall}{faculty_imageSmall}{if:else}/site/designs/content/images/directoryPlaceholder.gif{/if}
         <div class="facultyInfo">
    
          <h2>{if segment_3!="distinguished-senior-faculty"}<a href="/index/{segment_1}/profile/{url_title}">{faculty_firstName} {faculty_lastName}</a>{if:else}{title}{/if}</h2><p><h2><br />
          {if segment_3=="distinguished-senior-faculty"}{faculty_background}{if:else}{faculty_academicTitle}{/if}     <br />
         </div><!--/facultyInfo--><br />
         <div class="facultyContactInfo"><br />
         {if segment_3!="distinguished-senior-faculty"}<a href="/index/{segment_1}/profile/{url_title}">View Profile</a>{/if}<br />
          <br />
         </div><!--/facultyContactInfo--><br />
        </div><!--/facultyListing--><br />
        {paginate}<br />
        {if "{total_pages}" != 1}Page {current_page} of {total_pages} pages {pagination_links}{/if}<br />
        {/paginate}<br />
        {/exp:low_alphabet:entries}<br />
       <br />
       </div><!--/facultyListingContainer--><br />
      </div><!--/contentCol--><br />
        <br />
        <div id="spotlightCol"><br />
         <br />
        {embed="site/spotlight-col"}</p>
    
    <p>     </div><!--/spotlightCol--><br />
       </div><!--/contentArea--></p>
    
    <p>{embed="site/footer"}

     


    —->

  • #5 / Jul 11, 2012 3:38pm

    abilloo

    9 posts

    <!—Sub Nav Code which is side bar

    <div id="subNav">
     <h3>In This Section</h3>
    <p> <br />
        <ul id="nav-sub"><br />
    <li class="sub-level-0"><a href="/index/meet-the-faculty/">All Faculty</a><br />
    </ul><br />
      <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/full-time-faculty">Full-Time Faculty</a></li><br />
                <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/clinical-faculty">Clinical Faculty</a></li><br />
                <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/adjunct-faculty">Adjunct Faculty</a></li><br />
                <br />
                <br />
                <ul><br />
      <br />
      <hr color="#FFFFFF" size="1" ><br />
    <li class="sub-level-0"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/affiliated-faculty">Affiliated Faculty</a></li></ul><br />
    <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/http://www.law.whittier.edu/index/meet-the-faculty/category/Senior-Professor-of-law">Senior Professor of Law</a></li><br />
     <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/distinguished-senior-faculty">Distinguished Senior Faculty</a></li></p>
    
    <p></div><!--/subNav-->

     

    —>

  • #6 / Jul 11, 2012 3:38pm

    abilloo

    9 posts

    List of faculty profiles

    {embed="site/html-header" browser_title="{exp:structure:titletrail seperator="|"}"}
    
    <body>
    
     <div id="wrap">
      <div id="innerWrap">
       
       <div id="header">
       
        {embed="search/search-box"}
        
        <h1 class="logo"><a href="/index">Whittier Law School</a></h1>
        
       </div><!--/header-->
       
       {embed="site/main-nav"}
    
       {embed="site/resources-nav"}
        
       <div id="sectionHeader">
        <div class="breadcrumbs">{if segment_4}{exp:structure:breadcrumb inc_here="no"}{if:else}<a href="/index">Home</a> » {/if}</div>
        <h1>{structure:top:title}</h1>
    
       </div><!--/sectionHeader-->
       
       <div id="contentArea">
        {embed="meet-the-faculty/sub-nav"}
        
        <div id="contentCol" class="directoryListing">
         <h2 class="columnHeader">Faculty</h2>
         {exp:low_alphabet:azlist channel="faculty" alpha_field="faculty_initial" alpha_ignore="the|a" numbers="after" group_numbers="yes" numbers_label="#"}
         {if count == 1}<ul id="smallTabs">{/if}
          <li><a href="http://{path=">{low_alphabet_label}</a></li>
         {if count == total_results}</ul>{/if}
         {/exp:low_alphabet:azlist}
       
       <div id="facultyListingsContainer">
        {exp:low_alphabet:entries channel="faculty" alpha_field="faculty_lastName" alpha_ignore="the|a" numbers="after" group_numbers="yes" numbers_label="#" alpha_filter="{segment_3}" orderby="faculty_lastName" disable="category_fields|member_data|trackbacks" dynamic="off" pagination="bottom" limit="10" rdf="off"}  
        <div class="facultyListing{if count==1} firstListing{/if}{if count==total_results} lastListing{/if} {switch='dark|light'}">
        {if faculty_imageSmall}{faculty_imageSmall}{if:else}/site/designs/content/images/directoryPlaceholder.gif{/if}
         <div class="facultyInfo">
    
          <h2><a href="/index/{segment_1}/profile/{url_title}">{faculty_firstName} {faculty_lastName}</a></h2>
    <p>      {faculty_academicTitle}     <br />
         </div><!--/facultyInfo--><br />
         <div class="facultyContactInfo"><br />
          <a href="/index/{segment_1}/profile/{url_title}">View Profile</a><br />
          <br />
         </div><!--/facultyContactInfo--><br />
        </div><!--/facultyListing--><br />
        {paginate}<br />
        {if "{total_pages}" != 1}Page {current_page} of {total_pages} pages {pagination_links}{/if}<br />
        {/paginate}<br />
        {/exp:low_alphabet:entries}<br />
       <br />
       </div><!--/facultyListingContainer--><br />
      </div><!--/contentCol--><br />
        <br />
        <div id="spotlightCol"><br />
         <br />
        {embed="site/spotlight-col"}</p>
    
    <p>     </div><!--/spotlightCol--><br />
       </div><!--/contentArea--></p>
    
    <p>{embed="site/footer"}

  • #7 / Jul 12, 2012 3:37pm

    Dan Decker

    7338 posts

    Hi abilloo,

    I found a bit of the problem.

    <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/http://www.law.whittier.edu/index/meet-the-faculty/category/Senior-Professor-of-law">Senior Professor of Law</a></li>

    Should be:

    <li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/Senior-Professor-of-law">Senior Professor of Law</a></li>

    I think that will get you sorted out.

    Cheers,

  • #8 / Jul 12, 2012 3:41pm

    abilloo

    9 posts

    Thank you so much. wow i did goof with the link. Thanks a lot for the help. yes it did work.

    Thanks
    Aisha

  • #9 / Jul 16, 2012 1:36pm

    Dan Decker

    7338 posts

    Hi Aisha,

    Awesome!

    If you need anything else, just let me know.

    Cheers!

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

ExpressionEngine News!

#eecms, #events, #releases