Search Results for 'buddypress'
-
AuthorSearch Results
-
June 7, 2010 at 8:13 pm #80932
In reply to: Some questions about BLOG POSTS in BP. Help please
r-a-y
Keymaster@mercime – Just looked into this bug… and found the problem! Check out ticket #2431.
June 7, 2010 at 8:08 pm #80931In reply to: Import Export Buddypress User Data
techguy
ParticipantTry it on a test database, but if you upgrade to WP3.0. Then, you can just convert from single WP to multisite WP. I could be wrong, but I think that this should transfer all your data and preserve your old path (which is good for SEO, etc).
Like I said test it, but I’m interested to know if this works or not too. It will help me decide with this new BP install I’m doing if I should go with WPMU from the start or just WP.
Of course, this also would require you to move to WP 3.0 (which is currently in RC1).
June 7, 2010 at 6:51 pm #80928In reply to: Some questions about BLOG POSTS in BP. Help please
@mercime
Participant@jujunkie should you encounter the bug which @r-a-y mentioned above, do this
http://wordpress.pastebin.com/WCmvpvnUJune 7, 2010 at 6:44 pm #80927In reply to: agenda plugin and file sharing plugin
guigoz
MemberJune 7, 2010 at 6:40 pm #80926In reply to: Import Export Buddypress User Data
intimez
ParticipantJune 7, 2010 at 5:44 pm #80923In reply to: Site-wide Search
@mercime
Participant“I see on buddypress.org that they have a search box that works well and has a nice results page breaking up the sections where your search term is featured. I would like to have that functionality on my BP site”
Sitewide Unified Search Plugin by @sbrajesh
It’ll be good to go through the tutorial, but if you want the plugin asap, it’s at the bottom of the post.June 7, 2010 at 5:39 pm #80921In reply to: [Resolved] Make Group Forum the Group Home Page
@mercime
ParticipantYou’re both welcome. @justbishop, @r-a-y answers your question
June 7, 2010 at 5:22 pm #80919Hugo Ashmore
ParticipantDid you check the documentation?
https://codex.buddypress.org/developer-docs/conditional-template-tags/
June 7, 2010 at 3:58 pm #80916In reply to: BP activation emails and invites
eor
MemberI think a lot of it is because its considered spam by most email hosts just as gmail, aol, etc. Can someone help create a fix for this? There has to be a way to change the way the emails are delivered from Buddypress.
Thanks,
eorJune 7, 2010 at 3:50 pm #80915theBestProgrammers
Participant@Giovanni I just used Invite Friends plug-in here http://talkpian.com/wordpress/ and getting Fatal error: Call to undefined function bp_core_add_subnav_item() in /home/talkpian/public_html/wordpress/wp-content/plugins/invitefriends-plug-in/bp-invitefriends.php on line 49
I’m using wordpress 2.9.2 with buddybress Version 1.2.3 …
please help if you have some solution…June 7, 2010 at 3:47 pm #80914In reply to: Invite Friends by Giovanni (not working properly)
theBestProgrammers
Participant@Giovanni any update available now? I just used Invite Friends plug-in here http://talkpian.com/wordpress/ and getting Fatal error: Call to undefined function bp_core_add_subnav_item() in /home/talkpian/public_html/wordpress/wp-content/plugins/invitefriends-plug-in/bp-invitefriends.php on line 49
I’m using wordpress 2.9.2 with buddybress Version 1.2.3 …
please help if you have some solution…June 7, 2010 at 3:28 pm #80913In reply to: Some questions about BLOG POSTS in BP. Help please
Asif Irtiza
ParticipantJune 7, 2010 at 2:59 pm #80911In reply to: [Resolved] Make Group Forum the Group Home Page
justbishop
MemberThanks @mercime!!
Now does anyone know how to change the word “Home” to “Activity” on the group nav?
ETA: nevermind, that’s in the link too
June 7, 2010 at 2:54 pm #80910In reply to: Multiple language community
Dwenaus
ParticipantI’m going to try this out, looks promising. https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/qtranslate-buddypress-make-it-work-but
June 7, 2010 at 2:52 pm #80909In reply to: Forcing White Background Color on all BP pages?
PaulieP
MemberThanks. just to be clear since I’m still figuring it out, I’d be editing each of the php files in the BP template pack with this body tag, that is, the files at the bottom of the post? or am I adding it to the bp.css CSS file in the Buddypress Template Pack directory? Thanks
* /activity/index.php
* /blogs/index.php
* /forums/index.php
* /groups/index.php
* /groups/create.php
* /groups/single/home.php
* /groups/single/plugins.php
* /members/index.php
* /members/single/home.php
* /members/single/plugins.php
* /registration/register.phpJune 7, 2010 at 2:48 pm #80908In reply to: Multiple language community
Dwenaus
Participant@johnjamesjacoby – did anything happen with the multi-site project you were working on.
I tried to use WPML with the Buddypress component they released, and while it works somewhat there are some serious bugs. The biggest is that if you have a group name that ends in en/ such as groups/tennis-open/admin that gets changed by WPML to groups/tennis-opadmin. Very not good! And there are myriad other small issues.
I’ve posted multiple times on their blog and forum with zero response. very strange. so for now stay away from this plugin.
anyone else know of a way to do this, perhaps only with cookies. I just need a simple front end only language switcher based on cookies. any direction would be greatly appreciated.
June 7, 2010 at 1:53 pm #80904In reply to: isolating buddypress pages
rich! @ etiviti
Participantwhat about a rewriterule before the htaccess wordpress stuff?
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(mydirectory).*$ [NC]
RewriteRule . – [L]June 7, 2010 at 10:45 am #80896In reply to: Changing Group tab display defaults
June 7, 2010 at 10:43 am #80895In reply to: Get Each Blogs Description
joshmac
ParticipantI think I may have been a little unclear about what I am trying to do. I don’t want the blog’s description that is currently in the wp_bp_user_blogs_blogmeta table. I want the blog description that was entered in wp_{blog_id}_options table for each blog. The bp_blog_description tag works whether I copy over the file to the child theme or not. So what my plugin does is allow each blogger to update the buddypress table that corresponds with the current blog with a 250 character description of that blog.
@mercime, at some point I will. But at the moment I don’t feel comfortable sharing it because it was just a quick and dirty (yet secure) solution for me. Once I clean it up and test it more thoroughly, I will release it if people are really interested in a plugin like this. But maybe someone else has a better solution to be able to tap into each blog’s options table to pull the blog description. On second thought, maybe there isn’t a way and that is why the buddypress blog meta table exists in the first place.
June 7, 2010 at 9:40 am #80892In reply to: [Resolved] Make Group Forum the Group Home Page
June 7, 2010 at 9:19 am #80888In reply to: Facestream (Facebook plugin)
seland
Participant@roydeanjr As fare as I can tell, curl is enabled…
June 7, 2010 at 8:03 am #80880In reply to: Import Export Buddypress User Data
Kalman Labovitz
Participant@intimez – not sure about about export, but you can use the import for Ning as an import option (more of a workaround). read…
Import from Ning: Import Ning users to WordPress and BuddyPress
June 7, 2010 at 7:45 am #80879In reply to: BP activation emails and invites
dt borneo
Participantthe problem same with my buddypress, new register never receive activation code from administrator
June 7, 2010 at 7:12 am #80878prerna
ParticipantI got the answer
June 7, 2010 at 5:51 am #80873In reply to: Moderate Signup / Restrict Registration
zlamczyk
ParticipantFigured this out, finally. Turns out that the file and function to modify was:
wp-contentpluginsbuddypressbp-corebp-core-filters.php
–>function bp_core_activation_signup_user_notification( $user, $user_email, $key, $meta )Isn’t it redundant to have two functions so similar to each other? Both the above function and
wp-contentpluginsbuddypressbp-corebp-core-signup.php
–>function bp_core_signup_send_validation_email( $user_id, $user_email, $key )
are extraordinarily similar to each other. It’s kinda frustrating.I’d consider developing a plugin, but perhaps I’ll wait for the first release of WP 3.0.
-
AuthorSearch Results
Good to see it in there even if it says 1.4+ which can mean any version after 1.4. Thanks for pointing to it.