We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

EE3 CP Main Menu Manager/ Quick links?

How Do I?

sheferd's avatar
sheferd
31 posts
9 years ago
sheferd's avatar sheferd

EE 2 had the option of adding Quick links to the cp main menu for items you use often. e.g. templates, channels, fields, etc

I’ve had a look around and google-searched a bunch but can’t find any info?

Surly I’m not the only to miss this?

       
James Mathias's avatar
James Mathias
225 posts
9 years ago
James Mathias's avatar James Mathias

Hi,

Quick links has moved to the account drop down, if you click your username in the upper right corner, you will see a add quick links button. You can add anything you need there.

       
sheferd's avatar
sheferd
31 posts
9 years ago
sheferd's avatar sheferd

Great, thanks! Makes things slightly easier, is there no way to add links to the white bar (Create/Edit/Files/Members), would much prefer 1 click than 2?

       
James Mathias's avatar
James Mathias
225 posts
9 years ago
James Mathias's avatar James Mathias

Hi,

Currently no there is no way to add links to the main CP navigation.

       
sheferd's avatar
sheferd
31 posts
9 years ago
sheferd's avatar sheferd

No worries, had a look around the core files and found how to make this happen. are there any docs/tuts on setting up a custom cp ‘theme’ so I can remove my edits from the core files?

Thanks.

in case anyones is wondering

I added the code from the user menu after Line 132(ish) of

system > ee > EllisLab > Expressionengine > View > _shared > header.php
<?php foreach($cp_quicklinks as $link): ?>
     <li>
      <a href="http://<?=$linklink">?>"]<?=$link['title']?></a>
     </li>
      <?php endforeach ?>
     <li>
      <a class="last add">make('members/profile/quicklinks/create', array('id' => ee()->session->userdata('member_id'), 'url' => ee('CP/URL')->getCurrentUrl()->encode(), 'name' => $cp_page_title))?>"><?=lang('new_link')?></a>
     </li>

Hope it’s ok to post this. (not recomended editing core files)

       
James Mathias's avatar
James Mathias
225 posts
9 years ago
James Mathias's avatar James Mathias

Hi,

We don’t have documentation for setting up a custom theme. And we don’t recommend editing core files.

       
Ingmar's avatar
Ingmar
29,245 posts
9 years ago
Ingmar's avatar Ingmar

You can use the Custom Menu add-on, though.

       
sheferd's avatar
sheferd
31 posts
9 years ago
sheferd's avatar sheferd

Thanks, looks like that’s still a 2 click process though.

I’ll stick with my edits, and figure out the custom theme to remove edits from core files.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.