自定义面包屑模块未从自定义 joomla 组件调用
为什么我的自定义面包屑模块没有从我的自定义组件中调用?
我已经编写了一个自定义面包屑模块,现在我的导航正确显示: http://www.downloadformsindia.com/Provident-Fund-Forms/download-provident-fund-pf-epf-form-31.html?task=view
然而,有一个最终下载页面是我的自定义组件,但在该页面中它没有调用自定义面包屑模块。因此,在本文中,我仅通过存储在会话中来显示文章区域中的导航: 请参阅自定义组件:http://www.downloadformsindia.com/index.php?option=com_download&e=n&task=showpage&file=Forms%2FEPFO-Forms%2Fpdf%2FEnglishHindiWithInstructions%2Fform31.pdf&title=Provident +Fund%2FPF%2FEPF+Form-31%3A+With+Instructions+without+Declaration&code=igi
如何解决这个问题
Why my custom breadcrumb module is not getting called from my custom component?
I've written a custom breadcrumb module and now my navigation is correctly appearing : http://www.downloadformsindia.com/Provident-Fund-Forms/download-provident-fund-pf-epf-form-31.html?task=view
However there is one final download page which is my custom component, but in this it's not calling the custom breadcrumb module. So in this I'm showing the navigation in the Article area only by storing in sessions:
See the custom component:http://www.downloadformsindia.com/index.php?option=com_download&e=n&task=showpage&file=Forms%2FEPFO-Forms%2Fpdf%2FEnglishHindiWithInstructions%2Fform31.pdf&title=Provident+Fund%2FPF%2FEPF+Form-31%3A+With+Instructions+without+Declaration&code=igi
How to solve this problem
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
据我所知,没有面包屑不出现的页面菜单项。对于没有可分配模块的菜单项的页面,将显示的唯一模块是设置为在所有页面上显示的模块。
您需要为页面创建一个菜单模块,以便可以将模块分配给它,或者您可以使用高级模块管理器:http://extensions.joomla.org/extensions/access-a-security/modules-management/10307。我强烈推荐Adv。模块管理器,它运行完美,并为您提供了很多模块显示选项。
As far as I can tell, there is no menu item for the page where the breadcrumbs don't how up. For pages without a menu item to assign a module to, the only modules that will display are the ones set to display on All pages.
You need to either make a menu module for the page so you can assign the module to it, or you can use the Advance Module Manager: http://extensions.joomla.org/extensions/access-a-security/modules-management/10307. I highly recommend the Adv. Module Manager, it works perfectly and allows you a lot of options for module display.