# # _____ _____ _____ _____ ____ _____ _____ _____ _____ # | __|| __ || _ || | || \ | __ || _ || || | | # | | || -|| || | | || | || __ -|| || --|| -| # |_____||__|__||__|__||_|___||____/ |_____||__|__||_____||__|__| # # ### README.txt CONTENTS OF THIS FILE --------------------- * Introduction * Requirements * Installation * Configuration * TROUBLESHOOTING / FAQ * Maintainers INTRODUCTION ------------ Easy Breadcrumb uses the current URL (URL "https://www.nngroup.com/articles/breadcrumb-navigation-useful/"). and the current page's title to automatically extract the breadcrumb's segments and its respective links. The module is really a plug and play module because it auto-generates the breadcrumb by using the current URL and nothing extra is needed. * For the description of the module visit: https://www.drupal.org/project/easy_breadcrumb REQUIREMENTS ------------ This module requires no modules outside of Drupal core. INSTALLATION ------------ Install the Easy Breadcrumb module as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information. DESIGN DECISIONS ---------------- Since the entire raw IRC message is passed off to each module, you are more than welcome to enforce either of the above in your own code. Note that you WILL have to insure that "botname: " and simply "" both do as you'd expect - we do not remove "botname:" from the start of messages (and thus a simple test of "^command$" will fail if the bot is addressed). Most of our shipped modules cater to these two possibilities. Love the limitations, and craziness, of this project. TROUBLESHOOTING --------------- * If the menu does not display, check the following: - Are the "Access administration menu" and "Use the administration pages and help" permissions enabled for the appropriate roles? - Does html.tpl.php of your theme output the $page_bottom variable? FAQ --- Q: A: CONFIGURATION ------------- 1. Navigate to Administration. 2. Navigate to Administration.. Configurable parameters: * Include / Exclude the front page as a segment in the breadcrumb. MAINTAINERS ----------- * Greg Boggs - https://www.drupal.org/u/greg-boggs Supporting organization: * Kanopi Studios - https://www.drupal.org/kanopi-studios