Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Niklas

    (@niklasbr)

    Quick solution:

    //We'll want to switch between the two breadcrumb output types
    		if($instance['type'] == 'list')
    		{
    			//Display the list output breadcrumb
    			if (isset($instance['pretext'])) {
    				echo $instance['pretext'];
    			}
    			echo '<ol class="breadcrumb_trail breadcrumbs">';
    			bcn_display_list(false, $instance['linked'], $instance['reverse']);
    			echo '</ol>';
    		}
    Plugin Author John Havlik

    (@mtekk)

    Thanks for reporting that, it looks like I have some issues with the surrounding code as well. This will be fixed in the next release (will be working on that this weekend).

    For reference, I am tracking this issue here: https://github.com/mtekk/Breadcrumb-NavXT/issues/73

    Plugin Author John Havlik

    (@mtekk)

    This should be fixed in the ‘equestrian’ branch of Breadcrumb NavXT in GitHub and will make it into Breadcrumb NavXT 5.1. Please try it out.

    Plugin Author John Havlik

    (@mtekk)

    This is fixed in Breadcrumb NavXT 5.1.0 which was is now available.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Notice: Undefined index: pretext…’ is closed to new replies.