EllisLab text mark
Advanced Search
     
Conditional Issue
Posted: 10 July 2012 12:56 PM   [ Ignore ]
Joined: 2010-02-10
14 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.

 

 

 
Posted: 11 July 2012 03:08 PM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Avatar
Joined: 2005-10-18
7340 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,

 Signature 

How may I help you?

 
Posted: 11 July 2012 03:33 PM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2010-02-10
14 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

 
Posted: 11 July 2012 03:36 PM   [ Ignore ]   [ # 3 ]   [ Rating: 0 ]
Joined: 2010-02-10
14 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> &raquo{/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="{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"}
   
<p>Our Distinguished Senior Professors of Law are no longer actively teaching at the law schoolWe include their names and profiles as part of our larger faculty community to honor their long-term service to Whittier Law School.</p>
   
{/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}<img src="{faculty_imageSmall}" width="70" class="directoryHeadshot" />{if:else}<img src="/site/designs/content/images/directoryPlaceholder.gif" alt="Photo Unavailable" class="directoryHeadshot" />{/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><h2>
      
{if segment_3=="distinguished-senior-faculty"}<class="title">{faculty_background}</p>{if:else}<class="title">{faculty_academicTitle}</p>{/if}     
     
</div><!--/facultyInfo-->
     <
div class="facultyContactInfo">
     
{if segment_3!="distinguished-senior-faculty"}<class="viewProfile"><a href="/index/{segment_1}/profile/{url_title}">View Profile</a></p>{/if}
      
     
</div><!--/facultyContactInfo-->
    </
div><!--/facultyListing-->
    
{paginate}
    {if 
"{total_pages}" != 1}<p>Page {current_page} of {total_pages} pages {pagination_links}</p>{/if}
    {
/paginate}
    {
/exp:low_alphabet:entries}
   
   
</div><!--/facultyListingContainer-->
  </
div><!--/contentCol-->
    
    <
div id="spotlightCol">
     
    
{embed="site/spotlight-col"}

     
</div><!--/spotlightCol-->
   </
div><!--/contentArea-->

{embed="site/footer"

 


—->

 
Posted: 11 July 2012 03:38 PM   [ Ignore ]   [ # 4 ]   [ Rating: 0 ]
Joined: 2010-02-10
14 posts

<!—Sub Nav Code which is side bar

<div id="subNav">
 <
h3>In This Section</h3>
 
    <
ul id="nav-sub">
<
li class="sub-level-0"><a href="/index/meet-the-faculty/">All Faculty</a>
</
ul>
  <
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>
            <
li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/clinical-faculty">Clinical Faculty</a></li>
            <
li class="sub-level-1"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/adjunct-faculty">Adjunct Faculty</a></li>
            
            
            <
ul>
  
  <
hr color="#FFFFFF" size="1" />
<
li class="sub-level-0"><a href="http://www.law.whittier.edu/index/meet-the-faculty/category/affiliated-faculty">Affiliated Faculty</a></li></ul>
<
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>
 <
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>

</
div><!--/subNav--> 

 

—>

 
Posted: 11 July 2012 03:38 PM   [ Ignore ]   [ # 5 ]   [ Rating: 0 ]
Joined: 2010-02-10
14 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> &raquo{/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="{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}<img src="{faculty_imageSmall}" width="70" class="directoryHeadshot" />{if:else}<img src="/site/designs/content/images/directoryPlaceholder.gif" alt="Photo Unavailable" class="directoryHeadshot" />{/if}
     
<div class="facultyInfo">

      <
h2><a href="/index/{segment_1}/profile/{url_title}">{faculty_firstName} {faculty_lastName}</a></h2>
      <
class="title">{faculty_academicTitle}</p>     
     </
div><!--/facultyInfo-->
     <
div class="facultyContactInfo">
      <
class="viewProfile"><a href="/index/{segment_1}/profile/{url_title}">View Profile</a></p>
      
     </
div><!--/facultyContactInfo-->
    </
div><!--/facultyListing-->
    
{paginate}
    {if 
"{total_pages}" != 1}<p>Page {current_page} of {total_pages} pages {pagination_links}</p>{/if}
    {
/paginate}
    {
/exp:low_alphabet:entries}
   
   
</div><!--/facultyListingContainer-->
  </
div><!--/contentCol-->
    
    <
div id="spotlightCol">
     
    
{embed="site/spotlight-col"}

     
</div><!--/spotlightCol-->
   </
div><!--/contentArea-->

{embed="site/footer"
 
Posted: 12 July 2012 03:37 PM   [ Ignore ]   [ # 6 ]   [ Rating: 0 ]
Avatar
Joined: 2005-10-18
7340 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,

 Signature 

How may I help you?

 
Posted: 12 July 2012 03:41 PM   [ Ignore ]   [ # 7 ]   [ Rating: 0 ]
Joined: 2010-02-10
14 posts

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

Thanks
Aisha

 
Posted: 16 July 2012 01:36 PM   [ Ignore ]   [ # 8 ]   [ Rating: 0 ]
Avatar
Joined: 2005-10-18
7340 posts

Hi Aisha,

Awesome!

If you need anything else, just let me know.

Cheers!

 Signature 

How may I help you?