Forum Activity for @nate

nate
@nate
07/31/18 02:01:34PM
917 posts

How to make small "buttons" bigger?


Ning To Jamroom

You'll want to edit the include.php file of your skin.
nate
@nate
07/26/18 12:27:22PM
917 posts

Send Me a Private Note Button


Design and Skin Customization

I just made it inline. You can see in in the template.

<div style="text-align:center">
nate
@nate
07/26/18 11:41:52AM
917 posts

Send Me a Private Note Button


Design and Skin Customization

There is a div with no class that wraps the icon and anchor. That div needs to have a rule text-align: center; You can add it inline or give it a class and make it a property of the class.

However there is another thing. It seems like the image is larger than it should be and getting cut off. That one is a little harder to figure.
nate
@nate
07/26/18 10:21:15AM
917 posts

Send Me a Private Note Button


Design and Skin Customization

Send me a link to a profile, so I can see what's going on. I may need log in info.
nate
@nate
07/01/18 02:13:42PM
917 posts

Send Me a Private Note Button


Design and Skin Customization

You'll need to wrap it all in a div and give that div an id. For this example I'll call it profile_contact.

#profile_contact {
  text-align: center;
}
#profile_contact .sprite_con {
   display: inline;
   border: none;
   box-shadow:none;
}

updated by @nate: 07/01/18 02:16:21PM
nate
@nate
06/28/18 10:03:10PM
917 posts

Send Me a Private Note Button


Design and Skin Customization

You can install a skin and not make it active to look at the templates.
nate
@nate
06/26/18 06:43:24AM
917 posts

Send Me a Private Note Button


Design and Skin Customization

It can go anywhere on the profile. The icon images go in the YourSkin/img/icons_black and icons_white directory.

Take a look at jrFollowMe profile_header.tpl That's where I copied the code. You can also see the icon setup.
nate
@nate
06/24/18 11:48:56PM
917 posts

Send Me a Private Note Button


Design and Skin Customization

If you don't have the email icon, just use an image.

{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 Profile">{jrCore_icon icon="mail" size="22" class="email"}</a>
{/if}

updated by @nate: 06/24/18 11:50:29PM
nate
@nate
06/22/18 11:50:36AM
917 posts

When is Jamroom Radio coming back ?


Using Jamroom

You can still do this with site builder. The player can have any kind of list you want.

https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/788/jrcore-media-player
nate
@nate
06/21/18 08:10:36PM
917 posts

$page_title in custom module


Jamroom Developers

Just keep an eye on you activity log to make sure you didn't create any errors. If not, then you're good to go.
  16