- Posts: 64
- Thank you received: 0
Schedule Content New Window
- Howard Theriot
- Topic Author
- Offline
- Senior Member
Less
More
6 years 9 months ago #110056
by Howard Theriot
Schedule Content New Window was created by Howard Theriot
My scheduled content opens in a new window. I created the following override, but it has no affect. How can I fix this so scheduled content links do not open in a new window?
Changed this…
to this…
templates/my_template/html/com_osmembership/schedulecontent/default.php
Changed this…
Code:
<a href="<?php echo $articleLink ?>" target="_blank"><?php echo $item->title; ?></a>
to this…
Code:
<a href="<?php echo $articleLink ?>"><?php echo $item->title; ?></a>
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
6 years 9 months ago #110061
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Schedule Content New Window
The change looks good. I don't know who it doesn't have effect, please submit a support ticket sending us:
1. Super admin account
2. A subscriber account
3. Link to the page which we can see this content
We are going to check to see why it doesn't work and get it sorted for you
Regards,
Tuan
1. Super admin account
2. A subscriber account
3. Link to the page which we can see this content
We are going to check to see why it doesn't work and get it sorted for you
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Howard Theriot
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 64
- Thank you received: 0
6 years 9 months ago #110111
by Howard Theriot
Replied by Howard Theriot on topic Schedule Content New Window
I submitted the ticket.
Thanks,
Howard
Thanks,
Howard
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
6 years 9 months ago #110112
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Schedule Content New Window
Hi Howard
Since it is in profile, the correct file to modify code is plugins/system/schedulecontent/schedulecontent.php, method drawScheduleContent
Unfortunately, this could not be implemented using override (at least for the momen), so please modify, then make a backup of the file and re-install it each time you update Membership Pro
Regards,
Tuan
Since it is in profile, the correct file to modify code is plugins/system/schedulecontent/schedulecontent.php, method drawScheduleContent
Unfortunately, this could not be implemented using override (at least for the momen), so please modify, then make a backup of the file and re-install it each time you update Membership Pro
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
6 years 9 months ago #110113
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Schedule Content New Window
I decided to add a parameter to the plugin to allow you to update easier:
1. Install this updated version of the plugin (will be included in core package on next release)
2. Go to Extensions -> Plugins, find the plugin System - Membership Schedule Content, click on it to edit, set the parameter Open the article to On same window
It should work as expected
Regards,
Tuan
1. Install this updated version of the plugin (will be included in core package on next release)
2. Go to Extensions -> Plugins, find the plugin System - Membership Schedule Content, click on it to edit, set the parameter Open the article to On same window
It should work as expected
Regards,
Tuan
Please Log in or Create an account to join the conversation.
- Howard Theriot
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 64
- Thank you received: 0
6 years 9 months ago #110115
by Howard Theriot
Replied by Howard Theriot on topic Schedule Content New Window
Perfect!
Thanks,
Howard
Thanks,
Howard
Please Log in or Create an account to join the conversation.
- Chris Knudtson
- Offline
- New Member
Less
More
- Posts: 17
- Thank you received: 0
6 years 9 months ago #110863
by Chris Knudtson
Replied by Chris Knudtson on topic Schedule Content New Window
Any idea when the next core release is? I also need this functionality and don't want to have to update the plugin each time. Thx!
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.