Forum Activity for @michael

michael
@michael
09/24/17 04:55:43PM
7,823 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,823 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,823 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,823 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,823 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
michael
@michael
09/22/17 02:01:12AM
7,823 posts

Using ffmpeg to make audio and video sprites for a profile


Jamroom Developers

The bit I think you're interested in is around line 284 of include.php where the track is manipulated, then joined together.

Then for your concept, grab all the mp3 files you're interested in and
https://stackoverflow.com/questions/14634036/how-to-merge-several-audio-files-using-sox#14634094
michael
@michael
09/22/17 01:57:19AM
7,823 posts

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


Using Jamroom

should do, the logic is "On the current profile, get the $_user_id of the owner of this profile." from the returned info, the info on the profile_url is not that of the profile currently being viewed, its of the profile connected to the user account of the person who created the current profile being viewed.
michael
@michael
09/21/17 10:02:24PM
7,823 posts

Image gallery only works with https websites


Ning To Jamroom

So Adobe buys aviary.com releases their editor as their own product, then shuts that product down.

My low opinion of Adobe just went lower. :(
  182