Forum Activity for @ultrajam

SteveX
@ultrajam
07/28/16 06:06:37PM
2,589 posts

Next Item


Jamroom Developers

Melih:i made a custom one to display panoramic images.

Hey, I've got one of those too! I'm using A-Frame, which route did you take?
SteveX
@ultrajam
07/28/16 01:34:24PM
2,589 posts

Group Discussions - Reply Count


Jamroom Developers

It depends which template and module you are doing this in - try putting debug in your template to see what's available.

It will probably be something like {$item.discuss_comment_count}
SteveX
@ultrajam
07/28/16 01:27:54PM
2,589 posts

How to undo Update Changes?


Using Jamroom

You should be able to revert to a previous module version in Marketplace > Tools

Look for the Release Archive button - "Previous version of modules and skins that can be restored"
SteveX
@ultrajam
07/28/16 01:17:52PM
2,589 posts

Full width Image on the home page


Using Jamroom

Do you mean a background image, like the blue gradient here on jamroom.net?
https://www.jamroom.net/profiletweaks/background/2/1459964919

If so, you can add that as a background in your css. Jamroom.net uses this:
.index-splash {
    background-image: url('https://www.jamroom.net/image/img/skin/jrJamroomNet/bg2.jpg');
    background-size: 100% 100%;
    -webkit-background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}

You might not have a div with the class "index-splash", try adding it to body or html
updated by @ultrajam: 07/28/16 01:20:45PM
SteveX
@ultrajam
07/27/16 04:30:11PM
2,589 posts

youtube embed


Jamroom Developers

I would try using jrCore_list to search for the latest youtube on a profile (use the return_item_id_only parameter), then use that item_id in your youtube embed.
SteveX
@ultrajam
07/26/16 06:11:52AM
2,589 posts

Error log fills up and can't be viewed



That looks better :)

Thank you!
SteveX
@ultrajam
07/26/16 04:13:38AM
2,589 posts

dnsquery.org insecure connection



Getting this on Firefox, because of the site's certificate expiring.

And it isn't possible to add an exception in order to use the service:
Quote: This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox Developer Edition may only connect to it securely. As a result, it is not possible to add an exception for this certificate.

connection-not-secure.jpg connection-not-secure.jpg - 60KB

updated by @ultrajam: 09/01/16 08:23:21AM
SteveX
@ultrajam
07/25/16 06:33:21AM
2,589 posts

Error log fills up and can't be viewed



The jrBackup notice is no longer written to the log, but the google analytics one is:
[22-Jul-2016 17:25:10 Europe/Dublin] PHP Notice: Undefined index: option in /home/academicskills/public_html/modules/jrGoogleAnalytics-release-1.1.2/include.php on line 115 [5396]
SteveX
@ultrajam
07/14/16 02:55:37AM
2,589 posts

Windows, Mac, Fedora (RHEL), or Ubuntu (Debian)


Off Topic

Is it worth the time spent to make a hackintosh? From reading about it you'll save a couple of hundred dollars, but not have the design of an apple.
SteveX
@ultrajam
07/14/16 02:34:31AM
2,589 posts

Error log fills up and can't be viewed



I get thousands of these each nightly backup:
[13-Jul-2016 00:12:00 Europe/Dublin] PHP Notice: Undefined offset: 1 in /home/academicskills/public_html/modules/jrBackup/include.php on line 178
That could be related to the problem from restoring from backup last week?

I also get many hundreds of these:
[14-Jul-2016 10:11:01 Europe/Dublin] PHP Notice: Undefined index: option in /home/academicskills/public_html/modules/jrGoogleAnalytics-release-1.1.2/include.php on line 115

And now I can't view the error log in the ACP, it results in this error:
[14-Jul-2016 10:26:29 Europe/Dublin] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 148 bytes) in /home/academicskills/public_html/modules/jrCore/index.php on line 6308

The error log is only 86MB, not huge.
  69