Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1:
Make Cat Headline in headline_bycat Link to Category

 

 


aerosurfer
User

Apr 24, 2007, 4:29 AM

Post #1 of 3 (2162 views)
Shortcut
Make Cat Headline in headline_bycat Link to Category Can't Post

How can I make the category name in the headlines_bycat file actually link to the category page ?


ChetW
Staff


Apr 25, 2007, 9:10 AM

Post #2 of 3 (2155 views)
Shortcut
Re: [aerosurfer] Make Cat Headline in headline_bycat Link to Category [In reply to] Can't Post

Hi aerosurfer,

Thanks for the post!

What you will want to do here is open the "headlines_bycat" template file and look for this chunk of code:


Code
<!-- templatecell : header --> 
<tr><td><span class="nav_right_category_name">$cat_name$</span></td></tr>
<!-- /templatecell : header -->



And change it to this:


Code
<!-- templatecell : header --> 
<tr><td><span class="nav_right_category_name"><a href="$url_index$">$cat_name$</a></span></td></tr>
<!-- /templatecell : header -->



After you have made this change you will also want to be sure and re-publish all your files. :)

Give this a try aerosurfer and if you have any other questions please feel free to ask.
Cheers,
Chet Woodside - Product Specialist
support@interactivetools.com

[hr][i][url "http://www.interactivetools.com/consulting/"][b]Hire me![/b][/url]
Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with [url "http://www.interactivetools.com/consulting/"][b]Priority Consulting[/b][/url].[/i]


aerosurfer
User

Apr 26, 2007, 1:37 AM

Post #3 of 3 (2153 views)
Shortcut
Re: [ChetW] Make Cat Headline in headline_bycat Link to Category [In reply to] Can't Post

Thanks Chet - Worked perfectly.