Search Results for 'buddypress'
-
AuthorSearch Results
-
March 3, 2010 at 2:40 pm #66529
joezsweet
MemberOk it’s working on wpmu + buddypress, i’ve correctly set on secondary blog.
Now i’ve another question is possible to hide buddypress admin bar on main blog and have it displayed only on secondary?
Thanks
March 3, 2010 at 2:12 pm #66526In reply to: big problem with wordpress theme and buddypress
Andrea Rennick
Participant@Scotm that codex page no longer gives details on tweaking the files, it just points to the plugin.
@maxell – when you set up the plugin it had instructions on page 3. You have to take the extra folders & files that are added to your theme, and make the divs & html match up to your original wp theme.
March 3, 2010 at 2:06 pm #66525joezsweet
MemberOk, i’ll test on WPMU and will keep posted
March 3, 2010 at 1:37 pm #66521bpinspire
ParticipantForgot to mention all using PHP5 and Mysql 5.1
March 3, 2010 at 1:34 pm #66520In reply to: big problem with wordpress theme and buddypress
maxell6667
Memberi already installed this plugin, but i really don’t know, what should i do with sidebar??? i already tested everything and sidebar doesn’t show up ;(
March 3, 2010 at 1:29 pm #66517In reply to: Tweetstream (twitter plugin) Beta testers needed!
bobin1983
ParticipantGreat work on plugin, works really well. I have one issue:
Tweeting from Buddypress to Twitter is near instant, however, tweeting from twitter to buddypress is taking around 2 hours to come in. Is this an issue with my server? Any ideas on how to speed this up?
Running WPMU 2.9.1 and Buddypress 1.2.1
Cheers
March 3, 2010 at 1:28 pm #66516In reply to: big problem with wordpress theme and buddypress
Scotm
ParticipantRead: https://codex.buddypress.org/how-to-guides/wordpress-to-buddypress-theme/ and be prepared to tweak your template files to enable your sidebar and fix CSS issues.
March 3, 2010 at 1:26 pm #66513In reply to: big problem with wordpress theme and buddypress
maxell6667
Memberi’m have single wp instalation, newest buddypress and template pack bp wordpress plugin
March 3, 2010 at 12:50 pm #66510In reply to: URL Shortening
arnonel
Participanterm @Nexia that would be one for the buddypress creators, right?
this just aint pretty: http://spoint.me/groups/usp-journal/forum/topic/usp-journal-faq/#post-39
March 3, 2010 at 12:48 pm #66508Paul Wong-Gibbs
KeymasterBuddyPress 1.2 is not built and has not been tested on WP 3.0-alpha. Therefore, you will probably experience issues. Once WP 3.0 is more mature, I suspect the BP core developers will at that point start testing BuddyPress and fixing any WP-3.0 specific issues.
March 3, 2010 at 12:35 pm #66505In reply to: Make an Amplify.com plugin or adapt it for BP
Windhamdavid
Participantthey provide you with an RSS feed for your posts and comments on any syndicated content (my feed)… just like wordpress ~ so if you want to pull a feed, just use any common feed parsing plugin to pull your RSS into your Buddypress install. I like to use feedwordpress. Or if you don’t want to duplicate the feed as posts, you can use the built in SimplePie functions in wordpress to display your RSS feed as a widget, like the widget here that pulls in rss from another site.
March 3, 2010 at 12:25 pm #66504Windhamdavid
Participantthan the admin bar is controlled by lines #17-35 in adminbar.css. The width is set to appear 100% of what is available, and in the case of the default theme – the body is set to 960px and max of 1250px. if your child theme also has the #bp-default css ID for <body> than lines #25-32 of adminbar.css also apply. trial and error is the way to go.
March 3, 2010 at 10:34 am #66493In reply to: wp-bp for a newspaper site, how-to?
mlovelock
Participanthttp://artsphere.co.uk running WP / BP
It’s a standard WP theme and then I’ve installed the BP Template Pack plugin to adapt it for buddypress.
March 3, 2010 at 10:02 am #66490In reply to: how to add video to forum and group posts
Paul Wong-Gibbs
KeymasterUpgrade to the newest BuddyPress version and you could use the plugin “oEmbed For BuddyPress”
March 3, 2010 at 10:00 am #66489In reply to: BuddyPress 1.2 and multilanguage
FayssalF
ParticipantAny updates, John?
The third party BuddyPress Multilingual plugin is set to work with WPMU and generates the following error when installed in a single user WP:
“Fatal error: Call to undefined function get_blog_list()”
Since I am not looking for any blog list (single user WP) I have commented out the following in sitepress-bp.php:
// $blogs = get_blog_list( 0, ‘all’ );
// foreach ($blogs as $k => $v) {
// //if TODO: domains?
// if ($v[‘blog_id’] == BP_ROOT_BLOG ) $this->home_blog = rtrim(‘http’.$this->https.’
/’.$v[‘domain’].$v[‘path’],’/’);// else if ( $this->siteurl.’/’ != ‘http’.$this->https.’
/’.$v[‘domain’].$v[‘path’] )// $this->blogs_search[] = rtrim(‘http’.$this->https.’
/’.$v[‘domain’].$v[‘path’],’/’);// $this->blogs[$v[‘blog_id’]][‘domain’] = $v[‘domain’];
// $this->blogs[$v[‘blog_id’]][‘path’] = $v[‘path’];
// $this->blogs[$v[‘blog_id’]][‘fullpath’] = rtrim(‘http’.$this->https.’
/’.$v[‘domain’].$v[‘path’],’/’);// }
No more errors, naturally. I then tried to tweak the code to get the urls right. After many attempts, I am still not being able to get it right. Any solutions?
March 3, 2010 at 8:11 am #66480In reply to: Alternative Usage of a Profile Field
draganbabic
MemberThanks for the help r-a-y, I found this solution:
[IN BP_CUSTOM.PHP]:
function custom_xprofile( $field ) {echo bp_custom_get_member_list_xprofile_data( $field );
}
function bp_custom_get_member_list_xprofile_data( $field ) {
global $site_members_template;
return xprofile_get_field_data( $field, $site_members_template->member->id );
}
[IN CHILD THEME FILE]:
<?php custom_xprofile('Header Image') ?>March 3, 2010 at 5:25 am #66473mingya
MemberI have the same question on this particular issue too.
How to setup email activation for new user on single WP + buddypress, exactly like registrating with http://testbp.org/?
March 3, 2010 at 5:19 am #66472In reply to: Setting Roles for Registered Users
jalien
ParticipantActually thanks for the post. This is a something I have been doing (trying to do) since wpmu 1.0. I use WPMU / Buddypress with young (elementary school students 6-12 years old) so simplicity is a must. The New Blog Options plugin (if it works as it says it will) would make make perfect customization possible. Here are a list of WPMU plugins that I use or have used that might help. I am in the process of retrying everything to achieve exactly what you are trying to do. Let everyone on the forums know how your testing goes. Hope this isn’t too long. I added links to save time since there are sometimes plugins with similar names).
New Blog Options – this one is fairly new (still beta), and I haven’t tried it extensively yet, but it will allow you to clone on blog setup with it’s plugin options etc. to all new blogs.
https://wordpress.org/extend/plugins/default-blog-options/
Limit Blogs per User – if you don’t want them making more than one blog (set to 2, one is the main buddypress blog and 2 is their own blog)
https://wordpress.org/extend/plugins/limit-blogs-per-user/
WPMU New Blog Defaults – this will allow you to restrict menus, change default links, etc under the Options in the Site Admin menu
https://wordpress.org/extend/plugins/wpmu-new-blog-defaults/
Members – this one takes over where the old Role-manager plugin left off. Haven’t had time to check it out yet, but if you could use this with New Blog Options it would allow you to very finally tune what your users could do and see.
https://wordpress.org/extend/plugins/members/
Adminimize – again I haven’t played with this for a while, but if you could use it with New Blog Options, then you could simplify the look of the menus for your users too.
https://wordpress.org/extend/plugins/adminimize/
Default User Role – will set the user role when a new blog is created
https://wordpress.org/extend/plugins/wpmu-default-user-role/
Plugin Manager – does what it says, allows you to manage which plugins users can set, which ones are automatically turned on, and which regular users cannot see
http://wpmudev.org/project/wpmu-plugin-manager
download link is: http://wpmudev.org/download/946613807_mp-plugin-manager.php
Of course with young people you might want to consider a privacy plugin like:
More Privacy Options – this doesn’t work with the feed on Buddypress, but if you search the forums it can be made to work or you can use the following plugin for feed privacy (Buddypress privacy should be coming soon)
http://wpmudev.org/project/More-Privacy-Options/
download link is: http://wpmudev.org/download/999830698_ds_private_blog.php
BP MPO Activity Filter – This plugin, BP MPO Activity Filter, does just what the name suggests: it filters BuddyPress activity feeds. Used with More Privacy Options.
https://wordpress.org/extend/plugins/bp-mpo-activity-filter/
March 3, 2010 at 4:32 am #66469r-a-y
KeymasterYou don’t need to migrate; all you need to do is upgrade to BP 1.2.1!
Read this guide:
https://codex.buddypress.org/getting-started/upgrading-from-10x/
March 3, 2010 at 3:45 am #66467In reply to: Theaded comments and BP 1.2 Defuault Theme??
modemlooper
ModeratorCreate a folder called bp-custom in wp-content/themes . In this folder create a file called style.css
add this to the style.css file. Then go into your admin and activate this theme.
/*
Theme Name: BuddyPress Custom
Theme URI: http://example.org
Description: Custom theme for BuddyPress.
Version: 1.0
Author: John Doe
Author URI: http://example.org/
Template: bp-default
Tags: buddypress
*/
/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );
/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );
/* change the number higher or lower to adjust the indentation of threads */
ol.commentlist .children {
margin-left: 30px;
}josh101
ParticipantIm running wpmu and buddypress both on the latest releases. techtronic7.net I need to be able to do this.
<script type=”text/javascript”>
var _SKYAUTH = {
loginUrl:’REPLACE WITH FULL LOGIN URL’,
memberNick:’REPLACE WITH CONTEXT CODE TO GET MEMBER USER NAME’,
memberId:’REPLACE WITH CONTEXT CODE TO GET MEMBER ID’,
profileUrl:’REPLACE WITH MEMBER PROFILE URL’,
photoUrl:’REPLACE WITH MEMBER PHOTO URL’
};
</script>
March 3, 2010 at 2:58 am #66464In reply to: Identify "/membername/" in Admin Bar?
r-a-y
KeymasterCheck out /plugins/buddypress/bp-core/bp-core-templatetags.php
Specifically:
bp_get_member_permalink()[EDIT]
You’re looking for user_login for the “membername” part.
Look at:
https://codex.wordpress.org/Function_Reference/get_userdata
https://codex.wordpress.org/Function_Reference/get_currentuserinfo
March 3, 2010 at 2:26 am #66462In reply to: Creating my own buddypress theme
sodevious
Memberhmm, no, I didn’t check them, I just decided to start from scratch
March 3, 2010 at 2:00 am #66459In reply to: Creating my own buddypress theme
r-a-y
KeymasterWhite screen usually means errors!
Do you see any errors in the server log?
March 3, 2010 at 1:50 am #66458In reply to: Creating my own buddypress theme
sodevious
MemberThanks guys. The template plugin only resulted in a blank white screen in the admin panel and on the live site.
The thing is that I’m trying to get the default to look like this… http://sodevious.net/ , but I think just creating a child theme seems like the best option.
-
AuthorSearch Results