
ross
Staff
/ Moderator

Oct 12, 2006, 10:25 AM
Post #6 of 6
(3126 views)
Shortcut
|
Hi. Glad you are getting on well with your templates . Removing the category name on your article summary page is quite easy. The only thing is that I am not quite sure what you mean by article summary page. That’s not a big problem because there is probably only two possibilities anyway and the code change would be the same. The first would be what we call your index page. This is a page that lists the most recent articles from any category and puts a summary bellow each article title. If this is the page we are talking about here, the template you are looking for is /templates/index/default.html The second would be what we call your article pages. This is a page dedicated to just one article and will typically display anything you entered in the Article Content field. If this is the page we are talking about, the template you are looking for is /templates/article/default.html Now, in either case, you’ll be opening up your template and looking for this bit of code:
<span class="header_breadcrumb">$cat_breadcrumb$</span> If you remove that, the category names aren’t going to be showing above your articles. This is referred to as the category breadcrumb. With the titles of the navigation bars, there are few different templates they are pulled in from. Here’s a run down: Front Page -> is actually coming from a setting on the Server tab in Setup Options. Just look for the field labeled: “Global Category Name” and you’ll see it. Search -> This comes from the /templates/search/search_form.html template. You’ll see it up a the top of the page. Latest Headlines -> This actually comes from two different places depending on what page you are looking at. On index pages, it will come from /templates/headlines_bycat.html and on article pages it will come from /templates/headlines/default.html.. In both cases, it’s like the other one. Just up a the top. Have a look and let me know how you make out. Remember to republish your articles after making a template change . ----------------------------------------------------------- Cheers, Ross Fairbairn - Product Specialist support@interactivetools.com Hire me! 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 Priority Consulting: http://www.interactivetools.com/consulting/
|