Forum Activity for @ultrajam

SteveX
@ultrajam
11/01/13 05:16:39AM
2,589 posts

Issue tracker - issue owner: unassigned


Using Jamroom

In the issue tracker on my profile here on test.jamroom.net I see the following in the header for the issue:
Quote: issue owner: unassigned

But I don't see any way to change that from unassigned.
updated by @ultrajam: 12/06/13 01:06:23AM
SteveX
@ultrajam
11/01/13 04:22:34AM
2,589 posts

Ipsumjam and Store Description field


IpsumJam

Yep, you are right. Something must have changed either in the core or jrEmbed.

I'll get this fixed later.

Thanks for letting me know.
SteveX
@ultrajam
11/01/13 04:01:27AM
2,589 posts

Documentation typo


Using Jamroom

In the Nova docs, the image for Page Breaks is showing in the Show Stats section below it.

http://test.jamroom.net/the-jamroom-network/documentation/skins/298/jrnova
updated by @ultrajam: 12/13/13 01:45:15PM
SteveX
@ultrajam
10/27/13 05:28:40PM
2,589 posts

Popup Modal?


Using Jamroom

I've got this in my notes:

Simplest example in a template:

<a onclick="myModule_modal();" title="Open Modal">Open Modal</a>

<div id="myModal" class="search_box" style="display:none;">
	<div style="float:right;"><input type="button" class="simplemodal-close form_button" value="x"></div>
	<span class="title">Modal Title</span><br><br>

	HERE IS THE MODAL CONTENT

	<div class="clear"></div>
</div>

And then in your javascript:

function myModule_modal(){
    $('#myModal').modal({

        onOpen: function (dialog) {
            dialog.overlay.fadeIn(75, function () {
                dialog.container.slideDown(5, function () {
                    dialog.data.fadeIn(75);
                });
            });
        },
        onClose: function (dialog) {
            dialog.data.fadeOut('fast', function () {
                dialog.container.hide('fast', function () {
                    dialog.overlay.fadeOut('fast', function () {
                        $.modal.close();
                    });
                });
            });
        },
        overlayClose:true
    });
}
SteveX
@ultrajam
10/26/13 03:04:48AM
2,589 posts

Dashboard css


Using Jamroom

Nothing major, just noticed this on a site on jbservers (the only place I've seen the question marks).

When question marks are shown in place of a percentage, the Memory Used question mark is a different colour to the other two.




dashboard-screenshot.jpg dashboard-screenshot.jpg - 64KB

updated by @ultrajam: 12/13/13 01:44:47PM
SteveX
@ultrajam
10/25/13 06:03:21AM
2,589 posts

Licenses Glitches


Using Jamroom

That seems to be working now. I deleted the module, released the license, and then reinstalled the module, everything was as expected in the license section on jamroom.net.

The only thing I noticed in that process was that when I reinstalled the comments module, the info tab page of the disabled module loaded, and "delete module" was checked. It remains checked when I reload the page, or navigate away from it, not sure if that is the browser cache or not.
SteveX
@ultrajam
10/25/13 04:17:30AM
2,589 posts

Licenses Glitches


Using Jamroom

Complete fresh install on xdev5 using the fresh downloaded files from above.

I had a comments license in available, so installed that on xdev5.

The comments license is still showing in available.
SteveX
@ultrajam
10/24/13 04:58:48PM
2,589 posts

Licenses Glitches


Using Jamroom

Yes, thats it.

You've got the logins for the reinstalled site, feel free to use them.
SteveX
@ultrajam
10/24/13 04:47:57PM
2,589 posts

Licenses Glitches


Using Jamroom

Similar thing happening on the fresh install.

I added Comments and Tags to the fresh install on dev3. They were showing as "you have a license - Free" (these were licensed on the ipsum site).

Then I deleted comments and released the license. But now on the dev3 marketplace it is showing as "$19.00 - quick purchase".
SteveX
@ultrajam
10/24/13 04:40:24PM
2,589 posts

Profile named Test no longer works


Using Jamroom

Its in jrElastic: test.tpl

{jrCore_include template="header.tpl"}

{jrCore_list module="jrAudio" search1="audio_title like mp3% || audio_album like testing%" search2="_created > 0" limit="50" order_by="audio_title asc"}

{jrCore_include template="footer.tpl"}

updated by @ultrajam: 10/24/13 04:40:53PM
  231