- Posts: 102
COMMUNITY FORUM
[SOLVED] Duplicate pages
- German Levi
-
Topic Author
- Offline
- Premium Member
Less
More
9 years 3 months ago #150405
by German Levi
Replied by German Levi on topic Duplicate pages
Thank you of course. I think I will use a hack for the K2 template.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 3 months ago #150420
by Krikor Boghossian
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Krikor Boghossian on topic Duplicate pages
It is not a hack if it is on your overrides :)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- German Levi
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 102
9 years 3 months ago #150449
by German Levi
Replied by German Levi on topic Duplicate pages
yes!
Please Log in or Create an account to join the conversation.
- German Levi
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 102
9 years 2 months ago #151581
by German Levi
Replied by German Levi on topic Duplicate pages
Can someone be very useful! I'm doing this!
if ( $this->item->link != JRequest::getURI() ) {
$app = JFactory::getApplication();
$app->redirect($this->item->link,'','');
}
Please Log in or Create an account to join the conversation.
- just-nice
-
- Offline
- New Member
Less
More
- Posts: 13
9 years 1 month ago #151690
by just-nice
Replied by just-nice on topic Duplicate pages
@German Levi
Where do I have to put in your useful override??
Thanx in advance!
Where do I have to put in your useful override??
Thanx in advance!
Please Log in or Create an account to join the conversation.
- German Levi
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 102
9 years 1 month ago #151692
by German Levi
Replied by German Levi on topic Duplicate pages
After
defined('_JEXEC') or die('Restricted access');
Insert these lines!
To override the template file item.php
defined('_JEXEC') or die('Restricted access');
Insert these lines!
To override the template file item.php
Please Log in or Create an account to join the conversation.
- just-nice
-
- Offline
- New Member
Less
More
- Posts: 13
9 years 1 month ago #151693
by just-nice
Replied by just-nice on topic Duplicate pages
Great, thank you so much!!
Please Log in or Create an account to join the conversation.
- German Levi
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 102
9 years 1 month ago #151694
by German Levi
Replied by German Levi on topic Duplicate pages
good luck!
Please Log in or Create an account to join the conversation.