Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 44 total)
  • Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 markup in entry.php which leaves you free to replace the text links with images.

    Massive +1 to @JohnJamesJacoby and the team

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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 seen it done everywhere and this seems to be a perfectly reasonable approach :}

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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 display on every entry in the activity feed seems slightly redundant to me so wanted to try for images (icons) only.

    This brings me to Roger’s suggestion – CSS image replacement. I thought about hiding the text ‘off screen’ but does this have implications on SEO? Would Google view this as an attempt to ‘hide’ text from the user?

    My ideal solution would be to modify the template directly so that the text links are removed and replaced with images. Not sure if doing this would affect the activity feed’s ajax/js functionality?

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 at hand (making payment).

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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.

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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’ account. BUT – this ‘shopper’ account isn’t a wordpress or buddypress account.

    I have my eye on WooCommerce at the moment. Perhaps there are some more good ones available?

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 favourites to “like”.

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @djpaul

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

    Avatar of Henry
    Henry
    Member

    @thirstcard

    Thanks I’ll give it a go!

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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?

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 systems that don’t require a subject wouldn’t think they had to enter a subject every time. Perhaps an error message that tells the user the subject field needs to be completed would be more user friendly?

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 theme’s .css

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @Bookkus

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

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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 Andy’s plugin BuddyPress Followers:

    bp_follow_add_follow_button( bp_displayed_user_id() );

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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?

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @psanvito

    I have used Shopp in the past, very good support and a reliable product.

    Also mentioned above ‘S2Member’ looks perfect for BuddyPress websites

    Avatar of Henry
    Henry
    Member

    @thirstcard

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

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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’ )

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 hear if the plugin works well. The ability to add media to the standard activity feed would suit my site too.

    Avatar of Henry
    Henry
    Member

    @thirstcard

    Thanks @Hugo

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

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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 :}

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 the ‘followers’ count. Any pointers will be great! :}

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 place the whole function in the theme but now I realise by using do_action() you can insert multiple functions at that specific particular point in the code.

    Thanks for helping out!

    Avatar of Henry
    Henry
    Member

    @thirstcard

    @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 :}

    Avatar of Henry
    Henry
    Member

    @thirstcard

    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 members-overview.php to work outside the loop. The idea is to be able to display profile fields anywhere and not just display them on the member profile page.

Viewing 25 replies - 1 through 25 (of 44 total)