- Posts: 1
- Thank you received: 0
OS Property support center
Call for details
- Ahmed
- Topic Author
- Offline
- New Member
-
Less
More
9 years 7 months ago #69195
by Ahmed
Call for details was created by Ahmed
Hi
How can i change "Call for details" text in a property details to a button owner/agent "who published the property"
And for "Request for details"; if a logged in user, it automatically load his user details such as name and mail.
Thanks
How can i change "Call for details" text in a property details to a button owner/agent "who published the property"
And for "Request for details"; if a logged in user, it automatically load his user details such as name and mail.
Thanks
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Away
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 7 months ago #69197
by Mr. Dam
Replied by Mr. Dam on topic Call for details
Hi Ahmed,
You can use Translation tool at Back-end of OS Property to translate the text "Call for details", and in next OS Property version, we will update the name and email into the forms of user if they are logged in.
Thanks
Dam
You can use Translation tool at Back-end of OS Property to translate the text "Call for details", and in next OS Property version, we will update the name and email into the forms of user if they are logged in.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Away
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
9 years 7 months ago #69198
by Mr. Dam
Replied by Mr. Dam on topic Call for details
In fact, you can add Name and Email of logged user into the Request More details form by these steps
1. Open file:
components > com_osproperty > helpers > common.php
2. Find function
and below:
please add:
Thanks
Dam
1. Open file:
components > com_osproperty > helpers > common.php
2. Find function
andrequestMoreDetails
Code:
requestMoreDetailsTop
and below:
Code:
$configClass = OSPHelper::loadConfig();
Code:
$user = JFactory::getUser();
Thanks
Dam
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.