Forum Activity for @michael

michael
@michael
09/26/17 06:21:42PM
7,826 posts

Jamroom 6.1 has been released!


Announcements

Strumelia:....
My custom skin (originally from a Ningja skin) has only jrVideo_index.tpl and jrVideo_item_list.tpl in its skin templates... not any jrvideo item detail template. so I should be good concerning the m4v reference after updating, correct?....
Correct. Since your skin is not overriding the default module templates, the default module templates will be used and they are correct. Nothing needs doing.



Strumelia:....
How exactly does one 're-enable' a queue in the dashboard, though? The pause/refresh buttons there?....
When you go to
DASHBOARD -> QUEUE VIEWER
You will see a message like "all the queues are currently paused" and a button labeled something like UNPAUSE QUEUE, click that.
michael
@michael
09/25/17 09:05:51PM
7,826 posts

Vimeo and Soundcloud Error, both shows this error "You do not have the proper privileges to perform that action!"


Installation and Configuration

check YOUR-SITE.com/profile/quota_compare and make sure your profiles have got those modules enabled.
michael
@michael
09/25/17 08:53:18PM
7,826 posts

Audio Pro mobile menu button


Design and Skin Customization

Added it as a feature request/suggestion to the skins.

Currently controlled by this code in the footer.tpl file
{* Slidebar Mobile Menu *}
<script type="text/javascript">
    (function($) {
        $(document).ready(function() {
            var ms = new $.slidebars();
            $('li#menu_button > a').on('click', function() {
                ms.slidebars.open('left');
            });
        });
    }) (jQuery);
</script>
michael
@michael
09/24/17 04:55:43PM
7,826 posts

Trouble displaying total YouTube views/streams generated by a profile.


Design and Skin Customization

You dont need the _count in the name.
{jrCore_get_count module="jrYouTube" name="youtube_stream" profile_id=$_profile_id} 

I think the audio module once got that wrong so probably has these keys 'audio_stream_count_count' which would explain why its working in the audio module.
michael
@michael
09/24/17 04:42:32PM
7,826 posts

Proxima Bridge List Users


Proxima

yes it will wipe your item_index.tpl

Usually to over-ride a module template you put a file in the skin, so try adding
/skins/YOUR SKIN/jrProfile_item_index.tpl

That might work, or try adjusting it from the template editor
ACP -> MODULES -> PROFILE -> PROFILE -> TEMPLATES -> item_index.tpl

That makes the database override work instead of the file system one. Not sure either will work in this case, need to test.
michael
@michael
09/24/17 04:35:10PM
7,826 posts

Seeing a lot of ID3 Errors


Using Jamroom

Think we've got a fix for this in audio module (1.8.3) which will be released shortly.
michael
@michael
09/24/17 04:28:08PM
7,826 posts

How to restore a JR site with the Database backup file only?


Installation and Configuration

might need to delete that table, or TRUNCATE both the _blog_item tables.

The error means that you're trying to put some data into a location that there already is data and that table is setup to require all items to be unique.
michael
@michael
09/22/17 02:42:13AM
7,826 posts

How to display a Power User's details in profiles they create


Using Jamroom

So your logic is:
* a user signs up to a non Power User profile under the user_name 'power'
* admin creates a profile 'CommunityPower' which is in a quota that is a Power User enabled and able to create say 10 profiles
* admin then links 'power' to the profile 'CommunityPower' and should see the + button to create new profiles when visiting /communitypower because that profile is a power user profile.

seams reasonable, but its not working for me like that. When I visit the /communitypower profile there is no + button.

am I mis-understanding?
updated by @michael: 09/22/17 02:42:49AM
  182