Results 1 to 2 of 2

Thread: Title Tab Goes Blank When Selected

  1. #1
    Josh Rae is offline Junior Member
    Join Date
    Mar 2010
    Posts
    1

    Default Title Tab Goes Blank When Selected

    I just had a new problem appear in my Sugar instance. We're running SugarCRM CE 6.0

    Whenever I click on module title tab the module opens and the tab goes blank. All the other tabs are visible and I can still click the blank spot to reaccess the module I'm in. If I click on another title tab, the original tab will reappear and the one I just clicked will disappear. Very strange... In fact, the normal light blue toolbar that wraps around all of the tab titles is now gone completely (The tab titles themselves are still there). Last viewed and action toolbars are fine.

    In the screenshot I'm attaching I'm currently in the "Home" module. As you can see, the word "home" has disappeared from the toolbar.

    The most recent thing I've changed in our system is modifying the URL in the config.php file so that activity "invites" would send an email with the correct link. (not localhost/sugarcrm)

    Thanks for any help provided.
    Attached Images Attached Images  

  2. #2
    sts's Avatar
    sts
    sts is offline Sugar Community Member
    Join Date
    Aug 2010
    Posts
    978

    Default Re: Title Tab Goes Blank When Selected

    This is a problem with file access. In your Classic theme the style definition for the tabs refer to a graphic file: ../../../../index.php?entryPoint=getImage&themeName=Sugar5&ima geName=currentTab.gif. If this file is not accessible you get the effect you described.

    This is the style definition responsible for displaying the current tab. Disabling the "background-image"-setting leads to blank tab title:

    #moduleList ul li span.currentTabLeft, #moduleList ul li span.currentTabRight, #moduleList ul li span.currentTab {
    background-image:url(../../../../index.php?entryPoint=getImage&themeName=Sugar5&ima geName=currentTab.gif);
    background-repeat:no-repeat;
    border-bottom-color:#4E8CCF;
    }
    Stefan Ulrich Sauer
    System Analyst

    Devoteam Danet GmbH
    Gutenbergstraße 10
    D-64331 Weiterstadt
    Germany
    email: Stefan-Ulrich.Sauer@devoteam.com
    http://www.devoteam.de

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. change title from localhost to some other title
    By sidh211 in forum Developer Help
    Replies: 3
    Last Post: 2009-09-16, 04:02 PM
  2. Module built with Module Builder has blank tab title
    By dkelly in forum Developer Help
    Replies: 13
    Last Post: 2009-04-21, 05:37 PM
  3. Replies: 11
    Last Post: 2009-04-06, 06:01 AM
  4. HELP title bar
    By kinhami in forum Help
    Replies: 1
    Last Post: 2008-06-27, 12:57 PM
  5. Replies: 14
    Last Post: 2007-05-29, 11:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •