Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
05/01/14 11:32:30PM
517 posts

custom.css


Suggestions

@Michael - where would you recommend this in the meta.tpl (jrElastic)

<link rel="stylesheet" href="{jrCore_server_protocol}://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700" type="text/css">
<link rel="stylesheet" href="{jrCore_css_src}" media="screen" />
{if isset($css_href)}
{foreach from=$css_href item="_css"}
<link rel="stylesheet" href="{$_css.source}" media="{$_css.media|default:"screen"}" />
{/foreach}
{/if}
{if isset($css_embed)}
<style type="text/css">
{$css_embed}</style>
{/if}
{if isset($javascript_embed)}
<script type="text/javascript">
{$javascript_embed}</script>
{/if}
<script type="text/javascript" src="{jrCore_javascript_src}"></script>
{if isset($javascript_href)}
{foreach from=$javascript_href item="_js"}
<script type="{$_js.type|default:"text/javascript"}" src="{$_js.source}"></script>
{/foreach}
{/if}
{if isset($javascript_ready_function)}
<script type="text/javascript">
$(document).ready(function(){
{$javascript_ready_function}return true;
});
</script>
{/if}
</head>

At the very bottom?
iLoveHouseMusic
@ilovehousemusic
05/01/14 11:25:10PM
517 posts

custom.css


Suggestions

@michael - aaah. good idea.

Let me take a look at that. Thank you!

Again, I'm just trying to stay on top of Jamroom updates. No issues with the module updates. But with every skin update my cloned skin just gets farther and farther away from the current release.
iLoveHouseMusic
@ilovehousemusic
05/01/14 11:17:01PM
517 posts

custom.css


Suggestions

Not sure if this has been addressed yet but wanted to suggest this. Hope I explain this right:

I like the clone skin feature, but finding it cumbersome to keep updated w/ Skin updates.
So on one of my sites, I've left the default skin without cloning it.

Then, to add my customizations, I do the template override. As a result, whenever there is a skin update, I can leave templates overriden, then use the Compare button to see the most up-to-date template code and my customizations in a single view. No issues there.

The final piece, is that I've made SOME additions to the css files, that ARENT available in the CSS override section in ACP. For instance, I might have a custom style (say)
.block_config2 {
    float:right;
    margin:0px;
    white-space:nowrap;
	vertical-align:central;

}

So, in the overridden tpl file, I simply do the style=block_config2 and I can apply styling options that aren't always available in the css override section in ACP.

If a CSS file is updated as part of a skin update, the customization in the example above gets wiped out. That's expected.

What I'm suggesting is a separate custom.css file, that you can dump all one-off CSS styling codes to.

As a result admin would be able to
1. Override template files in ACP
2. Override (certain) CSS attributes in ACP.
3. Add any additional CSS styling (not affected by skin updates)

This allows admin to keep all their customizations (both template & CSS overrides, and one-off CSS stuff) while being able to just click update for any skin update.

What this resolves is the fact that although you have certain attributes available in the CSS override section, you dont have all of them, and you can't add customizations of your own in ACP.

Again, I like everything so far, it just seems like that's one missing piece...

Hope that makes sense.
Thoughts?
updated by @ilovehousemusic: 06/03/14 02:32:07AM
iLoveHouseMusic
@ilovehousemusic
04/25/14 08:38:33AM
517 posts

Is there a way to hide the "TIMELINE" profile menu tab?


Design and Skin Customization

michael:
Disable that module for whatever quota they are in.

The jrProfileTweaks module allows the profile owner to set their own default page if they want to.

@Michael - Need the timeline still, when clicking on the user's profile name.

@brian - thanks that what I needed!
iLoveHouseMusic
@ilovehousemusic
04/25/14 12:04:49AM
517 posts

Is there a way to hide the "TIMELINE" profile menu tab?


Design and Skin Customization

I thought I read about it here on the forum, but can't seem to find it. Is there a way to hide a specific profile menu tab?

Specifically, I'm trying to hide the "timeline" profile menu tab. I'm having my users to just click on their profile name to return back to their profile home.

And I have a customization to the profile menu location such that I dont have real estate for another tab. Will probably rethink that later, but wanted to just hide it for now..

TIA!
updated by @ilovehousemusic: 05/26/14 06:54:40PM
iLoveHouseMusic
@ilovehousemusic
04/15/14 12:25:52PM
517 posts

Twitter auto-poster


Jamroom Developers

I'm thinking through an automated twitter module that I might work on (with a developer)

Any feedback on this? Here are the details: https://www.jamroom.net/ilovehousemusic/job/12/twitter-auto-poster
updated by @ilovehousemusic: 05/21/14 01:28:21PM
iLoveHouseMusic
@ilovehousemusic
04/15/14 12:08:39PM
517 posts

two-factor authentication question


Installation and Configuration

Ah I see, it's for each login (just tested it). Hmmm ok that might be a lot of work for some. Forget I said that then. =) I'll leave it enabled for my master admin account and just let the user decide if that's what they want to use.
iLoveHouseMusic
@ilovehousemusic
04/15/14 11:48:19AM
517 posts

two-factor authentication question


Installation and Configuration

@Brian - ok thanks for the heads up. I'll keep an eye out for the update.

Would there be any benefit to having it enabled by default on profiles, after the module is activated? Or is that too intrusive? My concern is for the most secured login/registration experience for my community. Open to discuss.
iLoveHouseMusic
@ilovehousemusic
04/15/14 11:39:48AM
517 posts

two-factor authentication question


Installation and Configuration

When installing the 2-factor authentication module, should that be enabled on all profiles by default? OR, is this something that each user would enabled on a per user basis?

I should clarify, I'm activating the module, there are existing users on the system. It seems that existing users will have the option to select that to enable it. For new users signups, is 2-factor auth enabled by default?

TIA,
Brian
updated by @ilovehousemusic: 05/21/14 01:28:33PM
  6