by christianknoll

Striking Features. A Completely Rethought UI. Give your users a familiar user interface that makes them more efficient and effective with SugarCRM CE. Powerful features abound such as favorites, quick reminders, subpanels as tabs, and unlimited dashboards. On top of the click reducing interface, these feature make it a must-have tool for any organization looking to improve their bottom line.

Includes a 30 day guarantee
Try it Now

By clicking you consent to share your profile with the developer

#29 - More menu

Closed Bug? created by fxws Verified Purchase 11 years ago

Hi,

We have a long list of custom modules and I noticed that there is no way for me to see the complete list of modules in the More menu. Is this something I can quickly tweak somewhere? I've been digging around to see if I can do this myself but can't figure it out. If I switch back to classic, I can see the entire list under More.

Thanks!

  1. christianknoll member avatar

    christianknoll Provider

    11 years ago

    this happens when the list gets too long and disappears at the bottom of the screen. We will fix this with the next release. In the meantime if you want to fix it yourself. Edit modules/themes/20reasons/tpls/_headerModuleList.tpl .. find

    <

    div id="moreModuleItems"> and change to the following.

    1. {sugar_link id="moduleTab_$itemtext" module=$thismodule data=$thismodule}

    edit themes/20reasons/css/style.css and add the following lines:

    /* added to support multiple Columns */

    moreModuleItems ol{

    float: left;
    border-right: 1px solid #eee;
    width: 160px;
    

    }

    moreModuleItems ol:last-child{

    border-right: none;
    

    }

    this will have the "more" item to appear with multiple columns adding a column after each 15th entry. After the change you need to do a repair or be in eveloper mode so the theme rebuild the cache files.

    christian

  2. fxws member avatar

    fxws Verified Purchase

    11 years ago

    Great, that worked! Looking forward to the update.

    Thanks

This case is public. Please leave out any sensitive information such as URLs, passwords, etc.
Saving Comment Saving Comment...
Rating
Rating
  • "Was working great on my test system but now it won't install on n 6.5.16, any ideas?" - cmoore

    Read More Reviews