Forum Activity for @michael

michael
@michael
03/19/14 12:10:39AM
7,832 posts

Media Pro Light Top Singles


Using Jamroom

I can see the 'Top Singles' on the homepage of the demo, but still don't know were it is that your not seeing them.

Make sure you have all the latest updates installed for the skin. Run the integrity check and clear the caches.

Also make sure you don't have any javascript errors on the page. It looks like that section is loaded via ajax, so if you've got JS errors that could be the cause of the issue.
michael
@michael
03/19/14 12:04:07AM
7,832 posts

Friends/Followers posting to a friend's/follower's timeline


Using Jamroom

The actions are more like twitter than like facebook.

You could over-ride the template for the module your after to put the comment form in I would think. Haven't tried it though.

Every module that wants to opt-in to the Acitons feed has a template called item_action.tpl

That template determines how the output of the action looks.

So you could, at skin level, over-ride any of those item_actions.tpl files to put in a comments form if you wanted.
michael
@michael
03/18/14 03:01:56AM
7,832 posts

whats the html tag for audio and video (JR5)


Using Jamroom

That item=$_user_item_id doesn't look correct.

I would expect it to by something more like item=$item where $item contains the profile_audio field.

You would know if its correct or not better than anyone here because you can put the code in the .tpl file and see if it works or not. That's the best test.
michael
@michael
03/18/14 12:12:44AM
7,832 posts

Player on custom skin broken after update


Design and Skin Customization

autoplay=$_conf.$ap
looks weird.

Does it play right if you just hardcode it to autoplay="true"?
michael
@michael
03/17/14 11:33:20PM
7,832 posts

Artist Signup


Using Jamroom

Yes you can purchase subscriptions directly on signup.

* logged out
* click subscribe
* land at foxycart
* pay the money
* click continue.

You return to your Jamroom site and are logged in. Your password is sent to the email you used at foxycart.
michael
@michael
03/15/14 03:31:55AM
7,832 posts

Anyway to override jquery.jplayer.min.js?


Design and Skin Customization

MAD©:
ok i added lots tonight and nothing worked.
it doesn't seem to be honouring the template override.

Make sure you are using the correct naming convention.

The playlist player is different than the jrAudio modules player.


Brian gave the correct steps to override the jrAudio modules player

brian:
What you want to do is "override" the player template - i.e. of you want override the Audio dark player, which is this template:

modules/jrAudio/templates/jrAudio_player_dark.tpl

You would create a file in your active skin directory:

skins/SkinName/jrAudio_jrAudio_player_dark.tpl

and you'll see at the top the JS section you can modify to suit your needs.

I'm not sure why we never set this in our players, but can check it out.

Hope this helps!

The same applies to the playlist player, but it would be:
modules/jrPlaylist/templates/jrPlaylist_player_dark.tpl
to
skins/SkinName/templates/jrPlaylist_jrPlaylist_player_dark.tpl

put something in so you know your override is working "IS THIS BEING OVER-RIDDEN....????"
michael
@michael
03/15/14 02:29:57AM
7,832 posts

Tag Cloud Not Resizing


Design and Skin Customization

check your timing on the drawTagCloud(); function

When I run drawTagCloud(); from firebug after the page has fully loaded, the tag cloud gets put into the profile at the correct width.

It feels like its firing too early. before the div is there.

-----
* open firebug after the page has loaded.
* Go to the CONSOLE tab
* in the right hand side paste 'drawTagCloud();'
* click the RUN button at the bottom of that section.

RESULT
The tag cloud is redrawn in the location where its supposed to be and it fits the width of the screen.
michael
@michael
03/15/14 01:09:22AM
7,832 posts

Hey Brian, quick question about Battle lightbox


Using Jamroom

It problably doesnt have any code to tell the lightbox to appear.

eg:
http://www.jamroom.net/the-jamroom-network/forum/design-and-skin-customization/4693/jrevents-lightbox-images-in-nova-skin

To make the light box appear, there needs to be javascript to tell the lightbox to work.
$('.lightbox').lightBox();

or something similar.
michael
@michael
03/14/14 03:24:44AM
7,832 posts

Like It button not showing


Installation and Configuration

Your doing it exactly right.

* put something in to a .tpl file somewhere "WHERE DOES THIS COME OUT...???"
* clear the caches via the ACP ( your-site.com/core/cache_reset )
* Look at the page where you expect to see it.

Does the location where you expect to see it show the text "WHERE DOES THIS COME OUT...???"

If the answer is YES, the put the like it code there.

If the answer is NO, change the text and repeat the process


* put something in to a .tpl file somewhere "SOME NEW TEXT...???"
* clear the caches via the ACP ( your-site.com/core/cache_reset )
* Look at the page where you expect to see it.

Just play around with it til you get it.
  721