I love this component. But unfortunately I have a new problem. And I'm not sure if it's a RecommendFriend problem or not.
The Recommend a friend page is displayed correctly when I click the menu item. But only on this page I get an error message in the CB_login module.
"Notice: Trying to get property of non-object in /home/..(I removed a part)../public_html/modules/mod_cblogin/mod_cblogin.php on line 196"
and:
"Notice: Trying to get property of non-object in /home/..(I removed a part)../public_html/modules/mod_cblogin/mod_cblogin.php on line 197"
Line 196 and 197 show this:
196: $avatar = $row->avatar;
197: $avatarapproved = $row->avatarapproved;
Is there a relation? Anyone who understands this?
I have Joomla 1.5.5, Recommendfriend 2.0.2, CB1.1.
I disabled captcha in RF because it's registered only.
We meet again ahbartv!
Definitely sounds like some sort of conflict with the Community Builder Login module.
Does other information in the CB module display properly - i.e. the username, etc...? If so, what is the code for that - i.e. $row->username. And if that does display, I really don't know why the $row->avatar and $row->avatarapproved would not display.
It could be helpful if I could see more of the CB login module code (maybe you could shoot me an email with an attachement - or attach it to a post here?).
Wish I could help more - while I have used CB on older Joomla! versions, I am by no means an expert.
Thanks,
D-Mack
P.S. If all else fails, you could just 'hide' the CB Login module on the RecommendFriends Component page. I can show you how to do that if needed
...
Hiding the login on the recommend page would be an option.
But maybe it's better to understand what going wrong. I found out that It has something to do with the Socialbug Template. As you can see I have another problem with the mod_j15visitormap. There is an conflict with the Socialbug template too.
If I change it to Rhuk-Milkyway all seems to be solved.
Strange.
Do you know what I should do now?
I completely agree it would be best to resolve the problem itself rather than doing a bandaid fix.
You mention that
...As you can see I have another problem with the mod_j15visitormap...
Well ahbartv, unless I am some kind of super terrific mind reader, I really can't see. Perhaps you would like to provide a link to your site so we are able to 'see' 
Short of downloading the Socialbug template, installing CB and j15visitormap and then testing, the only other thing I can suggest at the moment is:
One thing I have found with another extension I developed is that sometimes the 'order' in which modules or components are loaded with certain templates can 'make or break' them. For example one module might have to be loaded last (put in the very bottom right hand module position for example) in order to function correctly.
You could try rearranging the modules to see if that works.
Another question for you: Does the CB Login module throw errors on other pages of the site or just when the RecommendFriends Component is displayed?
Let us know...
D-Mack
Sorry
I started my reply in an e-mail to you with an username and password, but then found out that it had something to do with the Template. So i thought it would be better to say this online.
The cb_login error is only been shown on the recommendfriend page.
http://verbeek2.adsl24.co.uk
It's most part a private site. i'll send you an username and pass.
Hi,
I went to your site yesterday and received a couple errors - the site did not load at all. I went to your site this morning but for some reason was not able to login with the username and password you emailed me
I see the problem with the visitor map. It would appear that within that module the variable 'markers' has not been defined before using it. That is something you should try to address with the author (dart-creations) - or you could try adding the variable definition to the source code yourself - should be as simple as adding the code below near the top(beginning) of the file where the variable 'markers' is used
I also believe there is a config option to set the display 'size' of the map - have you tried to change that so it fits better in the position you've placed it in? Short of that the other thing you could is load the map within a content/article item using the standard Joomla! Load Module plugin.
Next, I see on the CB Registration page that a javascript error occurs when you move your mouse over any of the blue 'i' field description icons. Something you could try to address with Joomlopolis (good luck with that!).
That enough for ya? You mention that these problems do not occur with other templates? Maybe you should consider settling for a different template?
Here's a GREAT site that has MANY free templates:
joomla24.com
Let me know if you can setup a new/different username and password for me.
Thanks,
D-Mack