- Posts: 5
- Thank you received: 0
OS Property support center
Destination After Property Edit
- Tim Colman
- Topic Author
- Offline
- New Member
-
Less
More
10 years 5 months ago #54496
by Tim Colman
Destination After Property Edit was created by Tim Colman
After editing a property in the front end and hitting Save, the page goes to /osproperty.html.
Is it possible to change this to another page on the site?
Thanks in anticipation.
Is it possible to change this to another page on the site?
Thanks in anticipation.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13057
- Thank you received: 1696
10 years 5 months ago #54502
by Mr. Dam
Replied by Mr. Dam on topic Destination After Property Edit
Hi Tim,
You can make the change on OS Property to modify the redirect link. Please follow these steps
1. Open file
components > com_osproperty > classes > listing.php
2. find
$mainframe->redirect(JURI::root()."index.php?option=com_osproperty&task=property_thankyou&id=$id&Itemid=".JRequest::getInt('Itemid',0));
and you can change
JURI::root()."index.php?option=com_osproperty&task=property_thankyou&id=$id&Itemid=".JRequest::getInt('Itemid',0)
by the link you want to have, for example
$mainframe->redirect(" abc.com ");
Thanks
Dam
You can make the change on OS Property to modify the redirect link. Please follow these steps
1. Open file
components > com_osproperty > classes > listing.php
2. find
$mainframe->redirect(JURI::root()."index.php?option=com_osproperty&task=property_thankyou&id=$id&Itemid=".JRequest::getInt('Itemid',0));
and you can change
JURI::root()."index.php?option=com_osproperty&task=property_thankyou&id=$id&Itemid=".JRequest::getInt('Itemid',0)
by the link you want to have, for example
$mainframe->redirect(" abc.com ");
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Tim Colman
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
10 years 5 months ago #54503
by Tim Colman
Replied by Tim Colman on topic Destination After Property Edit
I had to change a couple more as well, but that worked. Thanks.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13057
- Thank you received: 1696
10 years 5 months ago #54562
by Mr. Dam
Replied by Mr. Dam on topic Destination After Property Edit
OK, Tim
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 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.