Forum Activity for @ultrajam

SteveX
@ultrajam
04/08/18 07:35:36AM
2,584 posts

Is it possible to control who can see comments?


Using Jamroom

Edit the jrComment item_list, index, item_detail and item_index templates, put this on the first line:
{if jrUser_is_logged_in()}
and this on the last:
{/if}
Click Save Changes, then select the template's Active checkbox in the list and click Save Changes
SteveX
@ultrajam
04/07/18 03:04:41PM
2,584 posts

How do you make a list of comments descending ?


Using Jamroom

I\m not familiar with that form, but it says you are ordering by _created descending.

Do you get what you want if you change that to _created ascending?
SteveX
@ultrajam
04/06/18 02:02:36AM
2,584 posts

Problem with my site


Installation and Configuration

Ah, I see! Thanks for the explanation.
SteveX
@ultrajam
04/05/18 01:28:15PM
2,584 posts

Problem with my site


Installation and Configuration

I'm curious as to what "revolving numbers" are. Do you have a screenshot from before the problem was fixed?
SteveX
@ultrajam
04/02/18 04:31:36PM
2,584 posts

jquery to exclude code from running on index page


Using Jamroom

Dammit, I've lost money on this not being a 30+ post thread :(
SteveX
@ultrajam
04/02/18 03:39:26AM
2,584 posts

Is a chameleon my code buddy?


Off Topic

I wouldn't want to try that - he catches things by shooting out his very long and sticky tongue. No lizard drool on my screens please Charles!
SteveX
@ultrajam
04/02/18 03:27:43AM
2,584 posts

Is a chameleon my code buddy?


Off Topic

No, he has a heated place of his own. When he's out he mostly just moves slowly around the clothes horse and tries to climb onto the monitor occasionally. He seems fascinated by screens in general - I'm told he loves watching tv!
SteveX
@ultrajam
04/01/18 05:58:25AM
2,584 posts

jrCore_page_set_no_header_or_footer breaks javascript added to form in modal


Jamroom Developers

    $html = "
    <script>
    	secondcopyjquery = jQuery.noConflict( true );
    </script>";
    jrCore_page_custom($html);
With that in the forms to appear in the modal everything seems fine :)

The last example on this page is for loading two different versions of jQuery:
https://api.jquery.com/jquery.noconflict/
SteveX
@ultrajam
04/01/18 05:39:13AM
2,584 posts

jrCore_page_set_no_header_or_footer breaks javascript added to form in modal


Jamroom Developers

I've tried every way around.

I think I have found what's causing it though.

If I load the parent page in the browser, then delete the contents of jrCore/js/jquery-1.12.4.min.js and then open the modal everything works fine.

So I think it's the 2nd copy of jQuery 1.12.4 which breaks the modal. I've tried removing everything else one bit at a time, but that's the only thing which makes a difference.

Why it should break the modal but all other js works fine I don't know.

Any idea how I can get around that?

Thanks
  12