Forums

[Plugin: Breadcrumb NavXT] can't modify settings (5 posts)

  1. nasium
    Member
    Posted 8 months ago #

    When I try and modify the settings for breadcrumb-navxt I get a Bad Request when I hit 'save changes'.

    Any ideas?

  2. mtekk
    Member
    Posted 8 months ago #

    I need to know more environmental data to pin point the issue. Do other settings work (e.g. the General, or Reading settings)? If not then you probably have an issue with too broad of mod_security rules. Try checking your HTTP server (e.g. Apache) error logs, see if it provides any more detailed information about the situation.

    -John Havlik

  3. nasium
    Member
    Posted 8 months ago #

    ya, that seems to fix that issue. However, since installing this plugin I can't seem to get the plugin to pull the administration settings.

    <?php
    				 if (!is_home()) {
    				 	if(class_exists('bcn_breadcrumb_trail')) {
    				 			echo '<div class="breadcrumb">';
    							//Make new breadcrumb object
    							$breadcrumb_trail = new bcn_breadcrumb_trail;
    							$breadcrumb_trail->fill();
    							$breadcrumb_trail->display();
    				 			echo '</div>';
    						}
    
    				 }
    				?>

    That is the code I am currently using, but it's not pulling the settings...

  4. nasium
    Member
    Posted 8 months ago #

    NM i got it. You should improve your docs a bit better. I never knew I had to use a different call to display the admin stuff... ok back to work...

  5. mtekk
    Member
    Posted 8 months ago #

    nasium,

    On the installation section (of the Breadcrumb NavXT page) it explicitly states what calling code you need to use in order for administrative interface's settings to load :). The documentation, at this time, is really more there for people who want to do things that the administrative interface does not directly allow.

    -John Havlik

Reply

You must log in to post.

About this Topic