
Donna
Staff
/ Moderator

Oct 31, 2006, 2:36 PM
Post #2 of 2
(1600 views)
Shortcut
|
|
Re: [sriinc] Category list & headlines disappeared
[In reply to]
|
Can't Post
|
|
Hi there :) This generally means that for some reason, Server Side Includes are not working via your search engine. The "Next/Prev/More Headlines" buttons all use the search engine to display the dynamic content. Article Manager has two systems it uses to pull in the supporting content on those pages -- one is a regular SSI, the other is a special Article Manager "template include" system. To see which one you're using, take a look in the Setup Options under "Dynamic Page Rendering". If you have Resolve "template include" tags set, you'll need both sets of code (SSI's & template includes.) If you have Resolve SSIs and Server-side Scripting, then only the SSI is required. Since the code is working on your main pages, you probably have the first one set. In this case, you can try setting it to Resolve SSI's, then see if your search engine works. If it does -- great! You're done. :) If not, it generally means that your server doesn't support that method, so we switched it to template includes for you. The only thing you need to do differently is when you add server side includes (SSI) to the page - you'll need to mirror all of your SSI's with corresponding template includes. For example, if you have the following SSI: <!--#include file="navigation_header.html" --> You'll need to change it to this: <!--#include file="navigation_header.html" --> <!-- template include : navigation_header.html --> Template includes are relative to Article Manager's publish directory. If you need to have some sort of server side scripting in your search results, like PHP or ASP, we'll need to work with your web hosts to see if they will resolve the settings that currently make that impossible. Let me know if you have any other questions. :) If you'd like, you can send me a link to your website, and I can take a look at it directly and see what exactly is going on. Donna -- support@interactivetools.com
|