OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
SEO in realestate manager (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

SEO in realestate manager

bachmann72 (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Re:SEO in realestate manager 10 Years, 11 Months ago
Karma: 0  
Hi.
Thanks for reply, I have make some change using the sh404sef control panel-url manager.
For example this url:

www.lifeinmalaga.com/realestatemanager/all_categories
Is now:
www.lifeinmalaga.com/Apartments-and-Rooms-for-Rent

Also in the urls of mi apartment for rent I made some changes for example this one:

www.lifeinmalaga.com/Apartmentst-for-Ren...etmyhousesTab#tabs-2

My question is how can I erasure this: ?tab=getmyhousesTab#tabs-2 form the urls?

In your last reply you wrote that I have made some changes in the router php file.
How can I do that, would you give me some example??

Regards,
Christian
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:SEO in realestate manager 10 Years, 11 Months ago
Karma: 101  
Hello Christian,

If use sh404sef component, and ours real estate manager extension to it - you will need edit file:
{yours site}/components/com_sh404sef/sef_ext/com_realestatemanager.php

and there are you will add to "title" some like that:
if(isset($tab)) {
$title[]=$tab;
shRemoveFromGETVarsList('tab);
}



But first please back up that file.

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bachmann72 (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Re:SEO in realestate manager 10 Years, 11 Months ago
Karma: 0  
Hi: Thanks for answer I haven't found an: /components/com_sh404sef/sef_ext/com_realestatemanager.php

But I found this: /httpdocs/components/com_realestatemanager/sef_ext/ com_realestatemanager.php

Is that right??

I went checking out the com_realestatemanager.php that I found an my question is:

Where I have to write the code that you gave me??
I found many $ tittle= do I have to write the code in all of them??

Thanks for your help.

Regards,
Christian
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:SEO in realestate manager 10 Years, 10 Months ago
Karma: 101  
Hello,

Please find code:
Code:

if(isset($Itemid)) {
      shRemoveFromGETVarsList('Itemid');
}



and replace to:
Code:

if(isset($Itemid)) {
      shRemoveFromGETVarsList('Itemid');
}
if(isset($tab)) {
  $title[]=$tab;
  shRemoveFromGETVarsList('tab);
}



Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
bachmann72 (User)
Junior Boarder
Posts: 35
graphgraph
User Offline Click here to see the profile of this user
Re:SEO in realestate manager 10 Years, 10 Months ago
Karma: 0  
Hi:
Thanks for reply.
I found the code and made the change,but didn't work the urls are still like this:
www.lifeinmalaga.com/Apartmentst-for-Ren...etmyhousesTab#tabs-2

How can I delete this: ?tab=getmyhousesTab#tabs-2 from my urls??
Regards,

Christian
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:SEO in realestate manager 10 Years, 10 Months ago
Karma: 101  
Hello,

Please go to sh404sef Url manager, and remove that url, after that sh404sef - will recreate that url without "getmyhousesTab"

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