THEME: ispc-larry

Discussion in 'Plugins/Modules/Addons' started by cfoe, Apr 29, 2012.

  1. moegeler

    moegeler New Member

    Hello cfoe,

    Is there a Theme Version for ispconfig 3.0.5.2?
    Can i help you with the Project?

    I like ispc-larry and i'm a PHP-Developer.
     
  2. DeCBiT

    DeCBiT New Member

    Hello moegeler,
    the theme ispc-larry is present on GITHUB https://github.com/Foe-Services-Labs/ISPC-larry under a BSD License.
    Since you are a PHP-Developer *I think* you could give your contribute to cfoe to enhance it.
    I will be happy to test and debug it on my systems.
     
  3. dclardy

    dclardy Member

    If you want, you can copy the sidebar stuff from my theme. I got all of the figured out. I am thinking about forking this theme and adding the changes into it so that the functionality will be there.
     
  4. DeCBiT

    DeCBiT New Member

    Hi dclardy,
    thanks a lot for your theme, it's great.
    About ispc-larry theme I think that will be nice to have your sidebar stuff on it but, first of all, we have to be sure that ispc-larry theme will run on ispconfig 3.0.5.2 (and later) without problems...
     
  5. dclardy

    dclardy Member

    Why would the theme not work on 3.0.5.2? It worked on 3.0.5.1!

    All you have to do is update the theme compatibility file to say that it works.
     
  6. DeCBiT

    DeCBiT New Member

    Ok dclardy, I supposed it wouldn't work due to the question of moegler ("Is there a Theme Version for ispconfig 3.0.5.2?").

    Since it works I will try it on my system. Thanks!
     
  7. moegeler

    moegeler New Member

    Thnaks for the answer dclardy.
    Thats true with the config File. I will try it and will answer later how good it works... :)
     
  8. moegeler

    moegeler New Member

    ispc-larry work well on 3.0.5.2. you must just create a file "ispconfig_version" on "web/themes/ispc-larry/" and write "3.0.5.2" on it.

    I've integrated Tinymce 4.0 under help->faq too and help->messages.

    The Problem is that i must edit js/scrigo.js.php and i think that this is not very good because its a core file. But i'm new with ispconfig and i will try to change this.

    i have changed tho follow code on scrigo.js.php:

    Code:
    function showLoadIndicator() {
           	if (typeof tinyMCE != 'undefined') {
                    $(this).find(':tinymce').each(function () {
                            var theMce = $(this);
                            tinyMCE.execCommand('mceFocus', false, theMce.attr('id'$
                            tinyMCE.execCommand('mceRemoveControl', false, theMce.a$
                            $(this).remove();
                    });
            }
    ........
    ........
    function submitForm(formname,target) {
           	if (typeof tinyMCE != 'undefined') {
                    tinyMCE.triggerSave();
            }
    ........
    .......
    
    Do you have a idea how i can make this better?

    p.s. Sorry for my english :)
     
  9. Mane

    Mane New Member

    Isp 3.0.5.4p4

    Hi there,

    i changed from confixx (Out of time) to ISPConfig,

    now i found this beautiful template. Really Nice, Good JOB !!!

    I want install it, but the first problem was the missing ISPConfig_Version file.
    But this doesn´t matter.

    The real Problem is, if u go to tab customers, and want to change from admin account to customeraccount, the java tab will not work.

    Any Ideas ? Or is someone of u use it with ISP 3.0.5.4P4 ?

    Cheers

    Manfred
     
  10. MicCo

    MicCo New Member

    Hello Guys
    - any news?
     
  11. Loveless

    Loveless Member

    Seems discontinued. Strange how two really widely used webbased systems, ISPconfig and Roundcube, have close to zero open themes available for them. Not even some dark ones. I was really struck by that. I might just fork and alter the current leading defaults for the two, because all the white and red and blue is just blinding me. These are the times for dark screens, with greens and browns and dark greys, nature-based colors.
     
  12. Farsus

    Farsus Member

    css for a dark theme are included in the current default theme ;-)
    css for it are locatet /themes/default/assets/stylesheets/themes/dark/
     
    Last edited: Apr 21, 2017
    Loveless likes this.
  13. Tuumke

    Tuumke Active Member

    But where do you apply them? :O

    -also-
    Found it..
    But how to activate?
     
    Last edited: Apr 21, 2017
  14. Loveless

    Loveless Member

    I just renamed
    /usr/local/ispconfig/interface/web/themes/default/assets/stylesheets/themes/default
    to
    /usr/local/ispconfig/interface/web/themes/default/assets/stylesheets/themes/white
    and
    /usr/local/ispconfig/interface/web/themes/default/assets/stylesheets/themes/dark
    to
    /usr/local/ispconfig/interface/web/themes/default/assets/stylesheets/themes/default

    This seems to work. But the colors need some work, I mean, this is just ugly, to be honest.
     
  15. Tuumke

    Tuumke Active Member

    Yeah i did as well. Not that nice imho... Ill stick with the original
     

Share This Page