Forum Activity for @douglas

douglas
@douglas
12/29/17 11:29:04AM
2,804 posts

Restore changes in skin template


Design and Skin Customization

Hello,

I think your going to have to go into the database and deactivate the custom meta.tpl template.

You can find it in the jr_jrcore_template table under template_active, modify the row for the meta.tpl from the skin your using and change it from 1 to 0.

Hope this helps!
douglas
@douglas
12/27/17 07:35:52AM
2,804 posts

jrElastic2 footer social images don't show


Using Jamroom

Thanks Steve, I've got this fixed for the next release.
douglas
@douglas
12/22/17 11:20:42AM
2,804 posts

Christmas Decorations


Using Jamroom

It doesn't really matter what CSS file you put it in, totally up to you. I added it to my site.css file for my skin.

If you use my instructions, you won't need Michael's code.

Hope this helps!
douglas
@douglas
12/22/17 05:39:02AM
2,804 posts

Christmas Decorations


Using Jamroom

It is a little more work than just setting up a div. You have to tell the script to use the div using JavaScript.

First you'll need a div to hold the snow:

CSS
/* SNOW DIV */
#snow-div {
    position: relative;
    overflow: hidden;
    _zoom: 1; /* IE 6 display fix */
}

In the template you want the snow in, create the div:

<div id="snow-div">
Content should go inside this div...
</div>

Then in your skins/YOURSKIN/js/snowstorm.js file, find this:

  this.targetElement = null;      // element which snow will be appended to (null = document.body) - can be an element ID eg. 'myDiv', or a DOM node reference

and change it to this:

  this.targetElement = snow-div;      // element which snow will be appended to (null = document.body) - can be an element ID eg. 'myDiv', or a DOM node reference

Hope this helps!
douglas
@douglas
12/17/17 06:56:29AM
2,804 posts

Find New Music & Likes Box on Profile Index Page ?


Using Jamroom

That search uses the jrRecommend module, first make sure you have the installed and activated, I'm guessing it already is because the code has a check to see if it is and if not, should not show it on the profile page.

There should also be an "Influences" field in the modify profile section, the jrRecommend module uses that field to search for similar music.

https://www.jamroom.net/the-jamroom-network/networkmarket/24/find-new-music

Hope this helps!
douglas
@douglas
12/14/17 08:36:09AM
2,804 posts

Couple of Icons Not Linked Correctly On Video Page For VideoPro


Using Jamroom

Hello,

Looks like you have to be logged in to share. At least I'm not seeing an issue when logged in on my dev site or the demo site.

Hope this helps!
douglas
@douglas
12/11/17 10:41:21AM
2,804 posts

Mobile View Of Comments Running Off Screen?


Using Jamroom

Zachary Moonshine:
http://metaldevastationradio.com/battle-of-the-bands/poll/10/battle-of-the-bands-for-band-of-the-month-january-2018 and no I have not changed any templates for youtube that I know of

Yeah, I'm not seeing an issue on my android phone using the FF browser.

What mobile device and browser are you seeing the issue in?

Thanks!
Screenshot_20171211-123637.jpg Screenshot_20171211-123637.jpg - 274KB
douglas
@douglas
12/11/17 04:07:33AM
2,804 posts

Mobile View Of Comments Running Off Screen?


Using Jamroom

Zachary Moonshine:
On mobile view if comments have youtube videos and links in them the comments run of the screen instead of squeezing in using follow me skin.

I'm not seeing an issue on my dev site.

Have you made any modifications to the YouTube templates?

Thanks!

EDIT: Can you post a link so we can see it?
updated by @douglas: 12/11/17 04:13:15AM
douglas
@douglas
12/10/17 08:45:28AM
2,804 posts

Jamroom 6.1 has been released!


Announcements

sbhadauria:
Hi Guys,

I am getting "error: jrCore_checktype: unable to load checktype plugins" on upgrading PHP from 5.5.9 to 7.2. Jamroom version is 6.1.4


Hello, have you installed the jrSystemTools module? It is required for version 6.1 and you can find it in your ACP > Core > Marketplace.

Hope this helps!
douglas
@douglas
12/10/17 04:47:36AM
2,804 posts

Jamroom Update failed


Installation and Configuration

sbhadauria:
After updating Jamroom from 6.0.7 to 6.1.4 jrImage module stopped working and displaying raw characters instead of image. I am using S3 module. Please find the attached screenshot.

Have you installed the System Tools module that is required for version 6.1?

Hope this helps!
  51