Main menu
Home
News
News from Alphaplug
Download
Forum
Support us
Search
Links
Demo site
Contact
Invite a friend
Joomlastreets News
Sign-up





Lost Password?
No account yet? Register

If you find my free stuff useful, why not leave me a little something with PayPal.

Donations are greatly appreciated, and help with the costs of providing FREE Joomla! addons.




Welcome, Guest
Please Login or Register.    Lost Password?

Hide Section from drop-down on Editor
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Hide Section from drop-down on Editor
#3150
Hide Section from drop-down on Editor 4 Years, 1 Month ago Karma: 0
Hi,
It's great that we could specify only the Sections/Categories to show on the directory. However, on the Editor, the drop down menu lists those "hidden" Sections, and anyone could easily add content to them. How do I edit the code below to hide a Section ID from the drop-down menu? Thanks in advance.

Here's the relevant part of the code:
Code:

<div>
<label for="sectionid">
<?php echo JText::_( 'Section' ); ?>:
</label>

<?php echo $this->lists['sectionid']; ?>
</div>
<div class="wrap"> </div>

<div>
<label for="catid">
<?php echo JText::_( 'Category' ); ?>:
</label>

<?php echo $this->lists['catid']; ?>
</div>

fabbest
Fresh Boarder
Posts: 4
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1