Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
03/10/14 08:35:35PM
517 posts

myBadges customization - Profile Image Overlay


Profile Badges

OK I got it sorted out. My badges.tpl file looks like this. Thanks for that readme file I totally missed that.

<style>
.overlay_badge {
    position:absolute;
    left:0;
  	top:0;
    z-index:5;
}
</style>

<div class="overlay_badge">{if $quota_myBadges_badge_type == "vipartist"}
{jrCore_image module="myBadges" image="badge_reserved.png"}
{elseif $quota_myBadges_badge_type == "dj"}
{jrCore_image module="myBadges" image="badge_artist.png"}
{elseif $quota_myBadges_badge_type == "vipdj"}
{jrCore_image module="myBadges" image="badge_artist.png"}
{elseif $quota_myBadges_badge_type == "administrator"}
{jrCore_image module="myBadges" image="badge_admin.png"}
{else}
{jrCore_image module="myBadges" image="badge_member.png"}
{/if} 
</div>

And I ended up putting the badge in the upper left corner.

Great work @b360 - thank you!
Screen Shot 2014-03-10 at 8.36.16 PM.png Screen Shot 2014-03-10 at 8.36.16 PM.png - 194KB

updated by @ilovehousemusic: 03/10/14 08:36:34PM
iLoveHouseMusic
@ilovehousemusic
03/10/14 07:38:25PM
517 posts

myBadges customization - Profile Image Overlay


Profile Badges

Scratch that, I see the readme file... let me give that a run.
iLoveHouseMusic
@ilovehousemusic
03/10/14 02:19:25PM
517 posts

myBadges customization - Profile Image Overlay


Profile Badges

To clarify - the module already has a quota config section where I associate the badge image with the quota. So on my template, I just need say "post the image associated based on the quota that is being displayed"...
iLoveHouseMusic
@ilovehousemusic
03/10/14 02:17:27PM
517 posts

What is the correct syntax to check $profile_quota_id?


Design and Skin Customization

You Know what, I just realized I'm trying to bypass a module feature that is already configured at the quota config level. My question is better described here:

https://www.jamroom.net/b360/forum/profile-badges/8073/mybadges-customization-profile-image-overlay
iLoveHouseMusic
@ilovehousemusic
03/10/14 02:15:13PM
517 posts

myBadges customization - Profile Image Overlay


Profile Badges

Hmmm I guess I'm wondering how do I insert the image without using "image=artist_badge.png"
and let the module do it's work based on the quota and image selected for that quota, in the quota config section.

Hope that makes sense. I think I just have my syntax wrong.
iLoveHouseMusic
@ilovehousemusic
03/10/14 01:56:55PM
517 posts

What is the correct syntax to check $profile_quota_id?


Design and Skin Customization

It's on a profile_index page. I'll check that out, thanks!
iLoveHouseMusic
@ilovehousemusic
03/10/14 01:19:30PM
517 posts

What is the correct syntax to check $profile_quota_id?


Design and Skin Customization

What is the correct syntax for checking a quota_id?

This is what I have and no worky:

{if jrProfile_quota_id="8"}
{jrCore_image module="myBadges" image="badge_reserved.png"}
{elseif}
nope
{/if}

TIA!
updated by @ilovehousemusic: 05/01/14 06:00:51AM
iLoveHouseMusic
@ilovehousemusic
03/10/14 09:01:27AM
517 posts

I frame still not working


Installation and Configuration

@izhmel - I feel your pain. When I first started Jamroom (Jamroom 4) I went through 2 shared hosting providers before moving to JBServers. Moved OFF JBServers to go to a Dedicated server. Had problems, moved back to JBServers, Then no issues for ~1.5 years.

Most recently, I migrated to JR5 and migrated to Digital Ocean SSD cloud server hosted in The Bay Area (closest to me) with no issues. The catch is, that's a non-managed environment. Meaning you'll have to build it yourself and manage it.
In theory, that's still a "shared" (resource) environment - but once built the server is essentially all yours. So you can configure it from the ground up. I have 2 sites I'm getting ready to launch on Digital Ocean, couldn't be happier. If you're technical enough - the Digital Ocean setup documentation was perfect.

One final note - It helps to have a development environment separate from your production environment. I've been on your site before and it looks like you just have 1. So moving forward you might want to consider testing out a new host first (Install Jamroom, the modules, setup some test content, etc).... and really try to break it before making your next move.

You've got a good site and Brand. I've seen your Youtube videos and Kickstarter. Just plan it out more systematically and your Jamroom site could really take off!
updated by @ilovehousemusic: 03/10/14 09:04:18AM
  16