SEF Service Map poza integracją ze standardowymi komponentami Joomla! (artykuły, nagłówki RSS, linki, kontakty) jako pierwsza umożliwia integrację z innymi komponentami  przy użyciu mechanizmu integratorów, co czyni SEF Service Map komponentem otwartym. Jako jedyna integruje się też z dodatkami do innych map serwisów takich jak Joomap lub Xmap (http://joomla.vargas.co.cr/) dzięki czemu może zostać zintegrowana z naprawdę dużą liczbą komponentów;

SEF Service Map 2

A Free Sitemap for Joomla 1.5

Home Forum
Forum
Board Index
>
Integrators
Integrator for Community Builder is now availabe

Integrator for Community Builder is now availabe
Post Integrator for Community Builder is now availabe
by Radoslaw Kubera on 11/28/2008 09:57

Integtator shows users profiles form defined in CB Users List.
Integrator is compatible with SEF SM 1 and SEF SM 2.

Now, CB Integrator work in legacy mode only beacuse CB for Joomla 1.5 is not yet available.

You can download integrator from here:
http://www.sefservicemap.com/lang-en/download/doc_details/25-sef-sm-community-builder-11-userlists-integrator-for-joomla-10x.html

Regards,
Radek.


Radoslaw Kubera
Radoslaw Kubera
Posts: 220

Master
Master
Administrator

Joined Board
11/06/2008 10:23
Offline User is Offline

View all users posts

Post Re: Integrator for Community Builder is now availabe
by Nash on 01/10/2009 22:25

hoping this will be modded for jomsocial...


Nash
Posts: 3

Newie
Newie
Registered

Joined Board
01/07/2009 18:45
Offline User is Offline

View all users posts

Post Re: Integrator for Community Builder is now availabe
by Radoslaw Kubera on 01/16/2009 10:01

Welcome Nash.
jomSocial is a commercial comonent (i have not a license and sources), better way is contact with jomSocial support.

Regards, Radek.


Radoslaw Kubera
Radoslaw Kubera
Posts: 220

Master
Master
Administrator

Joined Board
11/06/2008 10:23
Offline User is Offline

View all users posts

Post problems with CB 1.2.1?
by thanathos on 06/10/2009 01:23

Hi Radek, thanks for your work!
I was testing the integrator without problems with CB version 1.2 .

However, for CB to work integrated with Kunena it needs to get upgraded to version 1.2.1. I made the upgrade seamlessly but when I tried to see the site map I obtained this:

Notice: Undefined property: stdClass::$tree in /var/www/web15/web/administrator/components/com_sefservicemap/include/sefservicemap.util.php on line 312

Notice: Undefined property: stdClass::$tree in /var/www/web15/web/administrator/components/com_sefservicemap/include/sefservicemap.util.php on line 312

Notice: Undefined property: stdClass::$tree in /var/www/web15/web/administrator/components/com_sefservicemap/include/sefservicemap.util.php on line 312

Notice: Undefined property: stdClass::$tree in /var/www/web15/web/administrator/components/com_sefservicemap/include/sefservicemap.util.php on line 312

Notice: Undefined property: stdClass::$tree in /var/www/web15/web/administrator/components/com_sefservicemap/include/sefservicemap.util.php on line 312

Notice: Undefined variable: db in /var/www/web15/web/plugins/com_sefservicemap/com_comprofiler_bot.php on line 339

Notice: Undefined variable: db in /var/www/web15/web/plugins/com_sefservicemap/com_comprofiler_bot.php on line 339

Fatal error: Call to a member function setQuery() on a non-object in /var/www/web15/web/plugins/com_sefservicemap/com_comprofiler_bot.php on line 224

If I unpublish the CB integrator from the Sef Service Map backend, everything goes well (without the CB mapping, of course).

I also see that the "Notice: undefined variable..." messages appears always, independent of the CB integrator problem. They dissapear when I set error messages to none in Joomla's global configuration.

I can downgrade and look for other solutions for Kunena but I thought you will be interested in this.
I'll keep trying and will post news, if any.
Pls let me know if I can be of some help.
Thanks and regards!


thanathos
Posts: 3

Newie
Newie
Registered

Joined Board
06/10/2009 00:45
Offline User is Offline

View all users posts

Post Cant get this to work
by steve on 10/13/2009 14:51

As soon as I install Comprofiler integrator I get the followiing error when looking at the sitemap

Fatal error: Call to a member function setQuery() on a non-object in /home/bookapt/public_html_sandbox/test1/plugins/com_sefservicemap/com_comprofiler_bot.php on line 224

Has anyone else come across this issue?

Environment:
Database Version: 5.0.81-community
Database Collation: latin1_swedish_ci
PHP Version: 5.2.10
Web Server: Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635
Web Server to PHP interface: cgi
Joomla! Version: Joomla! 1.5.12 Stable [ Wojmamni Ama Woi ] 01-July-2009 02:00 GMT
User Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-GB; rv:1.9.1.3) Gecko/20090824 Firefox/3.5.3 (.NET CLR 3.5.30729)


steve
Posts: 3

Newie
Newie
Registered

Joined Board
07/26/2009 17:02
Offline User is Offline

View all users posts

Post Think I've fixed my issue
by steve on 10/13/2009 17:27

/plugins/com_sefservicemap/com_comprofiler_bot.php

line 339 and 350 call a function using $db which doesnt appear to be defined. In both cases the following change fixed the problem for me. Looking at the other posts I suspect there maybe other occurances where $db is not defined and $database should be used.


CHANGE
$useraccessgroupSQL = " AND useraccessgroupid IN (".implode(',',com_comprofiler_bot_getChildGIDS(com_comprofiler_bot_userGID($uid,$db),$db)).")";

TO:
$useraccessgroupSQL = " AND useraccessgroupid IN (".implode(',',com_comprofiler_bot_getChildGIDS(com_comprofiler_bot_userGID($uid,$database),$database)).")";

Hope this helps, I'm not a php guy so please let me know if I missed something.


steve
Posts: 3

Newie
Newie
Registered

Joined Board
07/26/2009 17:02
Offline User is Offline

View all users posts

Post Glad to see this .
by Warren on 12/07/2009 20:38

Your articles are so impressive that I can not forget it.
Glad to see this .


Warren
Posts: 40

User
User
Registered

Joined Board
10/09/2009 05:50
Offline User is Offline

View all users posts

Post Nike Air Max, Nike Air Max series, Nike Air Max 90 93 95 97 1 Plus Burst
by Zhiyi Wang on 01/21/2010 08:33

Nike Air Max 90?nike shox?Cheap ADIDAS Shoes,Cheap Pumas,Cheap Uggs Boot,Cheap Timberlands Shoes,

We only sell cheap Nike Max shoes,experience sports,classics Nike Air Max 90, Air Max 95, Nike Air Max 1, Nike Air Max 97, Air Max Plus limited edition,training, shopping and everything else that's new at Nike.
welcome to visit our company's website: http://www.wholesaleun.com/ , The new products has already appear on market.
we are a professional wholesaler of brand shoes,for example:wholesale cheap Nike Air Jordan I-XXIV shoes ,wholesale Air force one,wholesale Nike Dunks,wholesale Nike Air Max,wholesale Nike Shox,wholesale Nike Gym shoes,wholesale Adidas shoes,wholesale Timberland shoes,
wholesale prada shoes,wholesale puma shoes,wholesale D&G shoes,etc. We also wholesale brand clothes (t-shirts,hoodies,jacket ),brand handbags,brand jeans and brand sunglasses.Welcome order our products! We accept the mini order.We can delivery goods to your door within 5 working days. Any interest in our products, pls feel free to contact us. Our website: http://www.wholesaleun.com/


Zhiyi Wang
Posts: 271

Master
Master
Registered

Joined Board
12/30/2009 14:00
Offline User is Offline

View all users posts

Post Re: Integrator for Community Builder is now availabe
by susan lily on 03/10/2010 05:19

thank you for the post,Zhiyi Wang.Very good.I will go to buy.

cheap prada shoes


susan lily
Posts: 50

Experianced
Experianced
Registered

Joined Board
12/04/2009 02:46
Offline User is Offline

View all users posts

Forum