Skip to:
Content
Pages
Categories
Search
Top
Bottom

Best Way For Member's To Add Blog Posts To Profile


  • arandomgirl
    Participant

    @arandomgirl

    I’m creating a community of bloggers.

    I would like for the bloggers to add their most recent blog posts (or a few of them) to their profiles in buddypress. I don’t care if it’s an extra tab that says ‘blog posts’ or just on the first page of their profiles. I would really like if the post had a thumbnail along with the title and possibly and excerpt but I’m not too picky. I would assume this would either be a list or pinterest style. I’m not sure what the best way to do this is. Maybe there is a plugin that I’m not aware of?

    Any help would be greatly appreciated.

Viewing 12 replies - 1 through 12 (of 12 total)

  • rosyteddy
    Participant

    @rosyteddy

    It depends on your set up. Is it Multisite?

    Members can have the RSS widget in sidebar with RSS url being their blog URL. You can activate the RSS widget from the widgets menu in admin area.

    You can also use http://buddydev.com/plugins/buddyblog/ – it provides a tab in the profile area that lists the blogs.

    There may be other ways also. Thanks.


    danbp
    Moderator

    @danbp

    I explained this in french on my blog, but copy/pasting code is easy in any language. 😉

    What the snippet does:

    • creates a new tab on profile
    • use plugin.php (default template for plugins) to show the posts

    Just two things to note:

    • you cannot use get_exerpt outside of the post loop. This must be set manually in that case, on a post by post basis.
    • You can show pictures, but no other medias on the profile.

    peter-hamilton
    Participant

    @peter-hamilton

    I did what @danbp said, works fine.

    It would be nicer if we could show posts with excerpts on an actual profile page or a widget, but a menu tab that brings visitors to that member/authors archive page is better then none.


    rosyteddy
    Participant

    @rosyteddy

    @peter-hamilton – see buddydev.com/plugins/buddyblog/

    Thanks



    peter-hamilton
    Participant

    @peter-hamilton

    Brajesh makes great plugins, I use a few of his, I seem to remember that buddyblog is multisite only, and I had lots of issues making multisite function the way I intended my site to function.

    I did have a look and tried Buddyblog, but I found in my case the FEP plugin did what I needed just a bit better/easier, and without multisite.

    And I think it should be possible to get the posts to show on the plugin.php buddypress template, on my thngs to do list.

    P.H.


    Sven Lehnert
    Participant

    @svenl77

    I have also created a plugin for this purpose if you need more complex forms check out BuddyForms. https://wordpress.org/plugins/buddyforms-members/

    There is also a demo available http://buddyforms.com/

    Feedback is welcome 😉

    Cheers,
    Sven


    rosyteddy
    Participant

    @rosyteddy

    @svenl77 Thanks for the link. Its nice.

    Does it work on Multisite? The form can deposit posts to individual blog? and not one central blog or blog 1? Any demo of that please?

    Specific settings I am asking about:
    WP 4.1.1, BP 2.2.1 – default installs
    define( ‘WP_ALLOW_MULTISITE’, true );
    define(‘MULTISITE’, true);
    define(‘SUBDOMAIN_INSTALL’, false);
    Registration Settings : Both sites and user accounts can be registered.

    If it does work with the above settings has it solved this category problem?

    Thanks.


    arandomgirl
    Participant

    @arandomgirl

    Hi everyone thanks for the replies. Buddyblog did not work for what I wanted because I just want the member’s post to show up under their profile and not on the site’s blog, if that makes any sense.


    danbp
    Moderator

    @danbp

    @arandomgirl,

    no you can’t publish members post directly on their profile. WP use a blog for this.
    Have you tested my snippet ?


    arandomgirl
    Participant

    @arandomgirl

    @danbp

    I’m not really good with codes and snippets. I don’t understand how to add them to my site and I couldn’t figure it out using Google. I will ask one of my friends to help me install your snippet because I’m not understanding where to put it.

    Thanks


    danbp
    Moderator

    @danbp

    You add it to bp-custom. How is explained here.


    peter-hamilton
    Participant

    @peter-hamilton

    Yep…that is not possible, believe me i have tried for a while.
    Danbp’s is the only reasonable workaround.


    @svenl77
    , Buddyforms looks interesting, but is priced out of my range for a non-professional developer.


    @randomgirl
    , you can see on earlier post that buddyblog does what you want, exactly that, posts show up on profile page, but it sounds like you have little experience with both Buddypress and WordPress and Buddyblog requires multisite, not an easy task.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Best Way For Member's To Add Blog Posts To Profile’ is closed to new replies.
Skip to toolbar