Send Me a Private Note Button
Design and Skin Customization
@michael ...at long last, thanks to your last post I was able to get to the bottom of this and fix it! Whew and Yay!
Bypassed the whole "icon"/"sprite" stuff ...which I thought was part of what was needed to make this project work..shows you how clueless i am. That was the actual cause of my confusion and the crappy results.
So...
I started from scratch and removed ALL references to this 'contact/icon' thing from my skin's profile.css file. I then uploaded a new .png simply to my skin/img folder. Then i changed the code in my skin's profile_sidebar.tpl to the following:
<div id="profile_contact">
<div style="text-align:center">
{if jrCore_module_is_active("jrPrivateNote") && $quota_jrPrivateNote_allowed == "on"}
{jrCore_module_url module="jrPrivateNote" assign="nurl"}
<a href="{$jamroom_url}/{$nurl}/new/user_id={$_user_id}" title="Message This Member"><img src="{$jamroom_url}/skins/mdFOTMD_March4_2018/img/envelope3.png"></a>
{/if}
</div>
</div>
{/if}
The result was the following screenshot, and it functions perfectly! It's wonderful- a simple additional function I've wanted for a long time and my members will LOVE it!
Holy Moly, I know this took me waaaaay too long.
THANK YOU ALL for your prolonged assistance on this.
SOLVED!! :D