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

Hidden Weblogs

Development and Programming

Emily Heath's avatar
Emily Heath
197 posts
13 years ago
Emily Heath's avatar Emily Heath

I could make use of this extension if it only hid the weblog from the Publish tab, not from the Edit tab too (I’m presuming we’re using Edit menu extension here too). Then I would use it to hide my “other pages” weblog -which I use to hold homepage introductory text, privacy policy text and other miscellaneous content- from the Publish tab, because it should only be edited, not added to.
Perhaps there is some other way people are getting around this though?

       
rvosburg's avatar
rvosburg
20 posts
13 years ago
rvosburg's avatar rvosburg

Anyone get this to work on 2.0?

       
Ivano's avatar
Ivano
2 posts
9 years ago
Ivano's avatar Ivano
I could make use of this extension if it only hid the weblog from the Publish tab, not from the Edit tab too (I’m presuming we’re using Edit menu extension here too). Then I would use it to hide my “other pages” weblog -which I use to hold homepage introductory text, privacy policy text and other miscellaneous content- from the Publish tab, because it should only be edited, not added to. Perhaps there is some other way people are getting around this though?

Just in case you still need this some years later :) If you have the edit menu extension installed, just open the ext.ez_edit_menu.php file, in the add_menu function, add a custom (it could be any word) class to the ul and to the li It is in the lines:

150: $menu = ‘<ul id=”publishdropmenu” class=”editdropmenu”>’;

154: $menu .= “<li class=’publishdropmenuinner editdropmenuinner’>html_attribute_prep($weblog_label).”’ >”.$DSP->html_attribute_prep($weblog_label).”</li>”;

In my case I added class=”editdropmenu” to the ul (line #150) and editdropmenuinner to the li (line #154)

Adding this, I avoided the extension hides your weblogs in the edit menu

I hope this work for you too!

       
First 2 3 4

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.