Forum Activity for @madc

MAD
@madc
03/11/14 07:20:00AM
600 posts

Tag Cloud Not Resizing


Design and Skin Customization

Ok That did it
Problem is it is site wide now that high
( profiles )
We only wanted to override for the home page
Any way of doing that while leaving the other areas alone?
MAD
@madc
03/11/14 06:56:52AM
600 posts

Tag Cloud Not Resizing


Design and Skin Customization

This is my code in my index.tpl
        <div class="col6">
                <div class="inner leader mb8 mr8">
                    <span class="title">{jrCore_lang  module="jrTags" id="6" default="Tag Cloud"}</span>
                </div>
                   {jrTags_cloud height="900" assign="tag_cloud"}
                     {if strlen($tag_cloud) > 0}
                         <div class="finner mb8 mr8" style="min-height:442px;">
                         {$tag_cloud}
                         </div>
                     {/if}
</div>

Problem is the JS is getting called after the height setting which is reverting to default?
updated by @madc: 03/11/14 06:58:01AM
MAD
@madc
03/11/14 06:47:47AM
600 posts

Tag Cloud Not Resizing


Design and Skin Customization

Nope that made no difference @douglas
i changed it to 900 ( instead of 900px ) and it still showed 250
Even measured it with ff addon measureit and yeah its still at 250

its on the front page
http://www.punkbandpromotions.com
Screen Shot 2014-03-11 at 11.47.04 PM.png Screen Shot 2014-03-11 at 11.47.04 PM.png - 105KB

updated by @madc: 03/11/14 06:48:34AM
MAD
@madc
03/11/14 05:15:50AM
600 posts

Tag Cloud Not Resizing


Design and Skin Customization

I have added the tag cloud to our home page in quite a large div.
No matter what I do it won't override the default height.
I have add this code to test and it doesn't change
{jrTags_cloud height="0px" assign="tag_cloud"}

Viewing the generated source it still says this

    function drawTagCloud() {
        $("#profile_tag_cloud").jQCloud(tags, {
            width: $('#tag_holder').width(),
            height: 250
        });
Anyone help out on resizing ( Nova Skin )

updated by @madc: 04/27/14 06:13:04PM
MAD
@madc
03/11/14 05:03:18AM
600 posts

Ascii Characters showing in Media player listing


Using Jamroom

Attached I have an image of what we are seeing
We have no control over how the artists label the songs for upload
Anyway to escape the characters so they don't get converted to the ascii codes?


Screen Shot 2014-03-11 at 9.59.34 PM.png Screen Shot 2014-03-11 at 9.59.34 PM.png - 62KB

updated by @madc: 04/19/14 08:33:37AM
MAD
@madc
03/11/14 04:51:33AM
600 posts

jrCharts - How would I put my top ten songs in the media player?


Design and Skin Customization

Thanks @SteveX
Worked PERFECTLY!
A bit thrown about the skin tpl file until I went ...Derrr....create it you d%#$ lol
Cheers for that worked perfect and gave me a bit more insight how to manipulate the jrAudio module!
+4 beers owed ;)
MAD
@madc
03/11/14 04:21:35AM
600 posts

Anyway to override jquery.jplayer.min.js?


Design and Skin Customization

Ok I want the album covers ( Poster image ) to be displayed in a playlist player.
I have narrowed it down to the jquery.jplayer.min.js file and can change the audio height and width.
But it is a core js file that will be overriden.
The default for this section is 0 ( which to me is quite strange )
People love visuals and for this to be added yet by default hidden is quite bizarre.
I edited this in the JS file and it showed the image no problems
optionsAudio:{size:{width:"0px",height:"0px",cssClass:""}
i changed it to
optionsAudio:{size:{width:"100px",height:"100px",cssClass:""}

So how do i get the image to display without overwriting the core?
Be great to add the image, song title and band name to a div above the playlist player.

I found this post
https://groups.google.com/forum/#!searchin/jplayer/poster$20image/jplayer/m7GEIw4hbSM/e3NVLrXlTA0J

but can't work out where to put the code to override? ( 3rd post )
optionsAudio: {
                size: {
                    width: "0px",
                    height: "0px",
                    cssClass: ""
                },

updated by @madc: 04/15/14 10:14:16AM
MAD
@madc
03/11/14 02:52:39AM
600 posts

jrCharts - How would I put my top ten songs in the media player?


Design and Skin Customization

I am not using it in the charts templates @paul.
I am using it on for example the homepage.
What code would I need to pull it into the homepage?
Do I have to use a literal section?
MAD
@madc
03/11/14 01:51:25AM
600 posts

jrCharts - How would I put my top ten songs in the media player?


Design and Skin Customization

I want to add a player to a page on my site showing the top ten songs from the charts module.
What code would I use?
This is the code I am using now for a list of random artists but would rather pull in the top 10

{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" order_by="audio_title random" limit=12 autoplay=true} 

updated by @madc: 04/20/14 06:21:23PM
MAD
@madc
03/10/14 09:36:50PM
600 posts

Featured member / artist not showing


Using Jamroom

Just clicked on a link from this thread
https://www.jamroom.net/the-jamroom-network/forum/using-jamroom/8094/tutorial
the link is http://gmeshowcase.info/
Seems to be happening there too but if you go to a menu item like Artists then back to home page they then show.
Again May be unrelated as could be there server setup
updated by @madc: 03/10/14 09:40:48PM
  26