
MikeB
Staff
/ Moderator

Jun 3, 2006, 5:26 PM
Post #2 of 14
(7231 views)
Shortcut
|
|
Re: [Melz6682] how to specify an article location
[In reply to]
|
Can't Post
|
|
Hi, Thanks for the post! I'll outline how you can set up the "Front Page" of your site to include some content from Article Manager. 1. The first thing you'll want to do is get onto your server and save a copy of /artman/templates/search/search_results.html. You can call this front_page.html. 2. In this file you can strip out all of the external HTML (headers, footers, menus, etc) and just leave in the templatecells and HTML that will actually output the search results. You can save this file back onto your server here: /artman/templates/search/front_page.html 3. You'll want to open up the index.html file you're using and rename this index.shtml. This is because most servers are only set up to recognize SSI on .shtml pages. Underneath your "Business News" heading you'll just want to add a line that looks like this: <!--#include virtual="/path/to/search.cgi?search=1&perpage=5&template=search/front_page.html" --> You'll just want to have this include use your actual path to the search.cgi script. Once you've set up this SSI you can play around with this to add a couple more to different parts of this page. I hope this helps and if you have any other questions just let me know! Cheers, Mike Briggs - 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]
|