Themes

Home Forums Feature proposals Themes

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1637
    AvatarVincent
    Participant

    SuiteCRM has 4 variations on their theme. Would it be possible to have these in MintHCM too?

    #1638
    AvatarVincent
    Participant

    It should be handled under https://domain/index.php?module=Users&action=EditView&record=1

    CSS-files were already available, but not in the config. Edited /var/www/html/themes/SuiteP/themedef.php to add these:

    if (!empty($app_strings[‘LBL_SUBTHEMES’])) {
    // if statement removes the php notice
    $themedef[‘config_options’][‘sub_themes’][‘options’] = array(
    $app_strings[‘LBL_SUBTHEMES’] => array(
    ‘Mint’ => ‘Mint’,
    ‘Dawn’ => ‘Dawn’,
    ‘Day’ => ‘Day’,
    ‘Dusk’ => ‘Dusk’,
    ‘Night’ => ‘Night’,
    ),
    );
    $themedef[‘config_options’][‘sub_themes’][‘default’] = ‘Mint’;
    }

    When the default for all users needs to be changed, change in this function and somewhere in the beginning.

    #1644

    So far, there is only one theme for MintHCM. Other styles are disabled because they are not fitted to our software, so users should not be able to choose them. However, we have made plans to add new themes in the future. Until then, you are of course welcome to add a new theme by yourself, but that requires some development on your side. Please let us know if you choose to proceed with such a project. We would be curious how our system could look like in some other attire. 🙂 Otherwise, please stay put and subscribe to our newsletter: https://minthcm.org/newsletter-minthcm/. If anything changes, we will make sure to announce it.

    • This reply was modified 1 year, 10 months ago by Avatarminthcmadmin.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.