Page 1 of 1

Link list plugin prob

Posted: Wed Jun 29, 2005 9:20 pm
by Dangtz
Hi,
I loaded the link list plugin from the cvs and im having a prob where the list disappears everytime I visit a catagory,archive, or visit event. Anyone have any ideas on how i can fix that? Or if you need more information please let me know.

Posted: Wed Jun 29, 2005 10:39 pm
by oxygenws
could you explain more?

could i test it myself?

Posted: Wed Jun 29, 2005 10:46 pm
by Dangtz
well you can visit my site and see it. im in the process learning how to make a theme so you may see some freaky stuff happening.

Posted: Thu Jun 30, 2005 10:46 am
by garvinhicking
Check your Serendipity configuration and make sure that your "baseURL" configuration directive is set to something like "http://gtzhome.com". It seems that path setting is empty on your host.

This leads to the fact that the javascript cannot be loaded in "virtual subdirectories", as relative links are used.

Regards,
Garvin

Posted: Thu Jun 30, 2005 5:30 pm
by Guest
Thanks for setting me into the right direction. But i didnt want to put in a base url since since i have mutli adrress's point to my server. But by clicking yes to
Autodetect used HTTP-Host
If set to "true", Serendipity will ensure that the HTTP Host which was used by your visitor is used as your BaseURL setting. Enabling this will let you be able to use multiple domain names for your Serendipity Blog, and use the domain for all follow-up links which the user used to access your blog.
It fixed the problem thanks again.