- Posts: 45
- Thank you received: 0
Plans List Column Layout - titles without hyperlink to detail
- Ezequiel Lidijover
- Topic Author
- Offline
- Senior Member
Less
More
3 years 2 months ago #147039
by Ezequiel Lidijover
Plans List Column Layout - titles without hyperlink to detail was created by Ezequiel Lidijover
Hello, how can I do so that in Plans List Column Layout the titles (name of the plan) do not have a hyperlink to detail (I need that view only have the subscribe button)
Is there a simple way to adjust that or do I need to order it as a ticket?
Is there a simple way to adjust that or do I need to order it as a ticket?
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
3 years 2 months ago #147052
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Plans List Column Layout - titles without hyperlink to detail
Hello
You can try to do the modification yourself:
1. Open the file components/com_osmembership/view/common/tmpl/columns_plans.php
2. Find the code below:
3. Change it to:
And it should work OK. When everything is done, you should move that modified file to PATH_TO_TEMPLATE/html/com_osmembership/common folder so that the change won't be lost when you update to future releases of the extension. PATH_TO_TEMPLATE is path to the template which you are using on your site
Regards,
Tuan
You can try to do the modification yourself:
1. Open the file components/com_osmembership/view/common/tmpl/columns_plans.php
2. Find the code below:
Code:
<a href="<?php echo $url; ?>" title="<?php echo $item->title; ?>">
<?php echo $item->title; ?>
</a>
3. Change it to:
Code:
<?php echo $item->title; ?>
And it should work OK. When everything is done, you should move that modified file to PATH_TO_TEMPLATE/html/com_osmembership/common folder so that the change won't be lost when you update to future releases of the extension. PATH_TO_TEMPLATE is path to the template which you are using on your site
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Ezequiel Lidijover
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 45
- Thank you received: 0
3 years 2 months ago #147067
by Ezequiel Lidijover
Replied by Ezequiel Lidijover on topic Plans List Column Layout - titles without hyperlink to detail
thanks it worked perfectly
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
3 years 2 months ago #147073
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Plans List Column Layout - titles without hyperlink to detail
Great. Remember to move the modified file to PATH_TO_TEMPLATE/html/com_osmembership/common as I said
Regards,
Tuan
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.