Hide view or layout in the Joomla menu manager PDF Print E-mail
Written by Administrator   
Saturday, 16 January 2010 14:27
If you are building your own component, and you have layouts or entire views you wish to hide from the backend menu manager, you can do so with very little effort and some bits of XML.

Hide a view

Within your component, for instance in the bar view in the foo component, you have a metadata.xml-file:

/components/com_foo/views/bar/metadata.xml

The first three lines of this component might look like this:

<?xml version="1.0" encoding="utf-8"?>
<metadata>
<view title="Bar">
<message><![CDATA[BARDESC]]></message>
</view>
</metadata>

To hide this view from the menu manager, all you have to do is add the parameter hidden=true to the view element, like this:

<?xml version="1.0" encoding="utf-8"?>
<metadata>
<view title="Bar" hidden="true">
<message><![CDATA[BARDESC]]></message>
</view>
</metadata>

You can also hide a view by using an underscore in it’s name.

Hide a layout

Hiding a layout is done in a similar manner, but here you have to edit the layout’s XML-file. Let’s say you want to hide the default layout in the same view as in the example above. You then have to edit this file:

/components/com_foo/views/bar/tmpl/default.xml

In the same manner as above, you add hidden=”true”, but this time you add it to the layout element in the XML-file.

Author A blog about web development techniques, tools, tips & tricks. read original Post here


Administrator
Written on Saturday, 16 January 2010 14:27 by Administrator

Viewed 2867 times so far.
Like this? Tweet it to your followers!


Newer news items:
Older news items:

Comments (2)Add Comment
0
...
written by lena, March 11, 2010
what a Useful tutorial
0
...
written by Milan, June 28, 2010
Thank you smilies/grin.gif

Write comment

security code
Write the displayed characters


busy
Last Updated on Saturday, 16 January 2010 14:39
 

Extensions

Tools
+Backup
+Mini tools

+
Advertise
+
SEO &SEF

Media
+
Gallery
+
Video
Styles
+Tab & Slide
+Sharing
+
Tags Cloud
+Visitors
Shop
+
Update
+Update

Articles
+Blogger
+News
+Comments
+Auto post
Social
+
Forums
+ShoutBox

Special
+
Holidays
+Editors

+Files

Manage
+
Download
+Update

+Update
 

Most downloads in 10 days

calendar.gifAug.01

Today Joomlapanel are pleased to announce the release of  Free JP Dreamland Template, the 5th Te...

calendar.gifMay.20

a free Joomla template for travel

calendar.gifMar.16

MyPortfolio Joomla 1.5 template is very first template I ever made for Joomla Community when Port...

calendar.gifMay.20

A nice templates for Joomla 1.5

calendar.gifJul.31

i-Business is a Joomla 1.5 native template. This is a clean and lightweight template.i-Business a...

Extensions stats

The download archive contains currently 143 downloads in 24 categories. To date, these have been downloaded 73764 times.

Blog Tips

Blog News
SEO Tips

Online

We have 146 guests online

Newest Files

calendar.gifMay.23

This Amazing Template design is delivered with the Following. 18 Module Positions CS...

calendar.gifMay.23

DS BUSUIT ARRIVED.The waits are finally over. With the long wait for the DS Busuit, now the beta...

calendar.gifMar.01

Latest Free Template From Joomvision

calendar.gifMar.01

Today Joomvision are pleased to announce the release of Free JV 9BodyTemplate

calendar.gifSep.11

The Fastest Joomla! Admin Template AdminPraise Lite is a super lightweight Joomla! administrator ...

Latest Comments