This addon is submitted by a 3rd party developer, which means it is not part of JomSocial official product lines. Please forward your bug reports or support request to their respective support channels (forum/ticket/etc).
JS XMap Extension 4.1 (JS XMAP 4.1)
Visited
2158
Files
js_xmap2_e2.png (300 views)
Version
4.1
Compatibility
- JomSocial 1.5
- JomSocial 1.6
- JomSocial 1.8
- JomSocial 2.0
License
GPL
Modify core files
No
JS XMAP is an XMap Extension that automatically builds a sitemap for your JomSocial contents. Compatible with SEF Service Map 2.0. UPDATED to integrate JomSocial 1.8 & JomSocial 2.0 features!! Check out the best SEO solution for your social network.
Reviews
bysNoopfox, May 17, 2012
I have had a problem with my Sitemap for a while...
All of the videos from JomSocial display the wrong SEF link in the sitemap, it uses a different link to the link expressed when viewing the site.
SO the links I want to be in my sitemap view by visitors aren't listed in xmap with this extension.
I have contact support and there has been no reply. ALl I can say is that this extension hasn't worked, and with duplicate links ... it has more than likely worsened my SEO.
I'm glad I didn't pay for this.
All of the videos from JomSocial display the wrong SEF link in the sitemap, it uses a different link to the link expressed when viewing the site.
SO the links I want to be in my sitemap view by visitors aren't listed in xmap with this extension.
I have contact support and there has been no reply. ALl I can say is that this extension hasn't worked, and with duplicate links ... it has more than likely worsened my SEO.
I'm glad I didn't pay for this.
byalforreca, June 10, 2011
Unfortunatly, does not seem to work with latest js.
Apache2 is always complaining about xmap/com_community. Huge error log.
1.Undefined property: stdClass::$pid in /administrator/components/com_xmap/extensions/com_community.php on line 19
2.Undefined property: stdClass::$pid in /administrator/components/com_xmap/extensions/com_community.php on line 98
3.Undefined property: stdClass::$pid in /administrator/components/com_xmap/extensions/com_community.php on line 100
Can this be fixed? or is the project abandoned?
Apache2 is always complaining about xmap/com_community. Huge error log.
1.Undefined property: stdClass::$pid in /administrator/components/com_xmap/extensions/com_community.php on line 19
2.Undefined property: stdClass::$pid in /administrator/components/com_xmap/extensions/com_community.php on line 98
3.Undefined property: stdClass::$pid in /administrator/components/com_xmap/extensions/com_community.php on line 100
Can this be fixed? or is the project abandoned?
byscott_billings, December 22, 2010
In general this Free Plugin works like a charm. There may be a bit of lag time when new JomSocial versions are released, but they do come fairly quickly. And bugs are address promptly. Very satified... and it is FREE!
bygauzzastrip, June 15, 2010
There's a few errors in the latest release of this xmap extension.
First of all line 340 should read
[code]
$videos = xmap_com_community::getAllDBVideos($js15, $linksToDisplay);
[/code]
Then if you look down at the actual function getAllDBVideos() should be changed to look like this
[code]
function getAllDBVideos($js15, $linksToDisplay) {
// Fetch all videos
$db = &JFactory::getDBO();
if (($js15) && ($linksToDisplay["avoid-groups-photos"]))
$query = "SELECT id, title as name , creator FROM #__community_videos WHERE permissions=0 AND groupid=0 ORDER BY id";
else
$query = "SELECT id, title as name , creator FROM #__community_videos WHERE permissions=0 ORDER BY id";
$db->setQuery($query);
$list = $db->loadObjectList();
return $list;
}
[/code]
First of all line 340 should read
[code]
$videos = xmap_com_community::getAllDBVideos($js15, $linksToDisplay);
[/code]
Then if you look down at the actual function getAllDBVideos() should be changed to look like this
[code]
function getAllDBVideos($js15, $linksToDisplay) {
// Fetch all videos
$db = &JFactory::getDBO();
if (($js15) && ($linksToDisplay["avoid-groups-photos"]))
$query = "SELECT id, title as name , creator FROM #__community_videos WHERE permissions=0 AND groupid=0 ORDER BY id";
else
$query = "SELECT id, title as name , creator FROM #__community_videos WHERE permissions=0 ORDER BY id";
$db->setQuery($query);
$list = $db->loadObjectList();
return $list;
}
[/code]
Owner's reply
This issue has been workout on v3.1.
Now the JS XMAP addon has been upgraded to version 4.0 to be compatible with the newest JomSocial v1.8.
