Contact button to Profile menu
Design and Skin Customization
Strumelia:
Eddy, would you consider adding a small screenshot here for what this looks like once applied to your site?
And... Douglas, would this work for a custom Ningjs skin as well, using the same code?
Eddy, would you consider adding a small screenshot here for what this looks like once applied to your site?
And... Douglas, would this work for a custom Ningjs skin as well, using the same code?
Yes, just add this:
<a href="{$jamroom_url}/note/new/"><div class="profile_menu_entry">Contact</div></a>
to the bottom of your skins profile_menu.tpl, see the attachment for what it looks like in the jrNingja skin.
gary.moncrieff:
I don't see any reason why it won't work. If in doubt just add the extra bit of code to your template file. Just one note however if you have private notes set to followers only it might be a wise idea to do a check to dertimine who can see the menu item.
I don't see any reason why it won't work. If in doubt just add the extra bit of code to your template file. Just one note however if you have private notes set to followers only it might be a wise idea to do a check to dertimine who can see the menu item.
I'm not sure adding a check for the profile being a follower or not would matter since it is just a link to the viewers Private Notes > New Note form.
updated by @douglas: 11/28/15 03:30:59AM