In the Branding Editor, go to Edit HTML pages and click the Edit button on the line labeled Getting Started popup Include.How/where can I edit the text and images shown in the Getting Started section of cPanel that one sees when logged into the hosting account?
Simple, go to WHM -> Packages -> Feature Manager select the disabled list and then on the page that appears uncheck Getting Started Wizard then click the save button at the bottom of that page. This will disable this for all users on the server and will prevent resellers from re-enabling this functionality.How can I turn off Getting Started popup for all users?
I did that but the message still pops up... what else can be tried?Simple, go to WHM -> Packages -> Feature Manager select the disabled list and then on the page that appears uncheck Getting Started Wizard then click the save button at the bottom of that page. This will disable this for all users on the server and will prevent resellers from re-enabling this functionality.
That is a currently known bug and our developers and designers are working to resolve this issue. Internal Case 4569I did that but the message still pops up... what else can be tried?
I don't see a bugzilla entry for it. However, when the issue is resolved, it will very likely be included on the changelog: http://changelog.cpanel.netOh, I so love it when I find I'm not imagining things...
Thanks fo the update Dave, is there a bug tracker I can track? Or will you let us know resolution here?
In the Branding Editor, go to Edit HTML pages and click the Edit button on the line labeled Getting Started popup Include.
You can get to the branding editor via WHM by going to WHM -> cPanel -> Branding and clicking on the link for X3. From there, you will see the styles available on your server. Click the button below the style you wish to edit that says Edit this style to edit that style.
You may also consider clicking the Create/Upload Branding button at the top to create your own distributable style based off one of our existing styles.
Since this is language-aware functionality, the actual text is not hard-coded in the file - rather the text is pulled from the language files using cpanel langprint tags. Those tags in the code are what allows phrases to be taken from the language file and displayed in the cPanel interface.How can I edit the text of the pop up to make it a bit more clear to my beginning webmasters that they do not necessarily need all the features the Wizard drags them through?
I recommend editing the CSS as appropriate. The Firebug extension for Firefox will assist you greatly in determining what CSS you need to modify and will let you play with different CSS code before implementing it into cPanel....
Anyway, now can someone please tell me how I can change the height of the popup box so all the text shows rather than a scrollbar and they can see all the information at once? I really only need to add about 25 pixels to the height. This would be a tremendous help to me if someone can please oblige.
...
Any update on the bug?That is a currently known bug and our developers and designers are working to resolve this issue. Internal Case 4569
<!-- START getstarted-pop.html -->
<div id="hidethis" style="display:none;">
<div id="gettingstarted_win" style="display: none;">
<div class="hd"><div class="lt"></div>
<span><cpanel langprint="gswwelcome"></span><div class="rt"></div></div>
<div class="bd">
<div class="content" id="gettingstarted-content" style="padding: 15px; height: 165px;">
<h2 style="font: 14px Verdana, Arial, Helvetica, sans-serif bold; margin: 0; padding-bottom:0; color: #014251;"><cpanel langprint="gswneedhelp"></h2>
<p><div id="ui-getstart-icon_preload" style="float:left;"> </div><cpanel langprint="gswnotime"></p>
<p style="margin: 10px 0;"><a href="getstarted/index.html" class="create-button"><cpanel langprint="GetStartedNowButton"></a> <a href="#" class="create-button" onClick="handle_hide_gettingstarted(); gettingstartedpanel.hide(); return false;"><cpanel langprint="GetStartedNowNo"></a></p>
<p><cpanel langprint="GetStartedLink1"> <a target="_blank" href="tutorial.html" style="font-weight: bold; text-decoration: underline;"><cpanel langprint="GetStartedLink2"></a> <cpanel langprint="GetStartedLink3"></p>
<p><input onClick="disable_gettingstarted();" type="checkbox" value="1" name="checkbox"></input><cpanel langprint="gswnoshow"></p>
</div>
</div>
</div>
</div>
<!-- END getstarted-pop.html -->
I mean, when will it work correctly?Simple, go to WHM -> Packages -> Feature Manager select the disabled list and then on the page that appears uncheck Getting Started Wizard then click the save button at the bottom of that page. This will disable this for all users on the server and will prevent resellers from re-enabling this functionality.
<!-- START getstarted-pop.html -->
<div id="hidethis" style="display:none;">
<div id="gettingstarted_win" style="display: none;">
<div class="hd"><div class="lt"></div>
<span><cpanel langprint="gswwelcome"></span><div class="rt"></div></div>
<div class="bd">
<div class="content" id="gettingstarted-content" style="padding: 15px; height: 165px;">
<h2 style="font: 14px Verdana, Arial, Helvetica, sans-serif bold; margin: 0; padding-bottom:0; color: #014251;"><cpanel langprint="gswneedhelp"></h2>
<p><div id="ui-getstart-icon_preload" style="float:left;"> </div><cpanel langprint="gswnotime"></p>
<p style="margin: 10px 0;"><a href="getstarted/index.html" class="create-button"><cpanel langprint="GetStartedNowButton"></a> <a href="#" class="create-button" onClick="handle_hide_gettingstarted(); gettingstartedpanel.hide(); return false;"><cpanel langprint="GetStartedNowNo"></a></p>
<p><cpanel langprint="GetStartedLink1"> <a target="_blank" href="tutorial.html" style="font-weight: bold; text-decoration: underline;"><cpanel langprint="GetStartedLink2"></a> <cpanel langprint="GetStartedLink3"></p>
<p><input onClick="disable_gettingstarted();" type="checkbox" value="1" name="checkbox"></input><cpanel langprint="gswnoshow"></p>
</div>
</div>
</div>
</div>
<!-- END getstarted-pop.html -->
Thank you dave, that was a huge help!Simply add this to the reseller's branding package root: /home/{username}/cpanelbranding/x3/{brandingpackagename}/getstarted-pop.html:
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
B | Advice on customizing Jupiter | User Experience | 11 |
Similar threads |
---|
Advice on customizing Jupiter |