Search Results for 'buddypress'
-
AuthorSearch Results
-
December 30, 2008 at 7:23 am #35338
In reply to: avatars upload but cannot be cropped etc
Trent Adams
ParticipantYou have some plugin conflicts it looks like since you are also using nextgen-gallery which might also be calling some libraries. Try disabling it and see if buddypress is able to upload and avatar and crop it.
December 29, 2008 at 8:24 pm #35287In reply to: Require Login
Wardee
ParticipantTrent, I don’t think it is the first reason, as I am using the buddypress-member theme, just not the home theme.
Could be the second. I’ll try what you said later and let you know. Thanks!
December 29, 2008 at 7:34 pm #35285In reply to: Error when trying to create a group
Trent Adams
ParticipantYou are not using an older version of hyper-db or the multi-db plugin from wpmudev.org premium are you? Both need to be patched to work with functions and delta-db. Latest trunk of hyper-db works, but multi-db plugin needs to have a few functions added to it until they release a version for 2.7 and/or buddypress integration.
December 29, 2008 at 7:31 pm #35284In reply to: Can someone help with Install Error
Trent Adams
ParticipantI have a ticket on the Buddypress specific feeds already. Just have to watch this ticket:
https://trac.buddypress.org/ticket/213
Trent
December 29, 2008 at 7:24 pm #35282In reply to: Require Login
Trent Adams
Participant@wardeh – I haven’t actually tried that plugin with a custom member theme, but it might not be working for 2 reasons.
First might be because the plugin is calling $is_member_page, it might not work unless you have all the functions included with the normal buddypress-member theme.
Second reason might be because the
header('Location: ' . get_settings('siteurl') . '/register');is calling the register page on the main theme that doesn’t exist? Maybe change that line toheader('Location: ' . get_settings('siteurl') . '/wp-signup.php');and see if that works?The bbPress plugin should work if you are calling it out of /my-plugins/ but I am pretty sure you have to have the
<?php bb_head(); ?>in your template header as well as<?php do_action('bb_foot'); ?>in your template footer.php.Let me know, as the bbPress plugin is just a “redesign” of the force login plugin found in the bbPress forums.
Trent
December 29, 2008 at 7:23 pm #35281In reply to: Can someone help with Install Error
arcon9
MemberI have a dedicated server, and it’s funny after about an hour this error code just magically disappeared.
Next issue is now with the fact that all rss feeds, do not validate with feedburner and other rss validators like http://feedvalidator.org/
How come all rss feeds are not valid feeds?
such as my-domain/members/admin/activity/feed
and all other feeds of buddypress.
But if I use
my-domain/?feed=rss from WPMU alone
I get Congratulations!
This is a valid feed.
December 29, 2008 at 5:11 pm #35268fishbowl81
ParticipantFinished,
Wrote it as a customization to the profile fields, managed to do it in about 10 or so lines of php. Read my complete post here:
https://buddypress.org/forums/topic.php?id=604
or check out the running example here:
http://gorgeousgamers.com/beta/members/bradmkjr/
Thanks,
Brad
December 29, 2008 at 2:23 pm #35251In reply to: Tags/Categories for Groups
David Bisset
ParticipantI can easily see this added to BuddyPress, just make it another field like “news”. it would be admin controlled, which I think is personally fine. Then adjust the groups search to search those tags/keywords. Am i missing something?
December 29, 2008 at 4:37 am #35240fishbowl81
ParticipantNo, you can not easily do that.
I’m not sure your reasoning, but php will not allow you to just change the file name, as it will not allow you to have the same functions twice.
Right now groups are pretty basic, and you can add more functionality by expanding on the group packages, but as updates are rolled out you may find it hard to keep up if you make too many modifications inside the group packages.
Brad
December 29, 2008 at 4:13 am #35237In reply to: All in One SEO bug
fishbowl81
ParticipantHave a look at optimal title, I think it does a similar thing to all in one seo, but maybe more compatible for buddypress? I know the older versions of optimal title doesn’t use a title hook, they have you edit the php in the template, this maybe a better solution, as it won’t be called in buddypress templates, only wordpress template pages?
Also you may want to check out:
http://premium.wpmudev.org/project/sitemaps-and-seo-wordpress-mu-style
They have a wordpress mu version combining seo and sitemaps.
Brad
December 29, 2008 at 12:03 am #35216In reply to: Can someone help with Install Error
arcon9
MemberDecember 28, 2008 at 11:13 pm #35211nicolagreco
Participantwhat do you mean for that?
December 28, 2008 at 11:12 pm #35210nicolagreco
ParticipantNext time contact me on BPDEV

You’ve to do another bbpress installation (change directory name sure! like http://buddypressdev.org /bp-groups/ for integrated bp-groups and /forums/ for the main forums).
Intregrate this one with wordpress and you’ve done

Nicola
December 28, 2008 at 10:44 pm #35203In reply to: fyi: WP-reCAPTCHA works fine with BuddyPress
Per Søderlind
ParticipantI’m having problems displaying the error message (empty captcha / wrong captcha). I’ve set the messages in site admin.
Any clue why this is happening (on the /register page) ?
December 28, 2008 at 5:47 pm #35187In reply to: Problems with “previous entries” link
Burt Adsit
ParticipantDecember 28, 2008 at 3:33 pm #35184In reply to: avatars upload but cannot be cropped etc
trcwest
Participant@burtadsit i re installed it all again and it came alive its so cruciall to get it all right and as i have a slow conection here in kenya its a bit slow to get things updated..
can i ask for your attention on https://buddypress.org/forums/forum.php?id=3 some feedback would be ace..
December 28, 2008 at 3:19 pm #35180In reply to: Add more fields to Groups page
trcwest
Participanthello cosmican and andy or anyone really
i am also really keen on adapting and adding fields to the groups component.
I am just trying to learn and get my head around all the code. Sadly i cant quite find where to add the fields in the different pages.. i get to the create.php with this code..
<?php get_header() ?>
<div class=”content-header”>
<ul class=”content-header-nav”>
<?php bp_group_creation_tabs(); ?>
</div>
<div id=”content”>
<h2><?php _e( ‘Create a Group’, ‘buddypress’ ) ?> <?php bp_group_creation_stage_title() ?></h2>
<?php do_action( ‘template_notices’ ) // (error/success feedback) ?>
<?php bp_group_create_form() ?>
</div>
<?php get_footer() ?>
But then i cant find where to go to next. IE i cant find the page that has the fields on it to add in my own custom fields..
i would also be keen to see how you did it using the replacement of $bp with $bp… did that work for you??
I know this is all quite basic but i am trying to learn and use it for a major project..
so basically any help on adding in new fields in the group section..
My project is called spots kenya and i want to use the groups option as a kinda creat your own spot rather than group..
i basically need to have a few more fields that would integrate a google maps api location tag and possibly a few more custom fields.
Thanks so so much and i look forward to hearing from peoples reply..
December 28, 2008 at 2:37 pm #35179Obuisson1976
ParticipantLes fichiers de langue FR sont disponible dans le codex de buddypress : https://codex.buddypress.org/translations/french-france-fr_fr/
Il y a 2/3 à modifier mais c’est du bon travail. Merci à l’équipe qui a fait la traduction.
J’ai fait un post pour l’installation des fichiers de traduction :
December 28, 2008 at 1:12 pm #35178In reply to: Removing BuddyPress Bar
seanzyville
MemberThanks burta for the help.
Simply put your theme in the themes folder and activate it.
December 28, 2008 at 6:24 am #35173In reply to: My Friends Activity
sdq80
Participantfor example if I want to get my activity I’m using:
<?php bp_activity_get_list( bp_current_user_id(), bp_word_or_name( __( “My Activity”, ‘buddypress’ ), __( “%s’s Activity”, ‘buddypress’ ), true, false ), __( “You haven’t done anything yet.”, ‘buddypress’ ) ) ?>
this function works with member theme only, when I try to add the same function to the home theme (i.e: index) it wont work, it gives me the above custom message (You haven’t done …..)!! thanks for your cooperation!
December 28, 2008 at 4:41 am #35170In reply to: “BuddyPress” logo on the top left hand side
Andy Peatling
Keymaster<?php
function my_admin_bar_logo() {
return URL_OF_MY_LOGO_IMAGE;
}
add_filter( 'bp_admin_bar_logo_src', 'my_admin_bar_logo' );
?>Place that in a php file and include it in mu-plugins. You won’t have to hack any of the core using this method.
December 28, 2008 at 3:56 am #35169In reply to: “BuddyPress” logo on the top left hand side
Wardee
ParticipantHere are my easier solutions.
Only easier because I’m not as technical as Burt.1) You can replace that image with your own. Call it the same name and be prepared to reupload it everytime you upgrade.
2) I was going to say edit custom.css, but I just tested it. It doesn’t work. Burt, you were right.
December 28, 2008 at 2:48 am #35164In reply to: “BuddyPress” logo on the top left hand side
Burt Adsit
ParticipantHowdy. That little logo lives in the directory /wp-content/mu-plugins/bp-core/images
admin_bar_logo.gif
You can point bp to something more to your liking if you are comfortable with code.
Since long lines of code don’t paste well here see: http://pastie.org/347661
I have that running in a little plugin that does a bunch of utility bp mods I need done. You could put a modification of that in your theme’s functions.php file if you like.
If you change the dimensions of the image at all you’ll have to skin the css for the admin bar also. It lives at: /wp-content/mu-plugins/bp-core/css/admin-bar.css
I don’t think that the admin bar css can be overridden in bp’s custom.css yet. I may be wrong though.
Probably way more than you cared to know about changing a little smidgen of an image ‘eh?
December 27, 2008 at 11:36 pm #35157In reply to: avatars upload but cannot be cropped etc
Burt Adsit
Participant@oceandoctor You probably could work around this by uploading two avs for each of your users, or just going with one of the default avs like ‘identicons’. (Site Admin > BuddyPress > Default Avatars)
I haven’t tried *turning off* a custom av though. One bp thinks you have one, you have one. If you want to run a generated av like identicon, try deleting the custom av and then configuring bp to use a stock one.
Avs come in to flavors. small and large. 50×50 and 150×150. Named: myfavav-avatar1.jpg and myfavav-avatar2.jpg. Once again bp remembers the url to these avs once uploaded and cropped. The easiest way to hook up to bp is to name them the same as the existing goofy avs. Just replace them.
December 27, 2008 at 4:36 pm #35137In reply to: Removing BuddyPress Bar
gpo1
Participant@seanzyville, you got a nice clean site, a nice change from the BP home page.
How did you use the custom theme to replace the BP home theme.
Because I’ve got a custom theme I want to use?
-
AuthorSearch Results