Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: News Manager & Job Manager:
Paths to Articles (News Manager)

 

 


k2
User

Oct 30, 2007, 12:22 PM

Post #1 of 4 (7204 views)
Shortcut
Paths to Articles (News Manager) Can't Post

Hi,

I'm using News Manager and have put the summary links on my home page via ssi, all fine.

The problem is when you click on the links to go to the main Article the path is wrong!

Here is a link - http://www.tribeck.org/

Basically the path of the links are pointing to http://www.tribeck.org/news_3.html

When they should be pointing to - http://www.tribeck.org/cm/publish/news_3.html

Basically how do I change the links so they point to the correct paths/pages?

Help appreciated

cheers - Kris


(This post was edited by k2 on Oct 30, 2007, 3:23 PM)


k2
User

Oct 30, 2007, 3:36 PM

Post #2 of 4 (7187 views)
Shortcut
Re: [k2] Paths to Articles (News Manager) [In reply to] Can't Post

I've tried changing the path within setup, but that then overwrites the index page?

HELP.

thanks

Kris


Jake
Staff / Moderator


Oct 31, 2007, 1:48 PM

Post #3 of 4 (7130 views)
Shortcut
Re: [k2] Paths to Articles (News Manager) [In reply to] Can't Post

Hi Kris,

Thanks for posting!

I think the problem here is being caused by relative URLs which don't work when accessed from a different location than where the main News Manager index is published. To fix this, you'll want to open up your "_index.html" template file and look for this line of code:


Code
<a href="$url$">


Try changing this so that the full path to the file is specified:


Code
<a href="http://www.yoursite.com/path/to/newsmanager/publish/$url$">


Give this a try and let us know if you need anything else. Smile
-----------------------------------------------------------
Cheers,
Jake Marvin - 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]


k2
User

Oct 31, 2007, 2:27 PM

Post #4 of 4 (7123 views)
Shortcut
Re: [Jake] Paths to Articles (News Manager) [In reply to] Can't Post

Yep, that did the trick.

Great support as always.

cheers

Kris