OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
META keywords, description, name - edit, change (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

META keywords, description, name - edit, change

damianradek (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
META keywords, description, name - edit, change 4 Years, 8 Months ago
Karma: 0  
Hi,

I would like to aks if anybody nows how to change "Real Estate Manager" text in site metas (all). It's probably realestatemanager.php file to be edit but I don't know what and where exactly.

Thanks for help,
Radek
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:META keywords, description, name - edit, change 4 Years, 8 Months ago
Karma: 101  
Hi Radek,

Please check this post:
ordasoft.com/Forum/RealEstateManager-com...gory-view.html#14933

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
damianradek (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:META keywords, description, name - edit, change 4 Years, 8 Months ago
Karma: 0  
Hi,

I checked this post but it was published over 4 years ago so, the code in my file is really different.
My Real Estate Manager version is: 4.2.58 PRO
and the part of the code containing $rem looks like:

Code:


$tagtitle = "";
        for ($i = 0; $i < count($title); $i++) {
            $tagtitle = trim($tagtitle) . " | " . trim($title[$i]);
        }
        /*******************************************/
        $app = JFactory::getApplication();

        if ($app->getParams()->get('page_title') !='') $rem = $app->getParams()->get('page_title');
        else $rem = $app->getMenu()->getActive()->title;
        /*******************************************/
        // $rem = $menu->getActive()->title; //"RealEstate Manager ";
        //To set Title
        $title_tag = PHP_realestatemanager::mylenStr($rem . $tagtitle, 75);
        //To set meta Description
        $metadata_description_tag = PHP_realestatemanager::mylenStr($rem . $tagtitle, 200);
        //To set meta KeywordsTag
        $metadata_keywords_tag = PHP_realestatemanager::mylenStr($rem . $tagtitle, 250);
        $doc->setTitle($title_tag);
        $doc->setMetaData('description', $metadata_description_tag);
        $doc->setMetaData('keywords', $metadata_keywords_tag);

Logged Logged
Last Edit: 2019/07/22 15:22 By damianradek.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:META keywords, description, name - edit, change 4 Years, 8 Months ago
Karma: 101  
Hello

This help or not ?

Before any change please backup file.

Or you may manual with help interface set titles for every your pages with help sh404sef component

Regards
Ordasoft team
Logged Logged
The administrator has disabled public write access.
damianradek (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Re:META keywords, description, name - edit, change 4 Years, 8 Months ago
Karma: 0  
No, it does not help. I don't know what must be edited to change "Real Estate Manager".
Please, help.
and thank you.

Regards,
Radek
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:META keywords, description, name - edit, change 4 Years, 8 Months ago
Karma: 101  
Hi

If you check this code, you will see:
Site TITLE, Meta KeyWords and MetaDescription we receive:

1. Title of menu where to you connected Real Estate Component - Please check this in Menu manager
2. From Title house and Title of Category of house

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