Author background image in member templates – UserPro Forums https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/feed/ Sun, 05 May 2024 20:17:57 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-33095 <![CDATA[Author background image in member templates]]> https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-33095 Mon, 21 Apr 2014 22:32:23 +0000 arohadigital Hi,
I´m creating a customtemplate for memberlist.
How is the template tag or php to display the author background image in memberlist (memberlist_v2.php) or card.php templates?
Thanks in advanced

]]>
https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-33269 <![CDATA[Reply To: Author background image in member templates]]> https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-33269 Wed, 23 Apr 2014 17:27:17 +0000 arohadigital solved:
<?php if (isset($user_id) && $userpro->has(‘custom_profile_bg’, $user_id) ) { ?>
<div class=”ad-bg-memberlist” style=”background-image: url(<?php echo $userpro->correct_space_in_url( userpro_profile_data(‘custom_profile_bg’, $user_id) ); ?>) !important;”>
</div>
<?php } ?>

]]>
https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-33311 <![CDATA[Reply To: Author background image in member templates]]> https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-33311 Thu, 24 Apr 2014 09:23:51 +0000 admin That’s it and thanks for sharing the solution! 🙂

]]>
https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-44048 <![CDATA[Reply To: Author background image in member templates]]> https://forum.userproplugin.com/forums/topic/author-background-image-in-member-templates/#post-44048 Tue, 11 Nov 2014 17:07:54 +0000 kreacom Hi arohadigital,

That’s a great solution! Would you know how to use the wordpress generated thumbnail of the custom_profile_bg ? Because if the user is uploading a large image it’ll load a large file for each users…

]]>