UserPro Author Box at Bottom of Posts – UserPro Forums https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/feed/ Sat, 18 May 2024 11:36:58 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30235 <![CDATA[UserPro Author Box at Bottom of Posts]]> https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30235 Fri, 28 Mar 2014 19:39:06 +0000 siegervinnare I know there is an author box shortcode; however, I am wondering if there is any combination of shortcode parameters that will give me something similar to the format in the image attached. I have tried a few and nothing seems to get that format.

Basic format I’m looking for. Avatar(with badges etc.) below it on the left with title(“About the Author”), name, bio, and a link to their full profile.

Any tips here would be much appreciated!

Author Box Example

PS. This shortcode will be placed in an After Post widget area

]]>
https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30431 <![CDATA[Reply To: UserPro Author Box at Bottom of Posts]]> https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30431 Tue, 01 Apr 2014 04:28:51 +0000 siegervinnare Any ideas on this one?

]]>
https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30436 <![CDATA[Reply To: UserPro Author Box at Bottom of Posts]]> https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30436 Tue, 01 Apr 2014 08:00:03 +0000 admin Hi 🙂

UserPro does not have such template yet, but you could build it if you knew a bit of html and css, plus the UserPro API which gives you access to user data easily.

e.g. avatar can be returned with: echo get_avatar($user_id, $size=50);

User display name can be returned with: userpro_profile_data(‘display_name’, $user_id);

Description: userpro_profile_data(‘description’, $user_id);

Badges: userpro_show_badges($user_id, $inline=true);

And so on 🙂

]]>
https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30513 <![CDATA[Reply To: UserPro Author Box at Bottom of Posts]]> https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-30513 Wed, 02 Apr 2014 02:39:52 +0000 siegervinnare Hey Ahmed,

Thanks for the reply!

I’m still just learning PHP, and it looks like I would need to know a bit of PHP for this as well? Maybe if I play around with it a bit I can get something working.

If you ever get a chance to add something like an author box for below all posts I think that would be a great addition to the already existing templates! 😀

]]>
https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-40908 <![CDATA[Reply To: UserPro Author Box at Bottom of Posts]]> https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-40908 Sun, 15 Jun 2014 11:18:49 +0000 rafsar Hi Siege,
any news about your proposal Author box ?

Regards

]]>
https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-41006 <![CDATA[Reply To: UserPro Author Box at Bottom of Posts]]> https://forum.userproplugin.com/forums/topic/userpro-author-box-at-bottom-of-posts/#post-41006 Mon, 16 Jun 2014 12:22:15 +0000 admin If you can use the UserPro API with some css / php you can build the author box of your dreams easily. I’ve aready gave instructions how to gab author’s pic, name, bio for example. 🙂

]]>