Forum Activity for @ultrajam

SteveX
@ultrajam
03/09/15 08:52:26AM
2,589 posts

Angry smiley breaks a forum post


Jamroom Developers

X-(

I can see why
updated by @ultrajam: 04/09/15 03:35:57PM
SteveX
@ultrajam
03/09/15 08:51:02AM
2,589 posts

Issue tracker missing an item


Jamroom Developers

Created another item and my missing item has reappeared.

Most odd!
SteveX
@ultrajam
03/09/15 07:29:19AM
2,589 posts

Issue tracker missing an item


Jamroom Developers

There seems to be something wrong with the issue tracker. One of my Feature Requests is not listed, and one is repeated twice.

I have 11 feature requests, the 11th (which is a completed request and is on Page 2) is a repeat of the 9th.

I can't see anything about the items in the datastore which would cause any problems.
updated by @ultrajam: 04/20/15 03:16:50PM
SteveX
@ultrajam
03/08/15 03:05:51PM
2,589 posts

Jamroom.net code highlighter


Jamroom Developers

In this here forum, the code highlighter breaks after an apostrophe in a php comment. It fixes itself after an apostophe (in a following comment)

code-hilite-commented-out.png code-hilite-commented-out.png - 163KB

updated by @ultrajam: 04/20/15 03:15:48PM
SteveX
@ultrajam
03/08/15 02:47:33PM
2,589 posts

automatic one reloads function, like facebook


Design and Skin Customization

Are you using something from this?
http://desandro.github.io/masonry/demos/infinite-scroll.html

<script>
  $(function(){
    
    var $container = $('#container');
    
    $container.imagesLoaded(function(){
      $container.masonry({
        itemSelector: '.box',
        columnWidth: 100
      });
    });
    
    $container.infinitescroll({
      navSelector  : '#page-nav',    // selector for the paged navigation 
      nextSelector : '#page-nav a',  // selector for the NEXT link (to page 2)
      itemSelector : '.box',     // selector for all items you'll retrieve
      loading: {
          finishedMsg: 'No more pages to load.',
          img: 'http://i.imgur.com/6RMhx.gif'
        }
      },
      // trigger Masonry as a callback

      function( newElements ) {
        // hide new items while they are loading
        var $newElems = $( newElements ).css({ opacity: 0 });
        // ensure that images load before adding to masonry layout
        $newElems.imagesLoaded(function(){
          // show elems now they're ready
          $newElems.animate({ opacity: 1 });
          $container.masonry( 'appended', $newElems, true ); 
        });
      }
    );
    
  });
</script>

updated by @ultrajam: 03/08/15 02:59:48PM
SteveX
@ultrajam
03/08/15 02:34:12PM
2,589 posts

Change Language in Email


Design and Skin Customization

In the ACP you can change the email templates for jrUser:

email_account_activated_message.tpl
email_account_activated_subject.tpl
email_change_message.tpl
email_change_subject.tpl
email_created_message.tpl
email_created_subject.tpl
email_forgot_message.tpl
email_forgot_subject.tpl
email_new_device_message.tpl
email_new_device_subject.tpl
email_notify_signup_message.tpl
email_notify_signup_subject.tpl
email_overall_header.tpl
email_preferences_footer.tpl
email_signup_message.tpl
email_signup_subject.tpl


There are some email templates in jrCore (for pending items), and in some other modules as well:
jrUser, jrCore, jrFollower, jrTicket, and maybe more.
SteveX
@ultrajam
03/08/15 01:06:18AM
2,589 posts

Disabling User and Maintaining Their Content


Ning To Jamroom

Change their email and password, wait for letter from their lawyer.
SteveX
@ultrajam
03/07/15 05:58:37PM
2,589 posts

Disabling User and Maintaining Their Content


Ning To Jamroom

Can you repeat the part where you say what happens when you applied those settings?
SteveX
@ultrajam
03/07/15 09:19:58AM
2,589 posts

jrDocs typo


Jamroom Developers

Typo in jrDocs/include.php line 573:
jrCore_set_form_notice('error', 'unable to extra the YouTube ID from the given input - please try again');
updated by @ultrajam: 04/20/15 03:15:33PM
SteveX
@ultrajam
03/06/15 12:26:39PM
2,589 posts

Jamroom.net header issue!!


Design and Skin Customization

Fortunately I've never seen that either!
  109