Certain Pages Link Text, others not

Questions and answers about ShopSite Custom Templates

Certain Pages Link Text, others not

Postby ajhauser » Mon Jan 30, 2012 11:39 pm

Here is an example of a page that shows both my link images and my link text: http://brotherscountrysupply.com/store/cat-main.html

I need to define the link name so that the search results don't show links named "Cat.Food.Brand1" and so on. How would I set it up so that certain pages like this use the link text: http://brotherscountrysupply.com/store/testimonials.html

While others use only the link image if there is one?

I'm open to suggestions.
Thanks very much.
Website Design, Website Development, eCommerce and Hosting
ajhauser
 
Posts: 84
Joined: Tue Dec 06, 2011 4:18 pm
Location: Earlville - the land of Earls

Re: Certain Pages Link Text, others not

Postby Jim » Tue Jan 31, 2012 10:59 am

use something like this
Code: Select all
[-- DEFINE LINK_TO_PAGE --]
  [-- IF PAGE.LinkGraphic --]
    <a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]" class="lk_img">[-- PAGE.LinkGraphic --]</a>
 [-- ELSE_IF PAGE.LinkText --]
    <a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]" class="lk_nme">[-- PAGE.LinkText --]</a>
  [-- ELSE_IF PAGE.LinkName --]
    <a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]" class="lk_nme">[-- PAGE.LinkName --]</a>
  [-- ELSE --]
    <a href="[-- OUTPUT_DIRECTORY_URL --]/[-- PAGE.FileName --]" class="lk_nme">[-- PAGE.Name REMOVE_HTML --]</a>
  [-- END_IF --]
[-- END_DEFINE LINK_TO_PAGE --]
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah

Re: Certain Pages Link Text, others not

Postby ajhauser » Wed Feb 01, 2012 11:09 pm

Hey Jim - thank you, this is perfect. Where should I send your check when this website is finally up and running??

:)
Website Design, Website Development, eCommerce and Hosting
ajhauser
 
Posts: 84
Joined: Tue Dec 06, 2011 4:18 pm
Location: Earlville - the land of Earls

Re: Certain Pages Link Text, others not

Postby Jim » Thu Feb 02, 2012 12:35 pm

Your favorite charity. ;-)
Jim
Site Admin
 
Posts: 4953
Joined: Fri Aug 04, 2006 1:42 pm
Location: Utah


Return to Custom Template Questions

Who is online

Users browsing this forum: No registered users and 12 guests