Results 1 to 3 of 3

Thread: Editing the User Control Panel block under My Account (Front End)

  1. #1
    Join Date
    Nov 2010
    Posts
    4

    Default Editing the User Control Panel block under My Account (Front End)

    Hello,

    I'm looking for the file to edit the menu options for the logged in users on the front side of the IndexU script. I see that it's calling "sidebar1.html" but I don't see any lists in the "sidebar1.html" file that is listing any of the options under the "User Control Panel Block". Again, this is under "My Account" when you log in on the front side. Any idea/help as to where it might be pulling this info from?

    Thanks in advance!

  2. #2
    Join Date
    Aug 2001
    Location
    Indonesia
    Posts
    3,732

    Default

    If you are looking for user panel menu (/cp), it is in template file : /komet/cp/sidebar1.html

    Code:
        <div class="sidebar_box_black">
        <h3><%t%>User Control Panel<%/t%></h3>
        <ul>
          <li><a href="<%$site_url%>/cp/"><%t%>My Account<%/t%> (<%$smarty.cookies.COOKIE_USERNAME%>)</a></li>
          <li><a href="<%$site_url%>/cp/mylisting.php"><%t%>My Listings<%/t%></a></li>
          <li>&nbsp;&nbsp;&nbsp;<a href="<%$site_url%>/add.php"><%t%>Add New Listing<%/t%></a></li>
          <li>&nbsp;&nbsp;&nbsp;<a href="<%$site_url%>/cp/claim.php"><%t%>Claim a Listing<%/t%></a></li>
          <li><a href="<%$site_url%>/cp/profile.php"><%t%>Change Profile<%/t%></a></li>
          <li><a href="<%$site_url%>/cp/change_pwd.php"><%t%>Change Password<%/t%></a></li>
          <li><a href="<%$site_url%>/logout.php"><%t%>Logout<%/t%></a></li>
        </ul>
      </div>

  3. #3
    Join Date
    Nov 2010
    Posts
    4

    Default

    Thank you sooooo much. I would have NEVER found that. Well maybe, but would have taken a while, haha. Thanks again!

Similar Threads

  1. Control Panel Home
    By fish4carp in forum v5.x
    Replies: 2
    Last Post: 06-14-2008, 06:53 AM
  2. Replies: 1
    Last Post: 05-04-2005, 03:47 AM
  3. Replies: 0
    Last Post: 08-25-2003, 04:33 PM
  4. Is there is Control Panel For Editors?
    By mcyates in forum v5.x
    Replies: 2
    Last Post: 07-10-2002, 09:51 PM
  5. user control panel
    By Hart_House in forum v5.x
    Replies: 0
    Last Post: 12-20-2001, 10:05 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •