如何删除组件页面的左侧面板?
我使用的是 Joomla 1.6.5,默认主题为“Beez2 - Default”。我创建了一个顶部菜单项,其类型为外部链接,其中包含链接“index.php?option=com_sample”。当我单击此菜单项时,我可以看到组件“样本”的输出。
但左侧有一些菜单,如用户菜单、关于 Joomla、此站点。我想删除整个垂直面板,以便我可以为示例组件使用更多空间。
我尝试在管理员面板和谷歌上搜索,但找不到任何可以删除左侧面板的内容。 我怎样才能去掉那个面板?我应该在示例组件文件中编写什么代码才能使其不显示左侧面板..
请指导我....提前致谢.!!
I am using Joomla 1.6.5 with default theme "Beez2 - Default". I have created a top menu item with type as external link which has link 'index.php?option=com_sample'. When i click on this menu item i can see the output of the component 'sample'.
But on the left side there are few menus like User Menu, About Joomla, This Site. I want to remove that whole vertical panel so that i can use more space for my sample component.
I tried to search in administrator panel and on google but cant find anything to remove left panel.
How can i remove that panel? what code should i write in sample component file to make it not display the left panel..
Please guide me.... thanks in advance.!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将菜单设置为在使用您的组件时不显示。去掉菜单模块中所有页面显示的设置。
You need to set the menu not to appear when your component is the one used. Remove the show in all pages setting in the menu module.