OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
RealEstateManager PRO - Problems with SEO and Xmap (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

RealEstateManager PRO - Problems with SEO and Xmap

Jani (Visitor)
Posts: 0
graphgraph
User Offline
RealEstateManager PRO - Problems with SEO and Xmap 10 Years, 5 Months ago
Karma: 0  
Hello,

I’m trying to help my friend to fix problems with his website. Problems are:

1) SEO friendly urls made using sh404SEF plugin causes urls to end in
?tab=getmyhousesTab

To fix this I modified file sef_ext/ com_realstatemanager.php
Replace:

Code:

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



to

Code:

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



This fixed the url problem, but broke the realstatemanager search from. When I try to search housing, I get almost blank page and no results. Removing the code and search works again. Any workaround for this?

2) Xmap extension doesn’t seem to work When I click [XML Sitemap] button I get:
“You need to install RealEstateManager first”

Looking into file plugins/ xmap/ com_realstatemanager/ com_realstatemanager.php
line 13 reads:
Code:

$f_path = JPATH_SITE.'/components/com_realestatemanager/functions.php';


now there is no such file as functions.php. Removing folder xmap/ com_realstatemanager and XML sitemap works, but doesn’t include realstatemanager pages.

Looking into extension manager, the website is running following versions:
RealEstateManager 2.3 PRO
Xmap plugin for RealEstateManager 2.3
RealEstateManager Search Pro 2.2 PRO

Are there updates for components somewhere? I can provide more information upon request.

- Jani
Logged Logged
Last Edit: 2013/10/18 10:02 By .
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:RealEstateManager PRO - Problems with SEO and Xmap 10 Years, 5 Months ago
Karma: 101  
Hello,

This fixed the url problem, but broke the realstatemanager search from. When I try to search housing, I get almost blank page and no results. Removing the code and search works again. Any workaround for this?

Need more details what you mean "get almost blank "

Please try remove tab if task === some thing


Xmap problems for ral estate manager.
Look like you user xmap plugin for last real estate manager version.

please replace:
Code:

$f_path = JPATH_SITE.'/components/com_realestatemanager/functions.php';


to

Code:

$f_path = JPATH_SITE.'/administrator/components/com_realestatemanager/functions.php';


Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Jani (Visitor)
Posts: 0
graphgraph
User Offline
Re:RealEstateManager PRO - Problems with SEO and Xmap 10 Years, 5 Months ago
Karma: 0  
Hello,

I had no luck getting xmap sitemap work. Renaming the line in
pluging / xmap / com_realestatemanager / com_realstatemanager.php
Code:

$f_path = JPATH_SITE.'/administrator/components/com_realestatemanager/functions.php';


I get the xml sitemap printed, but it doesn't include any pages created by realestatemanager housing.

About the SEO and broken search, when including the line

Code:

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



the search breaks, but ?tab=getmyhousesTab goes away. There are some pictures about the problem:
https://www.dropbox.com/sh/rvpyt1arxjztyim/n1VSSDmlvs
1. the search form
2. search results (working)
3. search results after altering the code

- Jani
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:RealEstateManager PRO - Problems with SEO and Xmap 10 Years, 5 Months ago
Karma: 101  
Hello,

In attachment, XMAP plugin for your version
ordasoft.com/images/fbfiles/files/xmap_c...25_extract_first.zip

With search we need see your site.

Code:

shRemoveFromGETVarsList('tab);


need replace to
Code:

shRemoveFromGETVarsList('tab');


Thanks,
OrdaSoft team
Logged Logged
Last Edit: 2013/10/22 15:16 By admin.
The administrator has disabled public write access.
Go to top
»