Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

I lost my links on the pages. Please advise me.

Quote Reply
I lost my links on the pages. Please advise me.
I have modified LINKS 2.0 templates. First time everything was ok. But now I can't see links and subcategories on my pages after buildig.
Where can I correct solve the problem?
Quote Reply
Re: I lost my links on the pages. Please advise me. In reply to
1) Make sure that all your template files are set to 666 (rw-rw-rw-).

2) Make sure that your /links/pages/ directory is set to 777 (rwxrwxrwx).

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums
Quote Reply
Re: I lost my links on the pages. Please advise me. In reply to
Thank you for reply, Eliot.

I have site after building (without any error messages): properly built main index.html file and category pages. Pages of categories include the following: site menu, banner, text, footer, …but there are no links and subcategories :-(.
Via ftp I see all files of my site: main index.html, folders of categories with index.html files in each of them.
What I did wrong?
Quote Reply
Re: I lost my links on the pages. Please advise me. In reply to
Well, if everything, but links are showing up, then make sure that you have links tag on separate lines, like the following:

Code:
<%if links%>
<%links%>
<%endif%>

in your category.html file.

OR download the Enhanced Template.pm in the Resource Center that will allow you to put tags on same lines.

Regards,

------------------
Eliot Lee....
Former Handle: Eliot
* Check Resource Center
* Search Forums