BuddyDev

Site Navigation

  • Menu
  • BuddyDev Logo
  • Blog
    • Recent Posts
    • BuddyPress
    • WordPress Multisite
    • WordPress
  • Plugins
    • Premium Plugins
    • Free Plugins
    • MediaPress
    • Suggest a Plugin
  • Themes
    • Premium Themes
    • Free Themes
    • Suggest a Theme
  • MediaPress
    • MediaPress
    • Addons
    • Documentation
    • Support
  • Support
    • Forum
    • Docs & Manuals
    • MediaPress Docs
    • Code Snippets
    • FAQ
    • Community
    • Contact
  • Services
    • BuddyPress Plugin Development
    • BuddyPress Plugin Customization
    • BuddyPress Website Troubleshooting
    • BuddyPress Custom Development
  • Pricing
    • Pricing
    • Membership FAQ
    • Refund Policy
    • Checkout
  • Register
  • Login
Profile picture of Henry

Henry

@henrywright Active 9 years, 4 months ago
  • Activity
  • Profile
  • Friends 0
  • Personal
  • Mentions
  • Favorites
  • Friends
  • Profile picture of Henry

    Henry posted a new activity comment 9 years, 4 months ago

    In reply to: Henry posted an update in the group BuddyDev Membership Faq/Support Hi guys, I have a bug report for Simple Front End Post but not sure where to submit it? wp_insert_post() is used when editing a post which causes […] View

    OK got a fix, please let me know if this is OK? http://pastebin.com/EXqUk8Kr

  • Profile picture of Henry

    Henry posted a new activity comment 9 years, 4 months ago

    In reply to: Henry posted an update in the group BuddyDev Membership Faq/Support Hi guys, I have a bug report for Simple Front End Post but not sure where to submit it? wp_insert_post() is used when editing a post which causes […] View

    Thought: Does a post modifed date need to be passed into the post_data array?

    • Profile picture of Brajesh Singh
      Brajesh Singh replied 9 years, 4 months ago

      Hi Henry, Sorry, I had no Idea you posted here. There is no need to pass modified date

  • Profile picture of Henry

    Henry posted a new activity comment 9 years, 4 months ago

    In reply to: Henry posted an update in the group BuddyDev Membership Faq/Support Hi guys, I have a bug report for Simple Front End Post but not sure where to submit it? wp_insert_post() is used when editing a post which causes […] View

    Actually I see $post_data[‘ID’] = $post_id; is passing the post id into the $post_data array which gets sent to wp_insert_post() so am now not sure why the post’s creation date is being overwritten?

  • Profile picture of Henry

    Henry posted an update in the group BuddyDev Membership Faq/Support 9 years, 4 months ago

    Hi guys, I have a bug report for Simple Front End Post but not sure where to submit it? wp_insert_post() is used when editing a post which causes the post’s creation date to be overwritten. Shouldn’t wp_update_post() be used when editing posts and wp_insert_post() be used for new posts?

    • Profile picture of Henry
      Henry replied 9 years, 4 months ago

      Actually I see $post_data[‘ID’] = $post_id; is passing the post id into the $post_data array which gets sent to wp_insert_post() so am now not sure why the post’s creation date is being overwritten?

    • Profile picture of Henry
      Henry replied 9 years, 4 months ago

      Thought: Does a post modifed date need to be passed into the post_data array?

      • Profile picture of Brajesh Singh
        Brajesh Singh replied 9 years, 4 months ago

        Hi Henry, Sorry, I had no Idea you posted here. There is no need to pass modified date

    • Profile picture of Henry
      Henry replied 9 years, 4 months ago

      OK got a fix, please let me know if this is OK? http://pastebin.com/EXqUk8Kr

  • Profile picture of Henry

    Henry commented on the post, BuddyBlog Update and Bug Fixes, on the site BuddyDev 9 years, 4 months ago

    @sbrajesh

    Found a bug in BuddyBlog. On a fresh WordPress install get_the_date() returns the creation date of a post. This is the intended behaviour of the function. However, if a post is updated with BuddyBlog, […]

  • Profile picture of Henry

    Henry commented on the post, BuddyBlog Update and Bug Fixes, on the site BuddyDev 9 years, 5 months ago

    @sbrajesh – Adding to my last post, picking up on something you said in an earlier comment “BuddyPress does not allow removing current action” – may I ask why you can’t remove the current action? Does it have […]

  • Profile picture of Henry

    Henry commented on the post, BuddyPress Simple Front End Post: A plugin to allow front end posting for the users, on the site BuddyDev 9 years, 5 months ago

    Is there an example available which shows how to use custom fields with Simple Front End Post?

  • Profile picture of Henry

    Henry commented on the post, BuddyBlog Update and Bug Fixes, on the site BuddyDev 9 years, 5 months ago

    Hi Brajesh

    I wanted to ask about pagination links.

    I currently have setup this which is good:

    members/username/buddyblog/my-posts/page/2/

    How difficult would it be to have something like the […]

  • Profile picture of Henry

    Henry commented on the post, Introducing BuddyPress Message Privacy Plugin, on the site BuddyDev 9 years, 6 months ago

    Hi Brajesh

    I noticed in screenshot 1 you have “Profile Photo” under the Settings tab. I assume by this you mean change-avatar. How did you do that? To me change-avatar looks much better when listed under […]

  • Profile picture of Henry

    Henry commented on the post, Branded Login Plugin for your BuddyPress Powered site, on the site BuddyDev 9 years, 6 months ago

    Hi Brajesh

    I noticed the reset password email contains a link which can be clicked. Once clicked a new password is generated and emailed out to the user.

    Instead, after the link is clicked, could the user be […]

  • Profile picture of Henry

    Henry commented on the post, Templating User settings page of BuddyPress Themes correctly, on the site BuddyDev 9 years, 6 months ago

    Brajesh,

    I’ve been looking at these settings templates for ages thinking they’re not set up properly by default. Thanks for this tip, making everything work consistently is always good!

  • Profile picture of Henry

    Henry commented on the post, Add Send Private Message Button In Members Directory on a BuddyPress Network, on the site BuddyDev 9 years, 6 months ago

    I like the context user ID idea – will use that elsewhere too, thanks Brajesh 🙂

  • Profile picture of Henry

    Henry commented on the post, Making WordPress SEO plugin compatible with BuddyPress Part 2, on the site BuddyDev 9 years, 6 months ago

    Apologies for all the posts on this thread, done 4 already today. Just wanted to let you know I solved the issue. I just went into the BuddyBlog code and see you already have a function to filter the BP title […]

  • Profile picture of Henry

    Henry commented on the post, Making WordPress SEO plugin compatible with BuddyPress Part 2, on the site BuddyDev 9 years, 6 months ago

    Humm, although my filter is working for the members directory, when I change it to target buddyblog page titles it doesn’t work? any help would be appreciated 🙂

    e.g.

    if ( bp_is_buddyblog_component() ) […]

  • Profile picture of Henry

    Henry commented on the post, Making WordPress SEO plugin compatible with BuddyPress Part 2, on the site BuddyDev 9 years, 6 months ago

    After using your filter to stop WP SEO title generation on BP pages I’ve now come up with a way to filter the titles BP generates to make them more suited to my site Is this how you would do it? Hoping this code […]

  • Profile picture of Henry

    Henry commented on the post, Making WordPress SEO plugin compatible with BuddyPress Part 2, on the site BuddyDev 9 years, 6 months ago

    Hi Brajesh

    The meta titles generated by BP aren’t unique enough. Can we filter the titles BP generates in the same way you’ve filtered the meta description? If so, do you know the filter name I can […]

  • Profile picture of Henry

    Henry commented on the post, BuddyPress Simple Front End Post: A plugin to allow front end posting for the users, on the site BuddyDev 9 years, 6 months ago

    Thanks again mercime for your help over at the forum 🙂

  • Profile picture of Henry

    Henry commented on the post, BuddyPress Simple Front End Post: A plugin to allow front end posting for the users, on the site BuddyDev 9 years, 6 months ago

    Hi Brajesh on a different note, my bloggers have been asking how they can delete post comments via the front end. I notice there is a post delete button which they can use to delete the whole post. Is there a […]

  • Profile picture of Henry

    Henry commented on the post, Creating a BuddyPress/WordPress Username availability checker for your site, on the site BuddyDev 9 years, 6 months ago

    If I ignore the error message displayed by the username availability checker and continue completing the form, I seem to be able to register with a username that has upper case letters in it.

    Is this expected behaviour?

  • Profile picture of Henry

    Henry commented on the post, BuddyPress Simple Front End Post: A plugin to allow front end posting for the users, on the site BuddyDev 9 years, 6 months ago

    Hi Brajesh

    Apologies, please close the GitHub issue, i’ve resolved the problem. Was a problem with my theme’s CSS.

  • Load More

Sidebar

Blog

  • BuddyPress
  • WordPress
  • Tricks & Tips
  • News
  • Resources
    • Free Buddypress Themes
    • Free Buddypress Plugins
    • Buddypress Premium Themes
    • Buddypress Premium Plugins
    • Blog
  • Support Center
    • Membership
    • Faq
    • Join
    • Terms & Conditions
    • Privacy Policy
    • Contact Us
    • Hire Us
  • Useful Links
    • Download BuddyPress
    • Download WordPress
    • BuddyPress Codex
    • WordPress Documentation
    • Our Documentation
  • Connect with Us
    • Connect with Brajesh

Copyright © 2009-2023 BuddyDev.com