Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.226.988 Times

Smart menus Smart tabs 6.x-1.7

  Date Added: June 07, 2013  |  Visits: 718

Smart menus Smart tabs

Report Broken Link
Printer Friendly Version


Product Homepage
Download (47 downloads)



The Smart menus, Smart tabs duo of modules make everyone's Drupal experience just that little bit more convenient. The two modules give menus and tabs a memory, so that when you revisit a page, your previous tab or menu choice is already pre-selected for you. Not only will this save you numerous clicks, it will almost feel like the system senses where you'd like to go, making the experience more intuitive. No longer will you have to retrace your clicks to get back to where you wanted to stay or waste clicks to escape from Drupal's rigid default selections. Instead you'll find that Smart menus and Smart tabs create default selections naturally, based on your personal click patterns as they evolve during the session.Once you've used these modules for a while you won't notice they're there -- but you'll miss them when they're gone.Smart menusWith Smart menus installed and your Navigation menu block replaced by the Smart navigation menu block (at Site building >> Blocks), a click on any parent menu link auto-expands the menu trail down to the previously selected child menu item and page.Example First navigate to Administer >> Site building >> Menus >> Primary links. Then click away to, say, My account. As per normal Drupal behaviour this causes the Administer menu to collapse. Now click the Administer menu item a second time, and voila! Smart menus will automagically take you all the way down the menu tree to again present you with the Primary links page. That's 4 clicks for the price of one!Every authenticated user can set their personal Smart menus auto-expansion depth on their My account >> Edit page. A depth of 0 switches the Smart menus feature off. My account >> Edit is also where users can opt to get the full active menu trail highlighted through expanded menus, rather than just the selected menu item, which is the Drupal default.Smart menus can be configured to operate on any or all of Drupal's standard menus (navigation, primary-links, secondary-links), as well as on any custom menu you may want to define. Configuration is as a normal block, i.e. on the Administer >> Site building >> Blocks page, where you will find Smart versions of the aforementioned blocks for your consideration.Smart tabsThe Smart tabs module enhances the behaviour of what Drupal calls menu local tasks, more commonly known as tabs. When a page features a row of tabs, Smart tabs will remember the tab you selected the last time you visited that page. For instance select a tab under My account or Site building >> Triggers. Click away from the page and return. Bang! You're ready to resume what you were doing last on the page. No more re-clicking of tabs whose previous selection was taken away from you, as is the case with Drupal core.When a page has two rows of tabs and the second row is the same or almost the same for each of the primary tabs, Smart tabs is extra smart: when you click on a new primary tab, Smart tabs will carry the secondary tab selection across with it. This is more intuitive. It saves you a click and avoids the confusion and irritation arising from Drupal's normal behaviour, which is to always pre-select Drupal's cast-in-stone default, rather than the one that makes sense. A good example of this feature in action can be found on the Accessible content page of the Module Grants Monitor module.As with Smart menus, the Smart tabs administrator can override Smart behaviour for selected pages or groups of pages. Authenticated users may opt out of Smart tabs via their My account >> Edit pages.Smart menus, Smart tabs are server-side solutions that won't interfere with any javascript you have installed via other modules. Neither of the modules rely on cookies or the database to implement the memory function. Rather a small amount of data is kept in each user's HTTP session, which will be automatically erased when logging out or closing the browser.The modules have been tested to work with every core theme, as well as Zen and Zen-Classic. If you use an exotic non-core theme, it may occasionally happen that Smart tabs affects the appearance of your tabs. This is most likely because Smart tabs overrides the menu_local_tasks theme hook, which may clash with a similar override in your theme. See the FAQs below for a simple way around this.Installation and configurationAs with any other module download and extract the tar-ball into your sites/all/modules folder. Visit the Site building >> Modules page, tick the Smart menus and Smart tabs check-boxes ans press Save. Smart menus and Smart tabs operate independently. You don't have to enable one to use the other, but they do work together nicely.For Smart menus to work you need to replace your existing menu links and/or navigation blocks by their Smart counterparts. Simply go to Site building >> Blocks and flick your Navigation block to the region. Then move the Smart navigation block to take its place, e.g. in the Left sidebar. No further block configuration is required except perhaps for the "invisible" option. This comes in handy when you want to use Smart menus in combination with other menu rendering modules, such as Administration menu or Nice menus. See the FAQ below.Both modules have some additional self-explanatory configuration options. Have a look at Administer >> Site configuration >> Smart menus/tabs, you may find some options of interest to you, in particular the page exclusion lists.Smart menus FAQQ: Will Smart menus also make the Administration menu, SimpleMenu and Nice menus modules Smart?A: Yes! With Smart menus installed on top of any (or all!) of these modules, you will find that you no longer have to painstakingly hover your cursor down the second, third, fourth... slide-out menu. Instead you just click the top menu item and Smart menus takes you all the way to that previously visited page somewhere deep down in some submenu. To enhance the synergy with these modules further, Smart menu blocks can be configured to operate in invisible mode. This means Smart menus does its magic behind the scenes without rendering any menus, leaving this to Administration menu , Nice menus or whatever menu rendering module you may have installed. Just make sure that while the Smart menu block is configured to be invisible the block still needs to be assigned a region other than in order to be active.Oh, and Smart tabs works nicely too with Admin menu, SimpleMenu and Nice Menus!Q: Will Smart menus make Menu block smart?A: Yes, as with the three menu modules mentioned above, just put a Smart menu block for the menu in question in any region on the page and configure it to be invisible. If, in addition to Menu block and Smart menus, you also have Smart tabs enabled, you may find that when using Menu blocks for normal content, as opposed to the navigation menu, you'll have to put node/* on the Smart tabs exclusion list.Q: Will Smart menus make JQuery menu smart?A: As far as the Navigation menu goes, yes! In addition to configuring your "Navigation - Jquerymenu" block, at Site building >> Blocks also place a Smart navigation menu block on the page and make it invisible. Naturally by relinquishing the Smart menus rendering to JQuery menu, you won't get the Smart menus feature that highlights the entire active menu trail. For Primary and secondary links menus, i.e. "normal" content, you'll find that the memory function works, however, parent menus collapse after selecting a submenu item.Q: Does Smart menus work with DHTML Menu?A: Not so well. DHTML Menu doesn't let Smart menus redirect to the expanded menu page. DHTML Menu works fine with Smart tabs, though.Q: I enabled Smart menus but my menus do not auto-expand. What's not happening?A: You need to use the Smart block versions for your menu blocks, for each theme you are using. Like any other block you configure Smart blocks at Administer >> Site building >> Blocks. For instance the Smart navigation block typically goes in the Left sidebar region, replacing the Navigation block, which you should set to .Q: As an administrator, how can I experiment with the page exclusion lists without affecting anonymous users?A: Go to Site configuration >> Smart menus and set the auto-expansion depth to 0, disabling the feature for all users by default. Then go to My account >> Edit >> Smart menus and set the auto-expansion depth for yourself to 9 (or any non-zero depth).Q: I stuffed up my Smart menus configuration and can no longer get to certain menu options. What do I do?A: Log out and log back in. If you're not logged in, close your browser and reopen.Smart tabs FAQQ: It seems that with some modules under certain conditions the occasional tab "sticks". Sometimes an infinite redirect loop or "Page not found" occurs. What can I do?A: Add the URI of the page that the tab resides on to the page exclusion list at Administer >> Site configuration >> Smart tabs. Please let us know the exception via the issue queue, so that we can add your exclusion as a default in the next release.Q: I use a really out there theme whose tab appearance gets altered by Smart tabs. How do I work around this?A: Most likely your theme overrides menu_local_tasks() in some way, using calls to menu_primary_local_tasks(). In your theme folder under sites/all/themes do a search for menu_primary_local_tasks and menu_secondary_local_tasks. You'll probably find these in the template.php file, inside a function named phptemplate_menu_local_tasks() or THEMENAME_menu_local_tasks(). Simply replace menu_primary_local_tasks() by menu_primary_local_tasks_smart_tabs() and menu_secondary_local_tasks() by menu_secondary_local_tasks_smart_tabs() and you should be good to go.At Site configuration>>Smart tabs untick the first checkbox "Allow Smart tabs to control tab behaviour" and press Save. To make sure the registry gets refreshed visit Site building >> Modules.Q: I'm finding that with Smart tabs enabled, the submenus living below primary links won't open. What to do?A: Put these primary links on the Smart tabs exclusion list. For instance, if you have a primary link named "recipes" and this has a submenu, possibly with further submenus, just add recipes to the text box on the Site configuration >> Smart tabs page. Putting recipes rather than, say, recipes*, allows you to continue to enjoy Smart tabs behaviour for the submenus and individual pages.To make the specification of page exclusion lists for Smart menus and Smart tabs even easier, it is highly recommended you use URL aliases as much as possible, i.e. to enable the Path (core) or PathAuto modules.Q: Does Smart tabs work with Quick Tabs ?A: Errr.... well, yes... Smart tabs works with this module in that it shouldn't adversely affect it. However, as Quick Tabs aren't local tasks, Smart tabs won't make Quick Tabs Smarter. However, some work in this area has been done on the Quick Tabs module itself, see #354199: Remember last clicked tab.Recent enhancementsAvailable in 6.x-1.8:Fixed #707782: When clicking first tab (i.e. View), Smart tabs redirects to last clicked tab (e.g Edit). Note: View tab URLs will have a harmless '?view' appended.Available in 6.x-1.7:The personal configuration options (My account >> Edit) of both Smart menus and Smart tabs have been overhauled. Don't forget to run update.php after you've installed the new versions.Note that the personal options won't show unless configured by the administrator at User management >> Permissions.Available in 6.x-1.4:o Smart tabs now uses the path alias for the default tab in a row, e.g. the URL sitting behind the View tab should read, say, .../content/about-us/view, rather than the internal path, .../node/123/view.

Requirements: No special requirements
Platforms: PHP
Keyword: Account Administer Block Blocks Building Click Configuration Default Exclusion Installed Links Menus Modules Navigation Smart Theme Won
Users rating: 0/10

License: Freeware Size: 20.48 KB
USER REVIEWS
More Reviews or Write Review


SMART MENUS SMART TABS RELATED
Modules  -  Advanced Taxonomy Blocks 6.x-3.5
Advanced Taxonomy Blocks makes use of the JQuery menu module to create extremely customizable blocks for browsing through single hierarchy taxonomies. Though the taxonomy menu module does something similar, if you use this module you will see that...
10 KB  
Simulation Games  -  Block Island 1.0
Just have fun playing with blocks. Click to add a block. Right-click to remove a block. Try the tutorial written by "Beta" Tessa! Can I move the blocks? No, but you can right-click to remove a block, then left-click to add a block...
20.48 KB  
Libraries  -  X11Blocks 0.0.1
X11Blocks package is an Objective-C Block oriented X Window System Toolkit. X11Blocks is a layer above "Xlib" (version 11) and provides functionality that is similar to the "Xt" (X Intrinsics) and Xaw widget libraries. Whereas much of the X...
51.2 KB  
Modules  -  Chatter Box 6.x-1.1
The Chatter Box module provides a simple node-based chat system. A block is provided witha simplified comment reply form and a list of comments. Each chat post is actually a comment on a node.The 6-dev version now uses ahah to reload the chat form...
10 KB  
Modules  -  BlogSpam 6.x-1.4
Current status drupal 7The admin/configuration pages are working fine in drupal 7 alpha 1.An API change on how comments are validating has stopped the actual checking of comments - and I need to figure out how to trigger this in d7.For any...
10 KB  
Networking  -  BuddyPress Skeleton Component 1.4
This is a bare-bones component that should provide a good starting block to building your own custom BuddyPress component.It includes some of the functions that will make it easy to get your component registering activity stream items, posting...
30.72 KB  
Programming  -  rtldi 0.94
rtldi is an ELF program interpreter that enables each main executable program to use its own runtime loader and shared libraries, independent of the default versions installed in /lib, and independent of any other main executable program. Thus...
20.48 KB  
Web Browsers  -  Opera USB 11.01
The Web is changing. Are you ready? Opera@USB has the same functionality as the Desktop version, but can be run on USB Flashdrive/Stick/Pen, and also as secondary browser on hard disk There are no unwanted effects on IE or other browsers,...
12.9 MB  
Web Browsers  -  Opera 11.11 2109
Are you ready for Opera 11? Newest Opera browser features tab stacking, extensions, visual mouse gestures Opera Software debuted the newest version of its award-winning browser today. Opera 11 combines elegant design, smart updates to some of our...
9.34 MB  
Misc. Web Browser Tools  -  ExportFavs 1.0
Create a portable backup of your Internet Explorer favorites, with a simple click save all of your links to a single HTML page. Note: website response can be slooow :(
257 KB  
NEW DOWNLOADS IN SCRIPTS, MODULES
Scripts  -  Free Ecommerce website creator 1.2
Free Ecommerce website creator is a free PHP shop creating script. This allows you to put a online shop on your own website. Create your own free ecommerce website for Your Business. Create an online shop using easyGUI online shop creator. The...
1.44 KB  
Scripts  -  MochiGames PHP Script ZDR 1.00
MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and...
368.54 KB  
Scripts  -  Php Chat 2.0
Add a free php site, single sign-on and multiple skins, 100% free 1. Server Modes: The chat server has paid mode and free mode. If the free chat mode, a free chat room will be assigned to your website with your domain as the room name. 2....
938.87 KB  
Scripts  -  Nibbleblog 3.0.1
Nibbleblog it's a powerful engine for creation and manipulation of BLOG's completely free. Very simple to install and configure (Only 1 step). The database used is based on XML files and this way it is not necessary to use MySQL or similar DBMS....
371.09 KB  
Scripts  -  PHP File Manager | CloudOsys 2.9b8
CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud...
1.41 MB  
Modules  -  TinyMCE Node Picker 6.x-2.1
This module will de discontinued and replaced with Node Picker as soon as a stable release is available.TinyMCE Node Picker provides a button in TinyMCE that displays a list of links to content. Choosing a link inserts it into the editor.The...
20.48 KB  
Modules  -  Fapilicious 5.x-1.x-de
Fapilicious is a collection of FormAPI goodies.I hope to make it a repository of reusable FormAPI trickery and short cuts. Currently it has small collection of powerful FormAPI element validators.Please submit your favorite tricks as patches so we...
10 KB  
Modules  -  Donation Goals 6.x-1.x-de
The Donation Goals module lets you create nodes of the type "Donation Goal." These goals allow you to set an amount of money you'll need for whatever you're saving up for. Visitors of the site can then donate money through PayPal. Once the target...
20.48 KB  
Modules  -  Plica Twitter 1.0.1
Plica TwitterInstallation : * Download, unzip, and install plugin dir in /wp-content/plugins * Activate * All right now
10 KB  
Modules  -  Page Array 5.x-1.x-de
The pagearray module is a small (single function) helper module that can be used whenever there is a need to load the output of any Drupal path in data form. Based on the code in index.php, Page Array bypasses the theme('page') call, instead...
10 KB