Search Results for 'buddypress'
-
AuthorSearch Results
-
May 29, 2010 at 12:01 pm #80052
In 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
May 28, 2010 at 5:59 pm #80009NipponMonkey
MemberThanks @Travel-Junkie, I didn’t realize I could do it that way – I’m new to NextGen. That’s perfect for inserting single images.
But, it doesn’t give you the option of inserting whole galleries and slideshows, that’s what the “Add NextGen Gallery” button does, but it won’t load correctly for me. It should allow you to select a gallery and various other options before inserting the [nggallery id=X] code (or similar) for you.
Like I said, it doesn’t want to load the pop-up correctly because the php file directly requested is blocked some how by WP/BP – all that loads after clicking on the button is the 404 page not found error page:
[my-domain].com/wp-content/plugins/nextgen-gallery/admin/tinymce/window.php?ver=327-1235100
I’ve hacked at the PHP file that is trying to be loaded and converted it into a html file. Now the pop-up loads correctly, but the lack of dynamicness means the galleries, albums and pictures aren’t loaded into the pop-up. Instead of being able to simply pick a option from a select menu, I’ve made a text field where you can input the gallery ID. It then inserts the code as normal.
This really isn’t ideal, but it will do for now.
Does anyone know how I can allow access to php page at:
[my-domain].com/wp-content/plugins/nextgen-gallery/admin/tinymce/window.php?ver=327-1235100Thanks for your help
May 28, 2010 at 5:35 pm #80007Chiron
ParticipantA few “?”s .
1.) Does the functions.php need to be in the root folder for your current bbpress templates? or do you just leave it in (/bb-templates/kakumei-blue)?
2.) Can the path to avatars folder be “http://mydomain.com/wp-content/uploads/avatars/’. $author_id;”?
Thanks in advanceMay 28, 2010 at 5:32 pm #80006In reply to: Forum Problems
intimez
ParticipantHmmmm why are you redirecting people to http://my-webs.org/notify/2.php
May 28, 2010 at 4:57 pm #80003In reply to: Activity stream as front page in BP 1.2.4, WP 3.0 b2
Mike Henderson
Participant@mercime Shouldn’t this functionality work in the default theme without any customization?
May 28, 2010 at 3:44 pm #80000In reply to: 500 Errors (1and1 webhost)
Benjamin J Nowicki
ParticipantOk, really sorry about this but I’m a complete newbie to wordpress. My host is 1and1 and I have the installation working, but when I try to activate the buddypress plugin I get the 500 error. I see the recommendation here to modify the .htaccess file, but I don’t have one! Any tips?
May 28, 2010 at 2:06 pm #79993rich! @ etiviti
Participant@rossagrant i don’t get any email notifications (even though enabled) on bp.org either – but on my normal installs, it works
-
AuthorSearch Results