Results 1 to 3 of 3

Thread: Themes

  1. #1
    Cannon is offline Member
    Join Date
    Nov 2008
    Location
    Los Angeles
    Posts
    15

    Question Themes

    Are there resources for more themes or a method for editing an existing theme? I'm using the Pipeline theme, but I notice an error in it -- the "Training" link is listed twice in the upper right corner. I also like the setup of the RipCurl, but there are module pages with white text on white background that do not read.
    Thank you,
    Gregory Cannon

    SugarCE 5.1c
    Windows Stack w/MS SQL

  2. #2
    w.law is offline Member
    Join Date
    Apr 2008
    Posts
    9

    Default Re: Themes

    From what our web/gfx guy found out trawling through the code etc, modulebuilder/studio/etc doesn't pull colours from CSS, but is hard-coded into the html.

    There may be a bug/feature request already in place, have a look around.

    Regards,

    Will

  3. #3
    Rudi Mentär is offline Senior Member
    Join Date
    Sep 2008
    Posts
    157

    Default Re: Themes

    you can remove the Training link by commenting out the Link in ./include/globalControlLinks.php
    search for the following:

    Code:
    $global_control_links['training'] = array(
    'linkinfo' => array($app_strings['LBL_TRAINING'] => 'index.php?module=Home&action=TrainingPortal'),
    'submenu' => ''
     );

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Themes for 5.2CE
    By time2see in forum Help
    Replies: 0
    Last Post: 2008-12-29, 09:12 PM
  2. Themes Help
    By guz843 in forum Help
    Replies: 2
    Last Post: 2008-01-11, 01:31 AM
  3. Themes
    By ryanbrantley in forum Help
    Replies: 1
    Last Post: 2005-04-21, 11:12 PM
  4. Getting rid of themes
    By wokkie in forum Feature Requests
    Replies: 2
    Last Post: 2004-09-21, 12:24 AM

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
  •