Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
link in the menu are relative
#3
I've changed so in basic.php much but were absolute links
Code:
function find_url($slug, $parent, $type='relative') {
    global $PRETTYURLS;
    global $SITEURL;
    global $PERMALINK;
                
    if ($type == 'relative') {
        $full = $SITEURL;
    } elseif($type == 'relative') {
(2013-10-07, 22:53:10)shawn_a Wrote: Should be easy to do.

The get_nav... function uses find_url() get the path and it takes a param for relative.

So we can pass one through get_nav or use some global option.

PHP Code:
* @param string $slug
 
* @param string $parent
 
* @param string $type Default is 'full'alternative is 'relative'
 
* @return string
 
*/
function 
find_url($slug$parent$type='full') { 
Reply


Messages In This Thread
link in the menu are relative - by Oleg06 - 2013-10-07, 20:01:08
RE: link in the menu are relative - by shawn_a - 2013-10-07, 22:53:10
RE: link in the menu are relative - by Oleg06 - 2013-10-07, 23:56:53
RE: link in the menu are relative - by shawn_a - 2013-10-07, 23:59:37
RE: link in the menu are relative - by Oleg06 - 2013-10-08, 00:08:08
RE: link in the menu are relative - by shawn_a - 2013-10-08, 00:12:59
RE: link in the menu are relative - by Oleg06 - 2013-10-08, 00:20:39
RE: link in the menu are relative - by shawn_a - 2013-10-08, 00:23:04
RE: link in the menu are relative - by Oleg06 - 2013-10-08, 00:31:11
RE: link in the menu are relative - by Oleg06 - 2013-10-08, 01:06:13
RE: link in the menu are relative - by shawn_a - 2013-10-08, 06:20:27
RE: link in the menu are relative - by Oleg06 - 2013-10-08, 07:18:15
RE: link in the menu are relative - by shawn_a - 2013-10-08, 07:59:53
RE: link in the menu are relative - by Oleg06 - 2013-10-08, 15:56:28
RE: link in the menu are relative - by Oleg06 - 2013-10-12, 21:06:41
RE: link in the menu are relative - by D.O. - 2013-11-03, 16:40:34
RE: link in the menu are relative - by Oleg06 - 2013-11-03, 17:20:27
RE: link in the menu are relative - by D.O. - 2013-11-03, 18:48:25
RE: link in the menu are relative - by Oleg06 - 2013-11-03, 19:13:18



Users browsing this thread: 5 Guest(s)