Jump to content


Forum Breadcrumb


  • You cannot reply to this topic
No replies to this topic

#1 visiblesoul

  • Administrators
  • 551 posts
  • Location:Earth
  • Texas

Posted 10 September 2004 - 12:36 PM

How to change the forum breadcrumb

The MKPortal install has instructions for modifying the IPB functions.php file. This is where you change the breadcrumb "home/portal" link to say what you want it to instead of the default "MK Portal".

This is the MKPortal breadcrumb addition:

forums/sources/functions.php said:

        $nav  = $skin_universal->start_nav();


//-- mod_mkportal begin
        global $MK_PATH;
        if (strpos($MK_PATH, "../") === 0) {
            $nav .= "vars['board_url']).(substr($MK_PATH, 2))."index.php'>MK Portal"."<{F_NAV_SEP}>";
        }
        else {
            $nav .= "MK Portal"."<{F_NAV_SEP}>";
        }
//-- mod_mkportal end


-=DKC=-


Please note that I offer free support on this forum in my free time. Depending on how much work I have backlogged it may take me a week or more to answer questions. I am not ignoring you. I answer everyone but please be patient. Thanks.

Disclaimer: All forum posts, including code examples, on this forum are offered for free in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Use code examples at your own risk.

"If at first you don't succeed, keep on suckin' til you do succeed." -Curly Howard





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users