Forum Activity for @douglas

douglas
@douglas
02/04/14 07:13:59AM
2,808 posts

Quota allowed access while site in maintenance mode?


Installation and Configuration

The only way to login while the site is in maintenance mode is to be either the master admin or a site admin. I don't think you can setup a quota for this since it is based on the users group. You would have to modify the user and change their group to either Profile Admin or Master Admin.

Hope this helps,
Douglas
douglas
@douglas
02/02/14 05:44:18AM
2,808 posts

Think I found a bug in jrNova


Design and Skin Customization

The top Inner Div is actually the head_inner class, which is for the inner div in the header, it is just labeled wrong in the CSS file.
douglas
@douglas
02/02/14 05:40:21AM
2,808 posts



Try deleting the data/cache/jrMediaProLight folder via your FTP client.
updated by @douglas: 02/22/17 02:04:14AM
douglas
@douglas
02/01/14 06:26:54AM
2,808 posts

Sharethis and Aparna


Jamroom Developers

I believe the Share It module shares the entire page and not a single item on a page. That is why it was setup only on the detail pages.
douglas
@douglas
01/31/14 05:14:23AM
2,808 posts

UK English flag missing


Using Jamroom

The flags have not been changed in any way since they were added to the ProJam skins.

If you have a uk.png image, you can add it to your img/flags folder, but if there isn't one in there now, then there never was.

Hope this helps,
Douglas
updated by @douglas: 01/31/14 05:14:43AM
douglas
@douglas
01/30/14 09:34:09AM
2,808 posts

Image cropping and resizing


Design and Skin Customization

brian:
There is also a new "portrait" crop option

Thanks Brian, forgot about that one. ;)
douglas
@douglas
01/30/14 07:17:10AM
2,808 posts

Image cropping and resizing


Design and Skin Customization

The image cropping is controlled by the core image function:

{ jrCore_module_function function="jrImage_display" crop="auto" ... }

You can set the crop parameter to one of the following.

auto
square
height
width

You'll find that function in your skins/jrNova/artists_row.tpl file.

Hope this helps,
Douglas
douglas
@douglas
01/30/14 05:33:21AM
2,808 posts

Auto Refresh jrLoad boxes, Instead of Onclick?


Design and Skin Customization

In your skins/jrProJam/js/jrProJam.js file, at the very bottom of the file, add this:

Quote:
var auto_refresh_sm = setInterval(
function ()
{
$('#DIV').load(core_system_url +'/template').fadeIn("slow");
}, 10000); // refresh every 10000 milliseconds


and change the DIV to the id of the div your wanting to refresh and change template to the template you want loaded. You can also change the 10000 to whatever seconds you want to wait before the refresh.

Hope this helps,
Douglas
updated by @douglas: 01/30/14 05:36:07AM
douglas
@douglas
01/29/14 09:58:23AM
2,808 posts

jrElastic header background image


Using Jamroom

Brian has a fix for this and I believe will have it in the Marketplace soon.
douglas
@douglas
01/29/14 07:52:56AM
2,808 posts

jrElastic header background image


Using Jamroom

Yeah, something isn't right.

I have a test site and a dev site.

My test site, which I just updated via the Marketplace, shows the image and I don't see an issue.

My dev site, which I update via our repo, is not showing the image and I can't change it via the image tab.

I'll see if I can figure out whats going on.
  250