Forum Activity for @ilovehousemusic

iLoveHouseMusic
@ilovehousemusic
03/19/14 03:15:52PM
517 posts

Scheduled Integrity check of YouTube, SoundCloud, Vimeo


Suggestions

@stevex - Just don't want it to get buried, but you could think of it that way too :)
iLoveHouseMusic
@ilovehousemusic
03/19/14 02:05:55PM
517 posts

Tagging a user with a [space] in their Profile name.


Using Jamroom

Hmm ok. I guess my point of view is from how FB does it, but I see how it works now.... thanks!
iLoveHouseMusic
@ilovehousemusic
03/19/14 02:03:49PM
517 posts

Locked Pages (FOR VIP MEMBERS)


Using Jamroom

So you would probably have to do a combination of both suggestions from @b360 and mine?

"If the profile ID = to the VIP quota AND the VIPdownload is ticked"
Show the special file download
ELSEIF
Show the normal download
ELSE
Show the error

Sorry I'm not the best with code, obviously. LOL.
iLoveHouseMusic
@ilovehousemusic
03/19/14 01:26:37PM
517 posts

Locked Pages (FOR VIP MEMBERS)


Using Jamroom

On your audio_detail and audio_list templates where the audio item is listed, you could do something like:

{if $profile_quota_id == X}
Show the free download link
{else}
show your error message
{/if}

Where "X" is your VIP Member quota number.
iLoveHouseMusic
@ilovehousemusic
03/19/14 12:04:40PM
517 posts

Tagging a user with a [space] in their Profile name.


Using Jamroom

I noticed when tagging a user using the "@" symbol, I'm unable to tag another user on my site who has a [space] in their profile name. Such as "DJ Someone".

How does JR tagging system detect that? Is that a bug?
updated by @ilovehousemusic: 05/25/14 03:49:56AM
iLoveHouseMusic
@ilovehousemusic
03/19/14 09:42:29AM
517 posts

Scheduled Integrity check of YouTube, SoundCloud, Vimeo


Suggestions

Just wanted to see if this idea would be feasible? Not a priority, but could be useful for site admins...at least a hands off approach to keeping your youtube/vimeo/soundcloud content up to date.
iLoveHouseMusic
@ilovehousemusic
03/19/14 08:24:01AM
517 posts

Soundcloud Image coming from non-SSL site - certificate warning


Installation and Configuration

Found it. I have a soundcloud ranking...errr listing on the homepage. I highlight the image in firbug and it looks like it's coming from one of their CDNs - How can I address that? Can that be added to the iFrame allowed domains?
soundcloud.png soundcloud.png - 115KB

updated by @ilovehousemusic: 03/19/14 08:24:57AM
iLoveHouseMusic
@ilovehousemusic
03/19/14 08:12:37AM
517 posts

Soundcloud Image coming from non-SSL site - certificate warning


Installation and Configuration

Good idea. thanks, i seem to forget the simple things sometimes. I'll check that out and chime back.
  11