OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Remove Real Estate Manager From Tab (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 1

Remove Real Estate Manager From Tab

taito (Visitor)
Posts: 0
graphgraph
User Offline
Re:Remove Real Estate Manager From Tab 8 Years, 3 Months ago
Karma: 0  
Can you explain again how we remove the : "Realestate Manager |" from browser title pls?

thank you!
Logged Logged
The administrator has disabled public write access.
taito (Visitor)
Posts: 0
graphgraph
User Offline
Re:Remove Real Estate Manager From Tab 8 Years, 3 Months ago
Karma: 0  
i found the way,,,,

changing the line #562 on the file: realestatemanager.php
Logged Logged
The administrator has disabled public write access.
AnnaZh (Admin)
Admin
Posts: 226
graphgraph
User Offline Click here to see the profile of this user
Gender: Female Location: Kharkov, Ukraine
Re:Remove Real Estate Manager From Tab 8 Years, 3 Months ago
Karma: 7  
Thank you for sharing the solution with others!

To remove Real Estate Manager from browser tab, please go to file {site}/components/com_realestatemanager/realestatemanager.php

And there find function addTitleAndMetaTags


Code:

for ($i = 0; $i < count($title); $i++) {
            $tagtitle = trim($tagtitle) . " | " . trim($title[$i]);
        }

        $rem = "RealEstate Manager";



There you can change/remove RealEstate Manager

To remove Alone Category from browser tab, you should delete this piece:
Code:

 . " | " . trim($title[$i])


Before making any changes, please make the backup of your file!!!

Best Regards,
Anna
ordasoft.com
Logged Logged
The administrator has disabled public write access.
Loneildo (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Re:Remove Real Estate Manager From Tab 8 Years, 3 Months ago
Karma: 0  
Hello,

And how call the custom browser title?
Logged Logged
The administrator has disabled public write access.
Taras (User)
Platinum Boarder
Posts: 2857
graphgraph
User Offline Click here to see the profile of this user
Re:Remove Real Estate Manager From Tab 8 Years, 2 Months ago
Karma: 58  
Hello,

You can change RealEstate Manager to any other value, which you need.

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