1 papertigress Aug 03, 2006 09:41
3 papertigress Aug 03, 2006 12:26
Well, that's good. . . at least it's something that can be fixed.
But I'm not quite sure what you mean. . . how do I make it work? I'll probably need it spelled it out :D I may be using PHP, but I still consider myself a beginner with anything besides HTML.
~PaperTigress
4 blueyed Aug 03, 2006 15:28
The problem is the meta base tag, which you insert into the site that displays the blog, through the skin.
So, you could either remove it - it's either "<base ...>" directly or through a function call (in the <head>...</head>) part.
The other solution would be to not just use "?id=news" in your navigation links, but a full URI, e.g. "/?id=news", then it does not get appended to the base URL.
5 papertigress Aug 04, 2006 11:16
Thanks so much! I deleted the base tage and it fixed it right up.
~Sarah W.
Part of your issue is due to the way b2evolution uses the "href" metatag. It is NOT your base URL! Instead it is the skin the visitor is using, which is why you're seeing a link to your skins/custom folder. What you want to do can be done. Sort of how including a link-back to [url=http://b2evolution.net]b2evolution[/url] can be done...