Forum Activity for @nate

nate
@nate
06/21/18 03:49:29PM
917 posts

$page_title in custom module


Jamroom Developers

You'll need to create a profile.php for the module. The below code is in jrAction profile.php. So take a look at a few modules to decide what you need in it.

jrCore_page_title(jrCore_str_to_lower("{$_ln['jrAction']['menu']} - {$_profile['profile_name']}"));
nate
@nate
05/17/18 11:19:55AM
917 posts

Activity Timeline Question


Design and Skin Customization

Just add a search parameter.

 search="action_mode != login"
nate
@nate
04/28/18 11:56:21PM
917 posts

jrAudio_item_detail.tpl in Celebrity skin not working correctly


Design and Skin Customization

I'm gonna guess you have some kinda javaScript error.
1.jpg 1.jpg - 160KB
nate
@nate
04/20/18 11:33:49AM
917 posts

What bits of code are FollowMe and Celebrity missing that would make them 100% mobile friendly?


Design and Skin Customization

No it's not just simple code. It's constant quality control checks. I see things on skins and wonder where the hell it came from or when it started. Also, using 2 skins is probably adding to it. We don't quality control under those conditions. This is the issue. There are 1000 ways to do what you want and there is no way to check them all.
nate
@nate
04/20/18 01:32:18AM
917 posts

Follow Me - Update Cover Image


Using Jamroom

The form field for Cover Image is created by the skin's include file. You're not seeing it because you're only using Follow Me as the profile skin, but your ACP is not Follow Me. So the form field isn't loading.

Just click the form designer button on that same page and create a custom form field, name it profile_header_image, the type should be image, make sure you check active, then click save.
updated by @nate: 04/20/18 01:46:56AM
nate
@nate
04/20/18 01:27:00AM
917 posts

Follow Me - Update Cover Image


Using Jamroom

You say that skin is Follow Me?
nate
@nate
04/16/18 03:23:56PM
917 posts

Skin Customization for Follow Me


Design and Skin Customization

The clone option was created to allow people to customize their own skins. It wasn't built to offer users multiple styles.
nate
@nate
04/14/18 05:47:25PM
917 posts

Conditional Sitebuilder Menu Item


Jamroom Developers

You can use both if you like. I do.
nate
@nate
04/14/18 01:36:17PM
917 posts

Conditional Sitebuilder Menu Item


Jamroom Developers

That's a very complicated way. Good ole HTML and smarty code would also work. It's being done for half the menu already.
nate
@nate
04/14/18 01:22:36PM
917 posts

Change Notifications To Private Notes?


Using Jamroom

Look at the js and see how we're getting counts. You'll want to combine them.
  17