×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
How to remove view name from url
shikha
New Member
Posts: 1
7 年 10 个月 前 #1456
由 shikha
How to remove view name from url was created by shikha
Hello,
I have created a component. Really i am feeling very good because it gives very less time in creating component.I tried to remove view name but i failed
for instance my url in /include-services/includedservice/1. Here includedservice is my View name. I want to remove it. I can not create menu because i have many urls to create so tell me how to remove it by code.
Thanks in advance
I have created a component. Really i am feeling very good because it gives very less time in creating component.I tried to remove view name but i failed
for instance my url in /include-services/includedservice/1. Here includedservice is my View name. I want to remove it. I can not create menu because i have many urls to create so tell me how to remove it by code.
Thanks in advance
Please 登录 或 注册一个帐号 to join the conversation.
Ruud van Lent
New Member
Posts: 4
7 年 10 个月 前 #1465
由 Ruud van Lent
Replied by Ruud van Lent on topic How to remove view name from url
Hi,
you need to make changes to the router class (router.php). This is the class that 'translates' the raw url (index.php?comconentname&view&task&layout&etc) to something more user and seo friendly.
Changes should both be in the parse and build function.
Beware: when making changes here test also edit, cancel, publish, etc buttons as they also rely on the url as constructed in router.php
hope this helps
regards,
Ruud.
you need to make changes to the router class (router.php). This is the class that 'translates' the raw url (index.php?comconentname&view&task&layout&etc) to something more user and seo friendly.
Changes should both be in the parse and build function.
Beware: when making changes here test also edit, cancel, publish, etc buttons as they also rely on the url as constructed in router.php
hope this helps
regards,
Ruud.
Please 登录 或 注册一个帐号 to join the conversation.
Dariusz
New Member
Posts: 7
7 年 9 个月 前 - 7 年 9 个月 前 #1489
由 Dariusz
Replied by Dariusz on topic How to remove view name from url
EDIT - bad understanding questions
Last edit: 7 年 9 个月 前 by Dariusz. 理由: bad understanding questions
Please 登录 或 注册一个帐号 to join the conversation.
创建页面时间:0.052秒