Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
03/10/14 08:24:53AM
517 posts

myBadges customization - Profile Image Overlay


Profile Badges

@B360 - I know you haven't worked out the CSS and Templates files yet for this module, but just thought this would help anyone looking to customize the badges in the current state. You're welcome to use what I have. But as mentioned in the original post, might not be the "slickest" way to implement it.

Original post here: https://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/8033/badge-overlay-customization

"Just thought I'd share this with you.
Probably not the best way to implement it, but it only took me 15 minutes to get this going.
Badge Module by @360 Thanks for this!

Running Elastic Skin.

In Photoshop, create a 64x64 pixel canvas. Add a layer, create a rectangle, then set the angle to 45 degrees. Set your colors. Add a quick drop shadow. Create another layer with your text, in this case "artist". Save as transparent .png file.

In your ACP, Upload the image to the mybadges > images section. Override whichever badge you want to replace it with. In this example, "artist_badge.png".

In the profile_header.tpl, find the div for your profile image.

Add something like this:
{* testing badge *}
{jrCore_include template="badges.tpl"}

Create a badges.tpl file. Upload it to the root of your skin dir.

YMMV in this tpl, but just as an initial test I threw this code:

<style>
.overlay_badge {
    position:absolute;
    left:0;
    bottom:0;
    z-index:5;
}
</style>
<div class="overlay_badge">{jrCore_image module="myBadges" image="artist_badge.png"}
</div>

The result is a nice little ribbon style badge on the lower corner of your profile image.

Needs more tweaking to account for profile_quota_ids but I think you get the jist. Word to your mother."
Screen Shot 2014-03-09 at 12.52.08 PM.png Screen Shot 2014-03-09 at 12.52.08 PM.png - 218KB

updated by @ilovehousemusic: 03/10/14 08:32:58AM
iLoveHouseMusic
@ilovehousemusic
03/09/14 01:01:47PM
517 posts

Badge overlay customization


Design and Skin Customization

Just thought I'd share this with you.
Probably not the best way to implement it, but it only took me 15 minutes to get this going.
Badge Module by @360 Thanks for this!

Running Elastic Skin.

In Photoshop, create a 64x64 pixel canvas. Add a layer, create a rectangle, then set the angle to 45 degrees. Set your colors. Add a quick drop shadow. Create another layer with your text, in this case "artist". Save as transparent .png file.

In your ACP, Upload the image to the mybadges > images section. Override whichever badge you want to replace it with.

In the profile_header.tpl, find the div for your profile image.

Add something like this:
{* testing badge *}
{jrCore_include template="badges.tpl"}

Create a badges.tpl file. Upload it to the root of your skin dir.

YMMV in this tpl, but just as an initial test I threw this code:

<style>
.overlay_badge {
    position:absolute;
    left:0;
    bottom:0;
    z-index:5;
}
</style>
<div class="overlay_badge">{jrCore_image module="myBadges" image="artist_badge.png"}
</div>

The result is a nice little ribbon style badge on the lower corner of your profile image.

Needs more tweaking to account for profile_quota_ids but I think you get the jist. Word to your mother.
Screen Shot 2014-03-09 at 12.52.08 PM.png Screen Shot 2014-03-09 at 12.52.08 PM.png - 218KB

updated by @ilovehousemusic: 04/11/14 08:55:20AM
iLoveHouseMusic
@ilovehousemusic
03/08/14 06:48:48PM
517 posts

Follow up about Audio Genres imported


Archived

Hey @SteveX - just as a follow up, I started another Jamroom site from scratch and I think the ujCategories module will play will with it since I have zero audio uploaded and we can get this tested. Can I release the license from my current site and xfer it over to the new site?
iLoveHouseMusic
@ilovehousemusic
03/08/14 04:13:54PM
517 posts

Just want to confirm OneAll login behavior for imported JR accounts


Using Jamroom

I'll close this thread, thanks for your quick responses @brian!
iLoveHouseMusic
@ilovehousemusic
03/08/14 03:13:23PM
517 posts

Profile URL vs. Profile Display Name


Suggestions

Not sure this has been asked yet. What are the implications of adding something like {$item.profile_display_name} to the core?

What I did was labelled {$profile_name} as the "Profile URL" (which it is) in the form designer.
and then created {$profile_display_name} labelled as "Profile Display Name" so that artists can have a different profile display name, than their URL.

Example:
{$profile_display_name} = DJ Some Kinda Guy
while {$profile_name} = djsomekindaguy resulting in URL of www.domain.com/djsomekindaguy
instead of www.domain.com/dj-some-kinda-guy

Then discovered (for instance) in Breadcrumbs, when on an item_detail.tpl page {$item.profile_display_name} can't be used.

Is there a way to pass the profile ID on an item_detail.tpl so that I can use a custom field such as {$profile_display_name}?

In JR4, there used to be a feature to "Allow user to change URL" IIRC.

Is it still considered a bad Idea to allow the user to change their profile URL? With the ability to change {$profile_name} in Account Settings, I'm assuming no.

Hope that makes sense.


updated by @ilovehousemusic: 04/20/14 12:26:49PM
iLoveHouseMusic
@ilovehousemusic
03/08/14 10:44:57AM
517 posts

Subscription trial period option


Suggestions

An option to set a trial period on a subscription would be great.

Example 15/30/45/60 day trial. Then fall back to certain (or previous) quota if user has not subscribed.

You'd have to hash out what will happen to the items/content that the user uploaded during the trial period.
Maybe still visible to profile owner, but not globally?

Just a thought.
updated by @ilovehousemusic: 04/30/14 04:07:47AM
iLoveHouseMusic
@ilovehousemusic
03/08/14 10:36:44AM
517 posts

Just want to confirm OneAll login behavior for imported JR accounts


Using Jamroom

Ah right. So I would have to delete the authenticated FB account, change their email on existing account, then have them re-auth. Bah, maybe I'll keep FB auth disabled and just use Gmail and Twitter.
iLoveHouseMusic
@ilovehousemusic
03/08/14 10:35:12AM
517 posts

Quota configuration assistance and recommendation please


Installation and Configuration

Yes, but to refresh the scenario - I have users in Artist quota with AND without music. I'm looking for a way to bulk move users WITHOT music to the basic quota.

So it would be like like Select users from Artist quota with No music and move them to basic quota.
iLoveHouseMusic
@ilovehousemusic
03/08/14 10:15:34AM
517 posts

Question on DO Install


Installation and Configuration

You have to stop the default site: a2dissite default
  17