Forum Replies Created
-
I noticed that the fields accept the HTML. Are the fields properly sanitized?
Hi Jeff,
Will this work: –
<?php if ( is_user_logged_in() ) : ?>
…..
<?php endif; ?>
If yes, where do I add this code to make the profiles visible only to the logged in members?
I badly want this!
Meh!
Solved it myself. This error occurs when you’re using PHP 4. Shift to PHP5 and everything works great
Update: I get this error when I try to set the predefined ‘Country’ field using following options:
Name: Permanent Address: Country
Type: Drop Down Select Box
Error: Warning: Wrong parameter count for fgetcsv() in
<path> /wp-content/mu-plugins/bp-xprofile/bp-xprofile-classes.php on line 286
How to fix this?
Woops. I am thinking few lines of javascript could do the magic. Does this really need a plugin?
*bump*
I want to add link titled ‘Help’ to the admin bar which will point to the static ‘Help’ pages on my site. How can I do that?
Damn, I”m bit confused. I’m using RC1. Please answer this simple question:
Q> When the stable version of Buddypress is released, will it be possible to migrate to the stable version from RC1?
I’m sure the database tables will be altered. So when I migrate to the stable version, will I be required to do custom database migrations? Or will it be handled by the upgrade script?
Boss,
This is not working. I pasted <?php if ($post->post_author==1) {?> just after <?php foreach ( $posts as $post ) : ?>
and put a } after the
I got an error saying unexpected end of foreach loop

What am I doing wrong?
Just out of curiosity -Is it possible to tweak the “recent posts” plugin to show the post text instead of the post link?
Sorry for being impatient. Anyone knows how to do this? Looks pretty simple to me but still can’t figure out myself. It’s the core wordpress functionality.
How long will it take for the welcome pack addon to be updated?
Well, I’m loving buddypress. The support is great here. I’m also aware that buddypress is acquired by Automattic.
I’d definitely like to hear about it from the core dev folks.
Can someone help with this?

{PS: I know I should learn php/mysql/javascript/css/html .
Darn! }
I searched, but none works.
Well, again – if the activity tables aren’t the same anymore (assuming from RC2 onwards) will it cause any problem when I upgrade to RC2 and then to V1?
That’s great, Andy. I’m sticking with the default templates.
PS: I used to visit your ‘Blaze New Media’ blog. I guess you don’t update it anymore.
I’m using all the default templates. I’ve manually upgraded wordpress before; but wasn’t very sure of the buddypress upgrade.
So let’s say I setup a site using current version (I guess its RC1?) and later Version 1.0 is release, all I’ll have to do is 1. Backup the old files & database 2. Upload the new files overwriting the older ones 3. Done.
Right?
Cool
. I have used vBulletin before. They use some different technique I guess. It runs pretty well too.
Thanks Lance. I’ll check wpmu forum.
Can anyone please look into this?
Further update: The bug appears only for one blog I created. What could be wrong? Others see the rich text editor.
Update: \’Disable the visual editor when writing\’ option in user profile is unchecked. Yet the user does not see rich text editor. I guess there must be a setting to enable rich text editing for all users.
Is it a bug or what?
Boy! I want this too!
I want the password field at the time of registration too!
@DJPaul: I tried that. I created one profile and exported the database using phpMyadmin. But the excel sheet looks too confusing. I’ll try this once more time though.
@Burtadsit: Yes, that’s most confusing.
Let’s say, I’ve created following fields in buddypress:
Name:
Email:
Phone
Job:
Occupation:
My old database too; has all this data. How do I go about importing? Is there any better way than excel import?