Search Results for 'buddypress'
-
AuthorSearch Results
-
January 23, 2010 at 4:39 pm #61461
Andy Peatling
KeymasterJust to clarify – you should not be moving any themes from the BuddyPress directory. From WordPress 2.9 onwards the themes will be automatically detected in the BuddyPress plugin folder. You can simply create a new child theme in wp-content/themes and it will automatically know that the parent is in the BuddyPress plugin folder.
Mike: Not sure why you want to remove the custom header functions? They simply provide a UI to uploading a custom header image in Appearance > Custom Header.
January 23, 2010 at 3:59 pm #61459Mike Pratt
ParticipantI left bp-default in the buddypress dir and used it as a parent so I didn’t have to copy it each time I upgraded the trunk. Works fine.
January 23, 2010 at 2:35 pm #61454Mike Pratt
Participant@andy just a heads up
@import url( ../plugins/buddypress/bp-themes/style.css );yields
domain.com/wp-content/themes/plugins/buddypress/bp-themes/style.cssJanuary 23, 2010 at 1:20 pm #61448Mike Pratt
Participant@andy in further inspection, I guess you are leaving the entire bp-default folder IN /buddypress/bp-themes instead of moving it into /themes and just leaving it unactivated?
(gathering this from the url you typed above)
January 23, 2010 at 11:54 am #61438In reply to: BuddyPress Links 0.2.1 released
MrMaz
Participant@daweed
Thanks very much for that! This issue has been making me a bit crazy because I have found at least two ways for this problem to crop up.
1. Not updating the theme files after upgrade.
2. Trying to use BP Links with BP 1.2 (not supported yet)
and now
3. jQuery conflicts
I would appreciate a PM with any more details you have on how to reproduce this jQuery conflict.
January 23, 2010 at 11:25 am #61433In reply to: BuddyPress Links 0.2.1 released
daweeed
ParticipantHi,
I also had the famous problem “Please fill in all of the required fields”. I use the bp-default theme that I customised a bit with a image slider using the jQuery Tools library.
I found that there was a conflict betwen this library and the buddypress-links plugin. I solved quickly the problem with showing the slider only for people who are not logged in. I will try to find a better solution.
I hope it helps.
By the way, very great plugin!
David
January 23, 2010 at 11:24 am #61432In reply to: Recent Activities on private group
Paul Wong-Gibbs
KeymasterWithout knowing these answers https://buddypress.org/forums/topic/when-asking-for-support, we can but only make wild guesses.
January 23, 2010 at 10:26 am #61429Andy Peatling
KeymasterThe new bp-default is brand new theme with much easier to handle templates, better CSS and simpler JS. Overall it is a big improvement on the original bp-sn-parent/bp-default combination.
From 1.2 onwards I would recommend using the bp-default as a parent theme.
It’s quite simple, create a new theme folder in wp-content/themes, create a style.css file and add a:
Template: bp-defaultto the header of the style.css file. You can then pull in the existing bp-default CSS if you want to use that:
@import url( ../plugins/buddypress/bp-themes/style.css );Then under that line you can begin to make your CSS adjustments. If you want to edit a template file, copy it from bp-default and then paste it into your theme folder.
That’s really all there is to it. If you do it this way then your theme will get updated when BuddyPress is updated.
January 23, 2010 at 3:48 am #61417In reply to: Buddypress Profile Sidebar
@mercime
ParticipantWhat Michael said. There is a thread in this forum regarding BP_Group_Extension not found … haven’t tried it “fixing” the plugins with that solution though
January 23, 2010 at 1:49 am #61411In reply to: Different Types of Signups and Profiles
January 22, 2010 at 11:47 pm #61402In reply to: Email Server
Paul Wong-Gibbs
KeymasterNo, you can’t use BuddyPress as an email server.
January 22, 2010 at 10:24 pm #61399In reply to: Buddypress Profile Sidebar
Michael Berra
ParticipantI think those plugins are not yet compatible with 1.2 – I guess you will have to wait
January 22, 2010 at 9:49 pm #61397In reply to: Buddypress Profile Sidebar
surfartculture
Participant@mercime ok i got that, i´ll try to widgetize my theme. Thank you very much, very usefull answer,
i´m having some troubles with 1.2, when i add some plugins (group twitter and group blog) i got this mssg “Fatal error: Class ‘BP_Group_Extension’ not found”. I´ll try to solve, if u have some tip…..thanx a lot
January 22, 2010 at 9:12 pm #61395In reply to: Buddypress Profile Sidebar
@mercime
ParticipantBuddyPress 1.2 is still in development – you can download either by
SVN – svn co https://svn.buddypress.org/trunk OR you might prefer
Zip file near bottom of page – https://trac.buddypress.org/browser/trunk
As for widgetizing sidebars, it is not BuddyPress-related but basic WordPress function. When your user creates a blog, he/she can choose whatever theme you’ve uploaded to your WPMU installation. Just make sure the sidebars of those themes are widgetized or are “dynamic sidebars” and your users can change widgets via their own dashboards at Appearance > Widgets.
January 22, 2010 at 9:02 pm #61394@mercime
Participant“limit blogs plugin is set to 1”
That’s where it goes awry. Remember that your members already have 1 blog – even as a subscriber to the blog where your BuddyPress is installed, that is counted. So increase Limit Blogs to 2 so that in addition to main blog as subscriber or whatever role you made them to be, they can create one new blog for themselves.
January 22, 2010 at 8:24 pm #61391In reply to: buddybar (BP 1.2) with bbpress standalone
r-a-y
KeymasterHere’s a writeup I made awhile back:
https://buddypress.org/forums/topic/bp-admin-bar-on-bbpress-front-page-1#post-18626
For the require_once line, if that line doesn’t work change it to the absolute file path.
If you’re using single WP, delete these lines:
bp_adminbar_blogs_menu();bp_adminbar_authors_menu();January 22, 2010 at 8:16 pm #61390In reply to: Site Wide Activity stream not working
bbrian017
ParticipantGuys I noticed that ticket was closed…
I seen you linked to another ticket that was the same, https://trac.buddypress.org/ticket/1641
I also see a file attached.
is that file a fix?
January 22, 2010 at 7:59 pm #61389In reply to: BuddyPress Links 0.2.1 released
webbimperiet
ParticipantOh, that’s great news!
Thanks Mr Maz and Brajesh.
//Daniel
January 22, 2010 at 7:38 pm #61388In reply to: BuddyPress Links 0.2.1 released
Brajesh Singh
ParticipantThanks for pointing

hi Daniel
This is related to theme not to the bp-links plugin. If you feel comfortable with css/xhtml, just use plugin-template.php as a base and create all the files in links directory based on that.
I am currently busy with a plugin and will be back to this theming again after that only, so if you can wait for 3-4 days, I will provide templates for bp-links/bp-events+updated cosmicbuddy for free [which I promised long ago there].
Otherwise, if someone have already templated cosmicbuddy for bp-events/bp-links, please point here.
Thanks
Brajesh
January 22, 2010 at 7:02 pm #61387In reply to: BuddyPress Links 0.2.1 released
MrMaz
ParticipantIt appears that your theme is not compatible with the links plugin. Your best bet is to contact the author of the theme for help or have them customize it for you.
January 22, 2010 at 6:55 pm #61386In reply to: BuddyPress Links 0.2.1 released
webbimperiet
ParticipantOk, I see. I’ve attached two screenshots so you can see how it looks. http://footballfantalk.com/links1.png and http://footballfantalk.com/links2.png.
Would really appreciate your help. I can give you ftp-access if that would make it easier for you to help me. However, I understand if you don’t have time.
Kind regards,
Daniel
January 22, 2010 at 5:44 pm #61383In reply to: how to separate themes from already in use ones?
bbrian017
ParticipantI think if installed/activated they shouldn’t even show up.
That would be nice.
I first used BuddyPress/WPMU in 2007 and I must admit this part of the software has come a long way. When I first started themes and templates were very limited. It’s nice to see this section with tons of themes now it’s really great.
January 22, 2010 at 5:34 pm #61380In reply to: Sub groups
neobabs
Participanthello, i was wondering exactly the same thing !
I think it can be very usefull and in fact it can help to make buddy press more clear.
Or maybe the ability to create category for put group inside !
Cause if your buddypress community is very big and lots of people create group we will have a terrible mix of all and we can be lost…
example: a category for group called music
and inside some groups like: rock, pop, alternative, jazz etc…
general forum for category and sub forums for groups inside can be very usefull too
I don’t now really how to do this but if someone think it can be done let me now !
thanks in advance
neobabs
January 22, 2010 at 5:15 pm #61374Brajesh Singh
Participantwell I mean, the complete
<div class="widget-error">
<?php _e( 'Please log in and
add widgets to this column.', 'buddypress' ) ?>
<a href="<?php echo
get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=blog-sidebar">
<?php _e( 'Add Widgets', 'buddypress' ) ?></a>
</div>Should be replaced by your custom code.
January 22, 2010 at 5:11 pm #61372dainismichel
Participant<?php if ( !function_exists('dynamic_sidebar')
|| !dynamic_sidebar('blog-sidebar') ) : ?>
<div class="widget-error">
<?php _e( 'Please log in and
add widgets to this column.', 'buddypress' ) ?>
<a href="<?php echo
get_option('siteurl') ?>/wp-admin/widgets.php?s=&show=&sidebar=blog-sidebar">
<?php _e( 'Add Widgets', 'buddypress' ) ?></a>
</div>
<?php endif; ?> -
AuthorSearch Results