Forum Activity for @douglas

douglas
@douglas
02/24/14 11:08:59AM
2,808 posts

I frame not working


Installation and Configuration

izhmel:
edit mode shows the frame ,

The blogs show
src="http://astore.ramza.com/rasta0f-20" width="90%" height="400">

Read my post above.
douglas
@douglas
02/24/14 10:20:38AM
2,808 posts

Event Module > Item Detail > Event Image > Lightbox class?


Design and Skin Customization

You can try:

{$jamroom_url}/gallery/image/gallery_image/{$item._item_id}/xxxlarge

There isn't a variable for it that I'm aware of.
douglas
@douglas
02/24/14 10:17:23AM
2,808 posts

Eliminate Some Images for Mobile Only


Using Jamroom

You can try wrapping the images with this if statement...

{ if !jrCore_is_mobile_device() || !jrCore_is_tablet_device() }
 < img src="etc... >
{ /if }

Hope this helps,
Douglas
updated by @douglas: 02/24/14 10:17:40AM
douglas
@douglas
02/24/14 09:36:44AM
2,808 posts

Jr Solo Skin Player Problem


Installation and Configuration

You have a lot of outdated modules that should really be updated first.

Go to your ACP > Marketplace > System Updates and update all of your modules. Then run the Integrity Check, with the Clear Caches box checked, and let me know if that fixes your issue.

Note that I reloaded the jrSolo module, but that didn't seem to help. I would have reloaded the jrSoloArtist skin, but I wasn't sure if that would cause us to lose your logo image you've uploaded. If the above updates don't help, try reloading your skin via the ACP > Marketplace > Tools > Reload Modules Or Skins section, and then again run the Integrity check tool.
douglas
@douglas
02/24/14 08:48:47AM
2,808 posts

Music Site - functionality


Design and Skin Customization

The profile templates are located in your skins/YOURSKIN directory, where YOURSKIN is the skin you are using, and start with profile_

Hope this helps,
Douglas
douglas
@douglas
02/24/14 08:46:41AM
2,808 posts

Sorting items


Design and Skin Customization

Do you have a link to the page?

I'm not sure what the sort.tpl file is, I don't think that is a Jamroom default template.

You'll most likely have to do something custom at the template level for your module.

Note that this is not a Jamroom issue since it is a request for a custom design/feature for a third party skin, which we most likely will not be able to help much with since we can't support third party skins because we don't have the files.
douglas
@douglas
02/24/14 08:32:34AM
2,808 posts

Event Module > Item Detail > Event Image > Lightbox class?


Design and Skin Customization

iLoveHouseMusic:
@Michael - thanks, I see it!

@Brian - Ah ok, I see the light box pop up now, but I don't know how to write the href for the image url. Is there documentation on that?

Here's what I'm looking at:

<a href="???" class="lightbox">{{jrCore_module_function function="jrImage_display" module="jrEvent" type="event_image" item_id=$item._item_id size="large" alt=$item.event_title width=false height=false class="iloutline img_scale"}</a>

Thanks in advance,
B

An image URL should look something like this:

http://yoursite.com/gallery/image/gallery_image/80/xxxlarge
douglas
@douglas
02/24/14 07:47:52AM
2,808 posts

Sharing events


Using Jamroom

Nope, just the jrEvent module.
  244