Quantcast
Channel: BuddyPress.org | Henry | Activity
Browsing latest articles
Browse All 70 View Live

Henry replied to the forum topic Is there a template tag to display the 'send...

OK i have managed to find bp_send_private_message_link and bp_send_private_message_link() This covers points 1 and 3 above. Does anyone know if there is a template tag for Add Friend button?

View Article



Henry replied to the forum topic Is there a template tag to display the 'send...

Thanks once again Hugo, you always have the solution! I was doing the sort of digging you describe yesterday in fact and was able to find out how to add a “Follow” button which may interest users of...

View Article

Henry replied to the forum topic Avatar cropping errors in the group How-To...

@Bookkus My avatar cropping seems to have broken too (since 1.5.6). Looking for a solution…

View Article

Henry started the forum topic Buddypress forum search glitch in the group...

Is it me not using it right or does the BuddyPress forum search take you to the BuddyPress blog each time? The search I am using is at the top of this page (beneath Themes Support Download). For...

View Article

Henry replied to the forum topic Avatar crop preview wrong in the group...

@ikosweb this CSS is essential for the avatar cropping feature. If anyone is developing their own theme and has decided to disable the default BuddyPress CSS then try adding this CSS snippet to your...

View Article


Henry replied to the forum topic Can't send a message without a Subject in...

@djpaul If a site member decides not to add a subject, a rather unhelpful error message is given “There was an error sending that message, please try again”. Site members who are used to messaging...

View Article

Henry started the forum topic Passing bp_message_thread_avatar() a width and...

Unlike bp_displayed_user_avatar(), I don’t seem to be able to pass the bp_message_thread_avatar() function a height and width to display avatars a custom size. Do we know if this is expected behaviour?

View Article

Henry replied to the forum topic Passing bp_message_thread_avatar() a width...

Thanks Roger. This particular function doesn’t seem to accept such arguments. I assume that means you can’t change the size of the avatar on the inbox and sent message pages?

View Article


Henry replied to the forum topic Passing bp_message_thread_avatar() a width...

Thanks I’ll give it a go!

View Article


Henry started the forum topic Can anyone recommend an ' invite...

Does anyone know of a good plugin which allows site members to invite their Twitter followers/Facebook friends or email contacts? This would be a good way of attracting new members into my community so...

View Article

Henry replied to the forum topic Follow instead of Friend-Request in the...

@djpaul does BP Followers let you approve follow requests? Some members are asking for a way to control who follows them.

View Article

Henry replied to the forum topic Is there a plugin which works like...

@goviral that isnt quite the same thing as what i asked but with reference to what you would like to do , perhaps you could grab a count for the favourites button and then change the link text from...

View Article

Henry started the forum topic BuddyPress ecommerce plugins in the group...

Can anyone recommend a good ecommerce plugin to use with Buddypress? I need my Buddypress members to be able to use their BuddyPress login details to be able to buy from my store. Thanks!

View Article


Henry replied to the forum topic BuddyPress ecommerce plugins in the group...

Hi karmatosed I am looking for a deeper integration with BuddyPress. For example, a lot of the ecommerce plugins available let your customers buy something. They even let them create a ‘shopper’...

View Article

Henry replied to the forum topic BuddyPress ecommerce plugins in the group...

Thanks for the heads up Roger. I did notice the plugin which tightens BuddyPress and Woocommerce. Just downloaded it for $59 – haven’t had the chance to install yet but hopefully it works well.

View Article


Henry replied to the forum topic BuddyPress ecommerce plugins in the group...

@rogercoathup I see what you mean about reengineering the plugin to make it more streamline. Ideally the cart/checkout pages shouldn’t have any distractions that may take the customer away from the job...

View Article

Henry started the forum topic Replacing activity feed Comments Favorite and...

How could I replace the Comments, Favorite and Delete text links on each activity feed entry with buttons (images). I’d like to display a speach bubble, a heart and a trash can instead of the text...

View Article


Henry replied to the forum topic Replacing activity feed Comments Favorite...

Thanks karmatosed – this was my workaround before coming to the forum for help. I am displaying background images next to each of the Comment, Favorite and Delete text. To have the same text links...

View Article

Henry replied to the forum topic Replacing activity feed Comments Favorite...

Thanks for the tips @rogercoathup – in my early days of web dev I had a site penalty for redirecting a page in the wrong way. Since then I seem to question everything I do. You’re right though, i’ve...

View Article

Henry replied to the forum topic Replacing activity feed Comments Favorite...

@rogercoathup and @karmatosed – it seems since BP version 1.6.1, the wonderful guys who develop BuddyPress have changed the way the activity feed works. The activity feed ajax/js is less reliant on the...

View Article

Henry started the forum topic Using filter options dropdown on activity page...

http://static.inky.ws/image/2069/image.jpg My activity feed loads like expected but when I use the filter options to change the content of the activity feed to “updated” items only, I get the post form...

View Article


Henry replied to the forum topic Using filter options dropdown on activity...

@Hugo We seem to be in the same position and I agree as a developer you really do need to respect the BuddyPress classes and IDs in order for the JS to work properly. I found that out the hard way :}...

View Article


Henry replied to the forum topic Using filter options dropdown on activity...

+1 to making global.js less dependent on theme markup. It would be nice to be able to run riot on a new theme and not have to worry about removing any of the default markup. Also, as BuddyPress is...

View Article

Henry replied to the forum topic Using filter options dropdown on activity...

Thanks Hugo! I will give it a go

View Article

Henry replied to the forum topic Apply a class to last entry in activity feed...

Ah yes, of course! Thanks again Hugo!

View Article


Henry started the forum topic Apply a class to last entry in activity feed in...

How could you determine if an entry is the last item in the activity feed? I need to apply the class ”last” to it so I can make the entry stand out using CSS.

View Article

Henry started the forum topic Create new template which can display member...

bp_displayed_user_fullname(); bp_get_profile_field_data( ‘field=Location’ ); I am currently using these functions in members/single/member-header.php and they are working great. However, I just created...

View Article

Henry replied to the forum topic Avatar sizing in the group How-To and...

You can do something like this in your theme: bp_displayed_user_avatar( ’type=full&width=100&height=100’ );

View Article

Henry replied to the forum topic [Resolved] Apply a class to last entry in...

I did come up with something to apply a class to every third item in a loop by incrementing a variable on each pass. This was quite straight forward using PHP. Identifying the last item in a loop with...

View Article



Henry replied to the forum topic Avatar sizing in the group How-To and...

if you post a link to the page that the avatar is on, i’ll be able to tell you which template file to change.

View Article

Henry replied to the forum topic Create new template which can display member...

Thanks shanebp but I do need to create members-overview.php. How can I insert profile data into this file once i’ve created it? bp_get_profile_field_data( ‘field=Location’ ); doesn’t seem to work so I...

View Article

Henry started the forum topic What is the purpose of...

I see snippets of php such as do_action( ’bp_after_message_content’ ) or do_action( ’bp_before_message_content’ ) everywhere in the template files. What do these snippets actually do?

View Article

Henry replied to the forum topic Create new template which can display member...

members-overview.php only loads when i put locate_template( array( ‘members/single/members-overview.php’), true ); into member-header.php and then display the member profile page. I need to get […]

View Article


Henry replied to the forum topic What is the purpose of...

@shanebp I only ever post in the forums once i’ve Googled/read the Codex and still not fully understood a topic. Apologies if i’ve asked lots of questions today, your help has been much appreciated :}

View Article

Henry replied to the forum topic What is the purpose of...

@ChrisClayton Ah, I see now & I can see where using these would be useful – there is no need to edit the WordPress/BuddyPress core. The part I couldn’t get my head around was why you wouldn’t just...

View Article

Henry joined the group BuddyPress Followers

View Article


Henry started the forum topic Display follower and following count in the...

Hi guys I am using the following to get the total number of friends a logged in user has. friends_get_total_friend_count( $user_id = bp_loggedin_user_id() How could I get the total number of followers...

View Article


Henry replied to the forum topic Display follower and following count in the...

@Hugo It does. I’m not currently using the default menu so don’t get the Followers [2] Following [2]. I have come up with this to get the following count http://pastie.org/4001516 Now just working on […]

View Article

Henry replied to the forum topic Display follower and following count in the...

OK here’s my attempt which works for me: http://pastie.org/4001587 If there is an easier way (or a way which is better practice) then let me know :}

View Article

Henry replied to the forum topic Display follower and following count in the...

Thanks @Hugo functions.php is a good idea… i’ll do that so it can be reused throughout the theme.

View Article

Henry replied to the forum topic Facebook-like Profile Page with Latest...

@mark2741 You could try the BuddyPress Activity Plus plugin (has 32,963 downloads and 5 * rating from 35 votes) http://buddypress.org/community/groups/buddypress-activity-plus/ I’d be interested to...

View Article


Henry joined the group Creating & Extending

View Article

Henry started the forum topic Is there a plugin which works like Facebook's...

Does anyone know if there is a plugin out there which lets you offer your members a button which they can display on their website. When the button is clicked by one of their users their member profile...

View Article


Henry replied to the forum topic Conditional Template Tag in the group...

@Fanoop did you manage to find out if there is a bp_is_followers_component() or something similar? Was going to suggest you use this ( bp_is_current_component( ’followers’ )

View Article

Henry joined the group Requests & Feedback

View Article


Henry replied to the forum topic Badges/awards/achievements/endorsements for...

+1 from me too. A recognition plugin where members can invite friends to give them praise would be a fantastic feature.

View Article

Henry started the forum topic Add activity stream entry 'User A is now...

Is it possible to add an activity stream entry each time someone follows someone? perhaps something like ”User A is now following User B”

View Article

Henry started the forum topic Get date when a user started following another...

Is it possible to get the date that a ’following event’ took place. For example, I’d like the activity feed to have entries such as: ”Member 1 started following Member 2 on 14 June 2011”

View Article

Henry started the forum topic Is there a template tag to display the 'send...

On the profile page there are three buttons 1. send private message 2. add friend 3. send public message Does anyone know if there are template tags for these? i’d like to be able to display each...

View Article


Henry replied to the forum topic HOw to add a payment to registration form in...

@psanvito I have used Shopp in the past, very good support and a reliable product. Also mentioned above ’S2Member’ looks perfect for BuddyPress websites

View Article

Browsing latest articles
Browse All 70 View Live




Latest Images