Search Results for 'buddypress'
-
AuthorSearch Results
-
February 26, 2010 at 7:08 pm #65741
In reply to: BuddyPress Maps
schwooba
ParticipantThe upgrade worked for me…Thanks! I’ll post further questions/issues on your site.
February 26, 2010 at 7:01 pm #65740In reply to: new plugin: BuddyPress Rate Forum Posts
andrew_s1
ParticipantWhat do you think about displaying the karma on the profile page too?
Something like this:
function rfp_show_poster_karma() {
global $bp;
$poster_id = $bp->displayed_user->id;
$karma = get_usermeta( $poster_id, 'rfp_post_karma' );
echo rfp_poster_karma($karma);
return;
}
add_filter( 'bp_before_member_header_meta', 'rfp_show_poster_karma' );February 26, 2010 at 6:36 pm #65736In reply to: how do i disable members from creating groups?
snark
ParticipantHere is the complete code this is working successfully for me to block anybody with a user role below “Editor” from having the option to create new Groups:
<h3>
<?php _e( 'Groups Directory', 'buddypress' ) ?>
<?php if ( current_user_can( 'delete_others_posts' ) ) : //only admins and editors can see this ?>
<a class="button" href="<?php echo bp_get_root_domain() . '/' . BP_GROUPS_SLUG . '/create/' ?>">
<?php _e( 'Create a Group', 'buddypress' ) ?></a><?php endif; ?>
</h3>February 26, 2010 at 6:31 pm #65734In reply to: how do i disable members from creating groups?
snark
ParticipantMan I’m dense — too many sleepless nights doing this are taking their toll on me. I already asked for help on this in another thread, received help, and even successfully implemented it. I thought it seemed like deja vu all over again. Doh! See this thread, especially the last few posts:
The solution by intimez near the end of the thread is basically the one above, but with the button code included.
Ahh, now it’s all coming back to me…
February 26, 2010 at 6:11 pm #65732In reply to: Change the BP logo
r-a-y
KeymasterRead up on this:
https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
There’s also a plugin that makes it easier to modify the admin bar:
https://wordpress.org/extend/plugins/buddypress-admin-bar-mods/
I haven’t tried it, but give it a shot and let us know what you think of it!
February 26, 2010 at 6:09 pm #65731In reply to: 1.2 plug-ins list
r-a-y
KeymasterForgot to list oEmbed for BuddyPress

https://wordpress.org/extend/plugins/oembed-for-buddypress/
v0.6 coming on the weekend or a day or two after that.
February 26, 2010 at 5:52 pm #65728In reply to: Avatar Upload Issues
lyricalbiz
ParticipantMy avatars are showing up, but the alignment is all vertical on the sidebar with no spacing . What I would love is an avatar block to show up. I’m also having the spacing issues (or lack of spacing) in my Members page.
I’m using the BuddyPress Template plugin on BuddyPress 1.2.1 for WordPress single user 2.9.2. This site is a test site for a client project and it’s pretty much the last hurdle. The website is http://workingonthisnow.com/MHA
I appreciate all the help! This forum is amazing.
February 26, 2010 at 5:39 pm #65727In reply to: Missing slugs?
Thomas Opp
ParticipantI also miss these slugs. I hope they will be part of the next buddypress version. The modification of the members slug worked fine for me.
February 26, 2010 at 4:50 pm #65724In reply to: Classic Theme not showing blog
podictionary
ParticipantI have now tried this in 3 different ways, all with the same result:
(a) a clean WPMU 2.9.1.1 and clean PB 1.2.1 install with backward compatibility plugin. No other plugins or data were entered. I see “hello world” in the new 1.2 default theme, I see “The page you were looking for was not found.” in the 1.2 classic theme.
(b) ditto results in an install that had gone in as clean 1.2 then updated to 1.2.1 and also had experimented with a range of plugins and data.
(c) ditto results in a longstanding BP install that had progressively upgraded from 1.1 and had various plugins
Could a BuddyPress-developer-type-person please tell me if your similar clean install is successfully showing the blog in classic theme?
February 26, 2010 at 4:50 pm #65723In reply to: Forums give a blank page after installing
kim-culhan
MemberBP depends on .htaccess being enabled.
In apache in httpd.conf AllowOverride controls
what directives will be allowed in .htaccess files.
I’m using:
AllowOverride FileInfo Options
The default value was:
AllowOverride None
Which caused problems when installing BuddyPress
-kim
February 26, 2010 at 4:39 pm #65722In reply to: BuddyPress Like
disbas
Participant@hempsworth Great work so far!
Any thoughts on translations or custom messages? So members can ‘love’ or ‘dig’ something instead of ‘like’ it. May be best done through the back-end.
As soon as custom messages are possible, I’ll definitly start using this.
February 26, 2010 at 4:31 pm #65720In reply to: Tweetstream (twitter plugin) Beta testers needed!
Michael Berra
Participant@blackphantom – I think your plugin is just awesome and gets better and better! WOW! The settings are already great!
Some little suggestions:
– @mentions from BP to twitter are still @ in twitter. Why not make a similar setting: “Export tweets containing @names”
– Set a personal filter in the frontend like “only import/export tweets with … in it” and “never import/export tweets with … in it (say I twitter alot about buddypress in twitter, but my BP Users are not interested in that at all…)
Would be even more great (if that is possible

And did i get that right – is it already translatable? How has the file to be names? (I will make a german translation)
PS: I like, that we can name the twitter-app as we like too!!!
February 26, 2010 at 4:19 pm #65718In reply to: how do i disable members from creating groups?
ajohnson
MemberThis will make it where only wp-admins can do it. make sure you’re doing this in your child theme, not the core bp-default files:
In the groups folder > index.php…right after the form tag replace the next few lines with:
<br />
<h3>
<?php _e( 'Groups Directory', 'buddypress' ) ?>
<?php if ( current_user_can('manage_options') ) : ?>
button goes here
<?php endif; ?>
</h3>the dumb editor keeps jacking up the code. the button for creating the group shouldn’t change and should go where indicated above
February 26, 2010 at 3:03 pm #65713Toby Cryns (@themightymo)
ParticipantFYI: This bug was fixed in BuddyPress version 1.2.1. Upgrading solved the problem for me.
February 26, 2010 at 2:09 pm #65706In reply to: 1.2 plug-ins list
Lsm_267
Participanthi there,
on my
– WP single user 2.9.2
– old wordpress self-customized magazine theme
– BP 1.2.1
– and more than 20 other wp plugins
the following BP plugins are running fine :
– BuddyPress Template Pack 1.0.2;
– BP Group Documents 0.2.5
– BP-TinyMCE 0.2.1
– External Group Blogs 1.2.1
(Just a small php error by delating a group, for the moment)
Guys, that’s a good job !
February 26, 2010 at 2:05 pm #65705rich! @ etiviti
Participantcheck out:
https://buddypress.org/forums/topic/removing-blog-posts-form-the-swa-widget#post-36775
but instead of component == ‘blogs’ change it to type == ‘new_member’
then change your theme activity/index.php to remove the select option ‘show new members’
I would also like to see this filter turned off if logged in as admin, so we could administer the the spammers better –
using the above example – add before the loop
if ( is_site_admin() )
return $activities;February 26, 2010 at 2:01 pm #65704In reply to: new plugin: BuddyPress Rate Forum Posts
Dwenaus
Participantgood to know the plugin is working well.
@andrew_s1 thanks for the headsup
February 26, 2010 at 1:53 pm #65703In reply to: BuddyPress Like
Alex
ParticipantAlthough I’d love to support previous versions of BuddyPress, I simply don’t have the time to test against them. I’ll make sure it works great with 1.2 and above though.
@dwpers If you’re using the old default theme, maybe consider upgrading to 1.2 and using the Backwards Compatibility Plugin? There’s plenty of people on the forums who can help if you find the upgrade tricky…
February 26, 2010 at 1:52 pm #65702In reply to: BuddyPress Maps
grosbouff
ParticipantUpdated to 0.1.6.
Added localization and ability to set default map (when no markers yet) to user’s city, based on its IP.
@schwooba : try to update to 0.1.6.
If it still does it;
have your firebug enabled ?
Could you try with firebug opened ?
Please reply on the support forum : http://dev.benoitgreant.be/bbpress/forum/buddypress-maps
February 26, 2010 at 1:48 pm #65700In reply to: SPAM Domains to add to your block list
Andrea Rennick
Participant“I still wonder why they are attacking buddypress”
Backlinks, that’s it.
“I am starting to realise that no matter what BP devs do the spammers always try new things “
and this is open source. the code is OPEN. That means whatever is put in to stop spam, the code is viewable by spammers who just rewrite their programs to get around it.
“the fight against spam is in our hands the users, it will also help us learn more about being better webmasters”
Yes!
If you are setting up a site to host other people’s information, then you have a responsibility as a webmaster to maintain your site.
February 26, 2010 at 12:47 pm #65697In reply to: BuddyPress-Links 0.3 FINAL is here at last
MrMaz
Participant@WPin.me
Very cool! I’m glad that people are starting to play with extending this plugin. I tried hard to provide as many hooks as possible.
If you want to avoid hacking the core template you could do something like this in your functions.php:
function my_selfserv_sexy() {
if( function_exists( 'selfserv_sexy' ) ) {
selfserv_sexy();
}
}
add_action( 'bp_link_header_meta', 'my_selfserv_sexy' );Now you can upgrade the plugin without having to modify the template each time.
February 26, 2010 at 12:25 pm #65696In reply to: Events Plugin
Marcus (aka @msykes)
ParticipantI’m contributing to a plugin called events-manager (https://wordpress.org/extend/plugins/events-manager/), but I’m not sure it works on BuddyPress or MU for that matter.
I’m working on a BP project at the moment that could use an events plugin, so I hope to have some time to upgrade it and adapt it to work on MU/BP in the near future. This would not be for a few weeks though…
February 26, 2010 at 12:23 pm #65695In reply to: Randy Candy & Desktop – two new buddypress themes!
Diesel Laws
ParticipantThanks finni3
February 26, 2010 at 12:03 pm #65690In reply to: BuddyPress-Links 0.3 FINAL is here at last
bnt76
ParticipantJust a quick one thought I would point out to, I have managed to integrate sexy bookmarks into the actual link see here:
http://www.wpin.me/links/whats-coming-in-wordpress-3-0-features
How did I do it?
Basically opened up the following file
wp-content/plugins/buddypress-links/themes/bp-links-default/single/link-header.php
In the link-header.php find:
<div id=”item-meta”>
<span class=”domain”><?php bp_link_url_domain() ?> –</span>
<?php bp_link_description() ?>
<?php do_action( ‘bp_link_header_meta’ ) ?>
</div>
and insert <?php if(function_exists(‘selfserv_sexy’)) { selfserv_sexy(); } ?> in between
<?php bp_link_description() ?> and <?php do_action( ‘bp_link_header_meta’ ) ?>
Thats it select the bookmark sites you want and ta da!
my first contribution, I feel giddy.
February 26, 2010 at 11:43 am #65688In reply to: plugins.php file
Marcus (aka @msykes)
ParticipantAnybody?
I did a search in the BuddyPress folder, and I can’t see any mention of a plugins.php file except for within bbpress, which I think refers to the plugins.php file within that.
Can any of the devs of the new theme explain exactly what purpose these plugins.php files serve? From I can see, there’s no purpose….
-
AuthorSearch Results