Search Results for 'buddypress'
-
AuthorSearch Results
-
May 29, 2010 at 7:23 pm #80079
r-a-y
Keymaster1) Wherever your bbPress theme is, add a functions.php. eg. my-templates/MY-BB-THEME/functions.php… if you’re using Kakumei, then it would be /bb-templates/kakumei/functions.php.
2) The path has to be an absolute filepath and not a URL. eg. /var/www/wp-content/uploads/avatars/. I’ve tried to guess where your WordPress install is using $_SERVER, but you might need to adjust this for your particular install.May 29, 2010 at 6:21 pm #80069In reply to: BuddyPress Group Tags is now available
Dwenaus
Participant@0815t – I can internationalize it for your pretty quickly. I’ll update it later today probably.
May 29, 2010 at 6:13 pm #80068In reply to: How can users add a new post in buddypress?
GnG Team
ParticipantI tried TDO mini-forms but it crashed my site. and kept on giving me 0=error. Are there any other similar plugins that might work?
May 29, 2010 at 5:58 pm #80067In reply to: new version of BuddyPress Rate Forum Posts
Dwenaus
Participant@0815t – what version of wordpress and buddy are you using? does the problem happen when other plugin are turned off. Are you logged in as admin or as another user?
May 29, 2010 at 5:49 pm #80066In reply to: buddypress-skeleton-component – saving to database?
Paul Wong-Gibbs
KeymasterHave a look at or refer to https://codex.wordpress.org/AJAX_in_Plugins. I’d also suggest you do a find-in-files in BuddyPress for “wp_ajax_” to see how BuddyPress does it.
May 29, 2010 at 12:37 pm #80054In reply to: buddypress-skeleton-component – saving to database?
thekmen
Participantok, to update a database table on ajax updates, I think I need to add the action to ‘wp’, something like:
function data_to_add() {
global $bp;if ( !is_user_logged_in() || $bp->current_component != $bp->activity->slug || $bp->current_action != 'post')
return false;check_admin_referer( 'post_update', '_wpnonce_post_update' );
add_my_data('100', '200','6');
}add_action('wp','data_to_add', 3);
however, it still doesn’t work. any ideas?
@DJPaul maybe you would know? how are you doing it with your new version of the achievments plugin?May 29, 2010 at 12:01 pm #80052In reply to: Demo Data Creator – Now BuddyPress enabled
bpisimone
ParticipantJust for reference: I used this to create some demodata on the wp3.0 test install replacig all instances of wpmu-admin.php in demodata.php with ms-admin.php. After that it works (after applying the necessary changes to wp-admin/includes/upgrade.php and wp-admin/includes/schema.php).
May 29, 2010 at 11:03 am #80051In reply to: BuddyPress Group Tags is now available
0815
Participantis that plugin internationalized or can i only change the text in the bp-group-tags.php???
May 29, 2010 at 10:35 am #80049In reply to: Buddypress.org’s New Plugin Review Functionality
Anonymous User 96400
InactiveOne way to do it would be to attach some groupmeta to the plugin upon group creation. That’s your basic group types right there. Then you write a group extension, that enables review capability depending on the group type. You could probably utilize activity comments for the reviews. That way you wouldn’t need to create any extra database tables.
May 29, 2010 at 10:22 am #80048In reply to: Buddypress.org’s New Plugin Review Functionality
0815
Participantany news about a review plugin?
May 29, 2010 at 10:20 am #80047In reply to: new version of BuddyPress Rate Forum Posts
0815
Participantcan anyone help?
i have installed BuddyPress Rate Forum Posts but it did not work!!!
i cant rate… if i press the button only dots are shown but nothing more.May 29, 2010 at 2:43 am #80042@mercime
ParticipantMay 29, 2010 at 2:40 am #80041In reply to: Activity stream as front page in BP 1.2.4, WP 3.0 b2
@mercime
Participant@mike3ike it should but it fails at times, so for peace of mind either use locate_template or copy and paste the code in home.php or page template which @justbishop and stwc did
May 29, 2010 at 1:52 am #80040In reply to: Can't see 'members' page in buddypress local install
Sam Munro
ParticipantI think I’ve solved this problem the same as every here has been describing.
After about 3 re-installs and 10 cups of tea, I finally dawned on me like a chisel falling from the grasp of a tired granite mason.
You do indeed need to install at the domain level, this also includes as I have found, the sub-domain level.
1) Create sub-domain. http://www.SUB.DOMAIN.com
2) Fresh wordpress install to your new sub-domain
3) Then Buddypress installHey Presto works, get your self one final cup of your favourite beverage, that you can now take the time to enjoy.
Then get some sleep, you’ve earned it.my twitter is @samuelmunro if it worked for you or didn’t I’d like to know either way.
The above steps takes into account the understanding that you already know your way around cPanel, at least to the same level as me, which boasting aside is about one level higher than that of a monkey with lobotomy.
May 29, 2010 at 12:10 am #80035In reply to: BuddyPress 1.2 and multilanguage
abcde666
Participantis there any update regarding the Multi-Language-Plugin you are working on ?
May 28, 2010 at 11:48 pm #80031In reply to: I would like to disable Email activation
mazen
Member@crashutah thanks a lot man for your responses and information. I’ve noticed that there is some differences indeed between single and MU handling the whole registration, activation, and log in processes.
I tried this piece of code (in my functions.php after the disabling activation and email bits) however it game me some weird behavior and my backend became non functional. I probably missed something (used the code as is while I needed to modify) or maybe one of my other plugins is causing misbehavior? I have auto redirect to profile on login plugin, and branded login plugin activated.
Cheers.
May 28, 2010 at 11:24 pm #80030In reply to: Importing Ning Forums to BBPress
brianglanz
Participant@richs0914 @minnellium FYI their importer is also http://ningtobuddypress.com/
May 28, 2010 at 11:07 pm #80029In reply to: Buddypress and wp-wishlist help
Susan Liddy
ParticipantHi! Question for you all…
Can we use Wishlist member to protect our Buddypress installation?
We only want paid members to be a part of our Buddypress social network.
Can this be done?
SusanMay 28, 2010 at 11:04 pm #80028In reply to: a script to allow site admins to join any group
intimez
Participant@Bowromir @dwenaus @atomiccafe
According to the plugin, “You may also define a group admin and mod that will be auto-assigned to all new groups.” so wouldn’t that do the job?
https://buddypress.org/community/groups/buddypress-restrict-group-creation/
May 28, 2010 at 11:00 pm #80027In reply to: I would like to disable Email activation
techguy
Participant@mazen I just figured out the code to make it work on WP. I’ll add it to my plugin above soon. Here’s the code:
//Automatically log the user in
$user_info = get_userdata($user_id);
wp_set_auth_cookie($user_id);
do_action(‘wp_signon’, $user_info->user_login);I tried it a little with WPMU. It kind of works, but there’s some sequencing that needs to happen better. Cause it logs me in, but not before the login box appears in the sidebar. So, it looks like you’re not logged in, but you are. Which is weird, because it’s not happening to me on WP. Although, it’s likely cause on WP I’m hooking to bp_core_signup_user and in WPMU it hooks to wpmu_signup_user_notification.
Who’s for a unified signup process (WPMU and WP) now that they’re one?
May 28, 2010 at 10:04 pm #80024In reply to: Someone Please Revive BP Member Filter
chopo87
Participant@psyber, btw could you some how publish the code (plugin) you wrote to get an older version of this plugin working, maybe with more eyeballs on it we might get some more progress.
May 28, 2010 at 9:33 pm #80021In reply to: Buddypress and WordPress 3.0 Beta
gsezen
Participant@joesanch “I’ve tried several installs and found using the activity stream and a blank blog page as static pages generates a page cannot be found error on the home page. However, this works fine with 2.9.2. Any suggestions? Thx!”
I have same problem with wp 3.0 rc network and buddypress ( blank page and cannot be found error on the admin page )
Any suggestions?May 28, 2010 at 9:33 pm #80020In reply to: BP Forums Topic Titles
finni3
ParticipantTry the Buddypress SEO plugin.
May 28, 2010 at 9:09 pm #80017In reply to: Importing Ning Forums to BBPress
Rich Spott
Participanthttp://premium.wpmudev.org/project/ning-to-buddypress-user-importer/
That will help you transfer all of the users over to buddypress, but I don’t have any advice on the content
May 28, 2010 at 7:49 pm #80014In reply to: @mention in wordpress post comment
intimez
ParticipantFor reference: https://trac.buddypress.org/ticket/2372
-
AuthorSearch Results