Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
05/08/14 08:39:44PM
517 posts

rebase - resulted in Blank pages across site


Using Jamroom

@Michael - I followed the same steps as the video shown (using phpmyadmin also). But the pages are still blank. Also tried a different browser.

Something I'm doing wrong?
updated by @ilovehousemusic: 05/08/14 08:42:48PM
iLoveHouseMusic
@ilovehousemusic
05/08/14 08:09:44PM
517 posts

rebase - resulted in Blank pages across site


Using Jamroom

Just rebased my site and deleted old versions. Page refreshed and resulted in blank pages across site. Can some one recommend steps to resolve? Thank you,
B
updated by @ilovehousemusic: 07/16/14 04:34:40AM
iLoveHouseMusic
@ilovehousemusic
05/07/14 07:12:39PM
517 posts

Good Skin URL's


Design and Skin Customization

mdamato:

The coding is great in jamroom, and all these little bug fixes that I've never really seem to see a problem anyway. Focus on these other areas!!! Please!!!!


I hear what you're saying - but you gotta understand that the fixes may not affect you, but could potentially be affecting paying/subscribing customers.

Jamroom wasn't designed to be 100% to anyone's liking out of the box. They leave plenty of room for customization, and I feel that it's a big upgrade from what Jamroom 4 was. Not sure if you used JR during that era.

Anyways, I see where you're coming from because I have made many motions for improvements also - but at the end of the day JR support team has addressed most of my concerns by showing me ways to customize it to my needs.

If I could show you some of the hacks I did to rewrite content title URLs in the old JR4 system you would probably puke.

Everything is kosher now if you ask me!
I think if anything, JR lacks more Skin designers. That will come over time...

Good luck!
updated by @ilovehousemusic: 05/07/14 07:14:46PM
iLoveHouseMusic
@ilovehousemusic
05/07/14 07:07:05PM
517 posts

Rebase - Developer Tools Question


Installation and Configuration

@Michael - OK, so pretty much NO on the above questions. Got it!
iLoveHouseMusic
@ilovehousemusic
05/07/14 06:43:40PM
517 posts

Rebase - Developer Tools Question


Installation and Configuration

I saw the updates and the videos to the new features on Developer Tools 1.2.0

Just a few questions, want to make sure I understand the behaviour:

1. If i rebase, will it affect any module/skin customizations (.tpls)?
2. If i rebase, will it affect the backups on S3? Meaning, are the previous versions on S3 backup retained or deleted?
3. If I rebase, will it affect any over-ridden images in modules or skins?

Thanks kindly!
Brian
updated by @ilovehousemusic: 06/14/14 06:36:54PM
iLoveHouseMusic
@ilovehousemusic
05/07/14 01:26:06PM
517 posts

Module Ideas?


Off Topic

@paul - Congratulations!
iLoveHouseMusic
@ilovehousemusic
05/06/14 05:15:35PM
517 posts

PM Link


Using Jamroom

@Dazed - I was able to do it using this code also:

{capture name="tpl" assign="tpl"}
    {literal}
        {jrCore_module_url module="jrPrivateNote" assign="murl"}
        {foreach $_items as $i}
        <a href="{$jamroom_url}/{$murl}/new/user_id={$i._user_id}"><div class="profile_menu_entry">Send a Note to {$i.user_name}</div></a>
        {/foreach}
    {/literal}
{/capture}
{jrCore_list module="jrUser" limit="1" profile_id=$_post._profile_id template=$tpl}

Complete details here:
https://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/2202/how-to-add-a-profile-menu-item
updated by @ilovehousemusic: 05/06/14 05:15:48PM
iLoveHouseMusic
@ilovehousemusic
05/02/14 12:15:11AM
517 posts

custom.css


Suggestions

That worked BTW. Oh man, you just saved me a ton of editting. Thank you!
iLoveHouseMusic
@ilovehousemusic
05/02/14 12:13:29AM
517 posts

custom.css


Suggestions

@Michael - I understand, it's OK if during skin updates I need to reupload the custom.css to the new skin folder (example jrElastic 1.1.4). But at the very least, I can just upload that file and move on.

It would be nice if this was a default core feature somehow. Hence the suggestion.

I'll give that syntax a shot, thanks!
iLoveHouseMusic
@ilovehousemusic
05/02/14 12:00:45AM
517 posts

custom.css


Suggestions

This doesn't seem to catch it. Do I have the syntax right for the href?
<link rel="stylesheet" type="text/css" href="custom.css" />
  5