Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.

Greater control over Feature Showcase

timmmmyboy shared this idea 8 years ago
Open Discussion

With the move to start displaying the Featured Showcase to end users in cPanel (currently showing Site Publisher), WHM administrators need a way to enable and disable this section. We'd like to keep Site Publisher on and like the idea of occasionally pushing updates to end users (which we'd think the announcements would be the best avenue for that) but currently there is no way to remove or reposition this rather prominent notice via WHM. Ideally we'd love to control what appears there, maybe by selecting from the Feature Manager which area of cPanel is featured, but in the short term the ability to disable this for cPanel users is a higher priority for us as some of our clients have gotten confused by it in relation to our software application installer interface.

Replies (5)

photo
1

In case anyone needs a short term workaround the following CSS can be added to a custom style to hide it:


  1. #featureShowcaseSection {


    display: none;


    }

photo
2

We are replacing this feature showcase with a more useful spotlight-like modal to guide users attentions to specific things. At first it'll be used to highlight new features/updates from cPanel but it's intended to become part of a guided tour through the UI.


...and the initial release of this spotlight will include the ability to disable it entirely (likely using feature manager or a touch file somewhere on disk) for those who don't want it. For the end-user, clicking anywhere dismisses the spotlight and it won't show again on future page-loads or future logins.


Here's what it looks like:

a2d0bdb7caa530259693cd5de75d7371

photo
1

I like this approach. For many of our users I think because they didn't realize the Feature Showcase was something that could be closed they'd just scroll past it. In this case after seeing it once and dismissing they wouldn't be prompted again. And most of our users have a single cPanel account so I don't see this as annoying (but yes to having options to disable is probably important).

photo
1

Could we have 3 options ? 1) open bydefault on new accounts, 2) have a take a tour button, 3 disable completly ? We would choose the second option if it existed, otherwise we would disable it rather than force it on our users.

photo
1

Did the option to disable this overlay get added? Any documentation on that?

photo
photo
1

Thanks, we will disabled it at least until it's translated as this will very likley confuse non english speaking users.


The idea seems fun, but I would personaly only want it to start if a user requests it and not enable it on their first login (it would rapidly become a pain for users with multiple accounts who know how cpanel works.

photo
1

@monarobase - which languages are most important for your users?

photo
1

Our's are French however other hosts will have German, Spansih, Italian etc. customers.

photo
photo
1

We are a little behind on updating servers to v56, due to the Perl update in that version. Anyway, I just updated one box to v56 and am not really happy with the "Feature Showcase". Of all the things in cPanel, that is not THE THING that I want to push in people's faces. As others have mentioned, it's not at all obvious that one could "x" out of it to make it go away... further, for those that already have sites built, it could be very confusing that we are pushing them into opening this new feature.


Is there truly no way to make this go away, short of creating a custom template? And, if that is the only solution, are there any helpful souls out there to talk me through this?

photo
1

I am sure this is not the best way... but as a quick stop-gap, I edited this file:


/usr/local/cpanel/base/frontend/paper_lantern/styled/basic/styles.css


And put in the css that @timmmmyboy suggested:


#featureShowcaseSection {

display: none;

}

Boom, gone. For now.

- Scott

photo
1

That should be fine as in v58 it isn't there.

photo
Leave a Comment
 
Attach a file