GreenByGreen

5.0
German Michael Zülsdorff 4 years ago

GreenByGreen Theme

[ Details | Download | Support ]


A simple responsive theme optimized for mobile usability, featuring ...

  • fixed topbar
  • two member selectable color presets (light and dark)
  • custom color and logo editor on admin backend
  • chat on mobile devices
  • separate 'My Groups' page instead of numerous entries in the sidebar menu
  • separate section keeping your personal stuff
  • floating widgets using the full screen width on large displays
  • backup/restore of logos and custom (color-) settings
  • GDPR compliance
  • no javascript restrictions in TinyMCE at the admin backend
Comments
Comments are disabled for this project!
Indonesian Arsalan Shah Replied 8 months ago

@Tobias There is details here https://comz.z-mans.net/site/terms if you think you registered using correct details then use the contact details on https://comz.z-mans.net/site/terms

German Tobias Lloyd Replied 8 months ago

Hey, my Account on the Repository site doesn't get activated. i would really like to use this Theme.

us Márton Vidróczky Replied 12 months ago

Hi, :)

Is this a Premium Theme?
There is no direct download link here and on the Repository page the download button leads to a login/register page where after filling in the required data in the form and clicking the "Create an account" button, nothing happens. I'm just stuck there...
Please clarify.

Thx in advance!

Breton Rafael [redcrested.net] Replied 2 years ago

In the end of OssnProfile/plugins/default/js/OssnProfile.php I change to

Ossn.RegisterStartupFunction(function () {
        $(document).ready(function () {
            window.addEventListener("orientationchange", function () {
                showRotateTip();
            }, false);
            $('.profile-cover').on('mouseenter', function () {
                showRotateTip();
                $('.profile-cover-controls').show();
            });
            $('.profile-cover').on('mouseleave', function () {
                $('.profile-cover-controls').hide();
            });
        });
    });

and add showRotateTip function:

  function showRotateTip() {
        var windowsize = $(window).width();
        var classTooltipPosition = '.profile-cover';
        if (windowsize < 480) {
            $(classTooltipPosition).attr('data-toggle', 'tooltip');
            $(classTooltipPosition).attr('data-placement', 'auto');
            $(classTooltipPosition).attr('title', '<?php echo ossn_print('profile:cover:rotate:mobile'); ?>');
            $(classTooltipPosition).tooltip({animation: true});
            $(classTooltipPosition).tooltip('enable');
        } else {
            $(classTooltipPosition).attr('data-toggle', 'tooltip');
            $(classTooltipPosition).attr('data-placement', 'auto');
            $(classTooltipPosition).attr('title','');
            $(classTooltipPosition).tooltip('disable');
        }
    }

Also, I add profile:cover:rotate:mobile into locale\ossn.pt.php.

Can you suggest some improvements into my code? You are more familiarized with me in OSSN :-)

Regards!

gb JACK AMPERES Replied 3 years ago

~Z~ Man Thanks for a timely response. hope you feel better soon. for me my first jab was worst , got second on 12th of june . I will be eagerly looking out for updates before I consider 6.0 , the work here earns a high degree of respect for sure.

German Michael Zülsdorff Replied 3 years ago

Thank you for your feedback, Jack.

Please read my lines at https://comz.z-mans.net/group/105/about

gb JACK AMPERES Replied 3 years ago

I love this theme, and so the obvious question comes in, will this be updated soon for ossn 6.0?

us Green Dragon Tavern Replied 3 years ago

Hello ~Z~ Man, and thanks for theme, excellent for cell phone use. Small quibble, when you update Welcome Text, it removes our custom Logo Image. You can update Logo Image afterwards so no biggie but just a heads up.

us Green Dragon Tavern Replied 3 years ago

Adding kudos to excellent work my man. Mobile friendly, very usable interface. If ever in the mood, there's room on header for menu icons (Admin defined would be awesome) since menu drops to the floor when opened ;-) Again, many thanks for an excellent addition to platform, Don.

us Philip Lozier Replied 3 years ago

Nice! All is good. Green by Green ROCKS!

Component

Developer: Michael
License GPL v2
Type: Themes
Requires Ossn Version : 7.2
Latest Version:
Last Updated
Repository Url View Repository

Versions