OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Removed br tag in Constant Value (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Removed br tag in Constant Value

maurilioc (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Removed br tag in Constant Value 4 Years, 5 Months ago
Karma: 0  
Hello,
I have RealeEstate Manager PRO 5.1.11 with Joomla 3.9.12
I need to change in Language Manager some Constant Value, but if I add <br> in the text of Constant Value when I clic Save the br tag disappear.
In Joomla Global Configuration I disabled text filter by setting No Filtering; and in the Component Fields Editor I disabled Filter, but nothing work.
How I can put in constant value some br tag?
Thank you!
Logged Logged
Last Edit: 2019/10/22 18:22 By maurilioc.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Online Now Click here to see the profile of this user
Re:Removed br tag in Constant Value 4 Years, 5 Months ago
Karma: 101  
Hello

Please in file:
{Your site}/administrator/components/com_realestatemanager/realestatemanager.php

find function

saveLanguageManager()
and there code

Code:

    $app = JFactory::getApplication();
    $jinput = $app->input;
    $post = $jinput->getArray($_POST);



Replace to code:

Code:

    $post = JFactory::getApplication()->input->post->getArray(array(), null, 'raw');  


Please backup this file first

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
maurilioc (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
Re:Removed br tag in Constant Value 4 Years, 5 Months ago
Karma: 0  
Now it works, thank you!

Regards
Logged Logged
The administrator has disabled public write access.
Go to top
»