Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 15 of 15
  1. #1
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default WHM - Change right frame default page

    Whenever I log into WHM, I would like it to load the "list accounts" page instead of the default WHM home page.

    Is this possible?

    Thanks

    (Running cPanel 11.24.4-R35075 - WHM 11.24.2 - X 3.9)

  2. #2
    Member
    Join Date
    May 2008
    Posts
    1,203

    Default

    Browse https://yourserverIP:2087/scripts4/listaccts directly and then login. It will forward to list accounts page directly. I doubt if there is any direct way exists than this.

  3. #3
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    Quote Originally Posted by thewebhosting View Post
    Browse https://yourserverIP:2087/scripts4/listaccts directly and then login. It will forward to list accounts page directly. I doubt if there is any direct way exists than this.
    - That page is missing the menu on the left side..

  4. #4
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by BobbyDouglas View Post
    - That page is missing the menu on the left side..
    This feature is listed under the Account Information section in WHM. If you have collapsed this menu, just click the + sign to expand it again to see this feature.

  5. #5
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    Quote Originally Posted by cPanelDavidG View Post
    This feature is listed under the Account Information section in WHM. If you have collapsed this menu, just click the + sign to expand it again to see this feature.
    - So I can have the listed accounts, as well as the left menu?

    Can you explain what the steps are to do this?

  6. #6
    cPanel Development cpanelkenneth's Avatar
    Join Date
    Apr 2006
    Posts
    3,788
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by BobbyDouglas View Post
    - So I can have the listed accounts, as well as the left menu?

    Can you explain what the steps are to do this?
    I think David missed the fact that the suggestion was to open the List Accounts link directly, meaning that interface is the only thing displayed in the browser.

    As for your original question, we provide no means for truly customizing the WHM interface at this time.
    Kenneth
    Product Manager
    cPanel, Inc.

  7. #7
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    Quote Originally Posted by cpanelkenneth View Post
    I think David missed the fact that the suggestion was to open the List Accounts link directly, meaning that interface is the only thing displayed in the browser.

    As for your original question, we provide no means for truly customizing the WHM interface at this time.
    - Is there a way for me to modify the actual index file somehow so I can change the value of the right frame?

  8. #8
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by BobbyDouglas View Post
    - Is there a way for me to modify the actual index file somehow so I can change the value of the right frame?
    As Kenneth said, no.

  9. #9
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by BobbyDouglas View Post
    - So I can have the listed accounts, as well as the left menu?

    Can you explain what the steps are to do this?
    "List Accounts" is in the left menu, and can also be accessed in the right-side frame.

    Can you elaborate on what, precisely, you need instructions for?

  10. #10
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    Quote Originally Posted by cPanelDavidG View Post
    "List Accounts" is in the left menu, and can also be accessed in the right-side frame.

    Can you elaborate on what, precisely, you need instructions for?
    - Not sure how else to explain it.. "Whenever I log into WHM, I would like it to load the "list accounts" page instead of the default WHM home page."

    I don't want to have to click List Accounts every time I log in. I want it to load that page instead of the default page that it loads in the right frame.

  11. #11
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by BobbyDouglas View Post
    - Not sure how else to explain it.. "Whenever I log into WHM, I would like it to load the "list accounts" page instead of the default WHM home page."

    I don't want to have to click List Accounts every time I log in. I want it to load that page instead of the default page that it loads in the right frame.
    You can't edit WHM to do that, but what you can do is go to List Accounts, then on the right-side frame, right click and view page information. That will give you the URL to that exact page. You can then bookmark that specific URL so you go directly to that page when you click on that bookmark in your browser. Note, this will only display the List Accounts information, you will not see the left-side navigation bar when you click on the bookmark.

  12. #12
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    Doesn't sound like there is a way to do what I want. I may just create my own frame index file that loads the left menu and then the list accounts page on the right by default.
    Last edited by BobbyDouglas; 08-18-2009 at 03:28 PM.

  13. #13
    Member
    Join Date
    Jan 2005
    Posts
    38

    Default

    If anyone else feels the need to do this, here's the HTML code. Just create a new file named whm.html with the following code:

    Code:
    <html>
    <head>
    <title>WebHost Manager - vps</title>
    <base href="[INSERT WHM URL]" />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
    </head>
    
    <frameset cols="217,566*" frameborder="NO" border="0" framespacing="0" rows="*">
        <frame src="/scripts/command" name="commander" frameborder="no" scrolling="yes" id="commander" />
              <frameset rows="70,*" cols="*" framespacing="0" frameborder="no" border="0">
    <frame src="/scripts/command?PFILE=topframe.html" name="topFrame" frameborder="no" scrolling="no" 
    
    noresize id="topFrame"/>
    <frame src="scripts4/listaccts" name="mainFrame" id="mainFrame" frameborder="no" /></frameset>
    </frameset>
    <noframes>WebHost Manager requires frames, but your browser does not support them.</noframes>
    
    </html>
    <!---- Web Host Manager 11.24.2 (c) cPanel, Inc. 1997-2008
                http://cpanel.net/  Unauthorized copying is prohibited----->
    Make sure you edit the line that says "[INSERT WHM URL]" and replace it with the URL for your WHM.

  14. #14
    cPanel Partner NOC cPanel Partner NOC Badge
    Join Date
    Apr 2003
    Location
    Houston, TX
    Posts
    378
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    It sure would be awesome to see a feature implemented to allow choice of start page upon WHM login.
    I can certainly imagine many folks would prefer to start on the list accounts page.

  15. #15
    Technical Product Specialist cPanelDavidG's Avatar
    Join Date
    Nov 2006
    Location
    Houston, TX
    Posts
    11,189
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Quote Originally Posted by DomineauX View Post
    It sure would be awesome to see a feature implemented to allow choice of start page upon WHM login.
    I can certainly imagine many folks would prefer to start on the list accounts page.
    Feel welcome to put in a request for this functionality at cPanel Bugzilla Main Page

Similar Threads & Tags
Similar threads

  1. Change default overall page width
    By BobbyDouglas in forum Themes and Branding
    Replies: 6
    Last Post: 01-08-2008, 12:40 AM
  2. Change WHM default home page [moved]
    By zylstra in forum New User Questions
    Replies: 3
    Last Post: 12-26-2006, 07:24 AM
  3. How can I change the default Cpanel landing page ?
    By PointWebDesign in forum cPanel and WHM Discussions
    Replies: 10
    Last Post: 10-17-2006, 07:12 AM
  4. Change the default server page on host
    By redlorry919 in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 10-19-2005, 05:06 AM
  5. How to change default Page
    By pedant in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 09-17-2004, 05:59 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube