Info
- 3 posts
- 2 voices
- Started 1 year ago by sureshdrim
- Latest reply from sureshdrim
- This topic is resolved
Permalinks Error
-
- Posted 1 year ago #
Hello All,
I have activated nicer permalinks for my forum,its working nice for topics and forums pages.But it has some problem with menus like home,videos added in header or footer.
Example:
If I click Videos button on header from home Page it has URL http://www.xyz.com/videos.php (Valid URL)but when same button clicked from topic page it has URL http://www.xyz.com/topic/videos.php (Wrong URL)
I am unable to understand why the same button on header is navigating to two different URL when clicked from different pages though it has the same HREF value= "videos.php"
Please help !
-
- Posted 1 year ago #
This is the way relative URLs function. You must modify your template and put on the absolute URL.
<a href="<?php bb_uri('/videos.php'); ?>">video</a> -
- Posted 1 year ago #
Thanks Zaerl,
It has solved my problem.
-
This topic is
closed