Forum Activity for @madc

MAD
@madc
12/15/13 01:42:26AM
600 posts

Aparna with Nova Skin


Installation and Configuration

I have the new module I created with all fields etc.
I am trying to add those fields to the root index.tpl file to display our Band of the week module form fields on the front page.
However if i try to use the created fields eg. botw_title they do not display

This is what I used in my skin/xxxxx/index.tpl file for testing

 
<div class="infobox">{$botw_title}
</div>

I just need an example of how to pull in this one field to a div on my homepage ( index.tpl ) and I can sort the rest.

How do I get the home page to read and display the modules fields?
updated by @madc: 12/15/13 02:16:09AM
MAD
@madc
12/14/13 06:43:49AM
600 posts

Aparna with Nova Skin


Installation and Configuration

I tried to create a module with the Aparna Module.
Everything was going well, set up all the fields in form designer
and got the attached image.
Cleared all caches etc ( manually and ran integrity check )
2 things
*The fields are showing instead of the Language ( After seeing this I went into the Language area and edited them )
No Change after clearing everything and running int check
*Why has it inserted two images into the module? One is user the other is profile

Screen Shot 2013-12-14 at 11.11.17 PM.png Screen Shot 2013-12-14 at 11.11.17 PM.png - 189KB

updated by @madc: 02/21/14 08:11:45PM
MAD
@madc
12/12/13 10:52:22PM
600 posts

Add Profile Field for Short Bio - Show Characters left


Design and Skin Customization

That worked @michael.
Although it breaks the box sizer.
When you click on the sizer , You can see it drops down but the box (text area) stays the same

EDIT
The below code worked perfectly and didn't break the sizer

{if $type == 'textarea' && !isset($theme)}
<a onclick="var e=$(this).prev();var h=e.height() + 100;e.animate( { height: h +'px' } , 250);">{jrCore_icon icon="arrow-down" size="16"}</a>
        {if $max > 0}            
            <script language="JavaScript">
                $("#{$name}").charCount({ allowed: {$max}, warning: 20, mainID: '{$name}' });
            </script>
            <br /><span class="" id="{$name}_counter"><span id="{$name}_num">{$max}</span> Characters Left</span>
        {/if}
{/if}

So now the problem is on updating I will have to put those edits in again right?
Thanks again @michael. You are a legend!
updated by @madc: 12/12/13 11:28:00PM
MAD
@madc
12/12/13 10:38:19PM
600 posts

Add Profile Field for Short Bio - Show Characters left


Design and Skin Customization

How to add it to the form designer for that field only. Maybe in options?
Not sure how to get it in there.

It would be great if this was an option anyway ( core ) as the bio section albeit you can set via the Maximum field still doesn't display characters if you have set it to say 500 characters and they aren't sure how many are left.
So it is guess work until you save it then it just tells you

Quote: You have entered an invalid value for "short bio" - value must be printable characters with the following allowed HTML tags: span,strong,em,a,b,u,i,p,div,br,img,h1,h2,h3,h4,pre,hr,ul,ol,li,iframe, with a maximum length of 86 characters

So then you need to count how many you have put in.
It should have a DISPLAYED countdown i think.
As you can see by the attached image it doesn't show you how many characters left
Screen Shot 2013-12-13 at 4.40.38 PM.png Screen Shot 2013-12-13 at 4.40.38 PM.png - 93KB

updated by @madc: 12/12/13 10:41:48PM
MAD
@madc
12/12/13 08:38:12PM
600 posts

Foxycart and Downloadable Audio


Design and Skin Customization

No thats not it @michael
The downloadable edit is working fine

Since the last core update we had to enable foxycart as it threw in a FREE text in the songs page and the charts page
So we enabled foxcart which fixed up the FREE text to a FREE box
We aren't concerned about that at all.

It's the fact that the download is not meant to be on the songs and chart page as they are disabled in the song ( or album ) from my first post

So the edit is working AOK
Its the foxycart download button on songs and charts Pages that SHOULD'NT be showing as that song isn't DOWNLOADABLE
( The Song in question is called 01 Broken )

If you check the links I provided you can see what I mean

To me the foxycart is not reading the downloadable condition?
updated by @madc: 12/12/13 08:43:11PM
MAD
@madc
12/12/13 08:23:42PM
600 posts

Add Profile Field for Short Bio - Show Characters left


Design and Skin Customization

Hi ,
I have added a short bio field to my Profile form designer. ( profile_shortbio )
I have it set to 87 Characters under the Field Maximum.

Is there anyway when a user is inputting it can show how many characters are left?
It makes it difficult otherwise as after saving it shows an error box. ( Which it should if you put more than 87 characters in )
But to avoid this it would be great to show the user how many characters are left then only allow 87
ie. 87 characters left when it gets to 0 it won't allow you to do anymore.

Any help?
Cheers :D
updated by @madc: 02/04/14 07:05:42PM
MAD
@madc
12/12/13 05:08:12PM
600 posts

Foxycart and Downloadable Audio


Design and Skin Customization

Hi there,
We have implemented the Downloadable Audio modification
https://www.jamroom.net/the-jamroom-network/documentation/howto/1389/howto-allow-downloads-to-logged-in-users

It is working sitewide except on certain areas.
The download button is showing or hidden everywhere except in the Song Menu and the Charts Menu ( seen so far ).
We have some songs/albums downloadable and some not but in the song menu and the chart menu they show up and can be downloaded whether logged in or out.

To explain a bit further,
*We have updated our Nova CLONED skin with the newest Nova template edits ( 1.1.2 )
*We had to Enable both foxycart modules and enabled the Merchandise store as well to fix the layout problem as seen in the image in A and B

The song - Broken is not downloadble as checked as not downloadable in the profile edit screen
Yet clearly you can see it can be downloaded whether logged in or out in song menu and charts menu as in figure C and F

Figures D and E show it is not downloadable in the profile under songs or album

Figure F shows it is downloadable in the charts menu.

Links to view are
http://final.punkbp.com/songs Look for 01 - Broken on page . That is not downloadable ( About 5th down )
http://final.punkbp.com/song_chart Same again but second down

To show that it is hidden in profile
http://final.punkbp.com/4-past-midnight/audio/230/01-broken
http://final.punkbp.com/4-past-midnight/audio
http://final.punkbp.com/4-past-midnight/audio/albums/life-on-the-inside

Can someone let me know whats wrong?
Cheers :D




DOWNLOAD-ERROR.jpg DOWNLOAD-ERROR.jpg - 76KB

updated by @madc: 01/21/14 05:00:31AM
MAD
@madc
12/11/13 04:43:14PM
600 posts

CSS Override


Design and Skin Customization

You can send it to admin at punkbandpromotions dot com @michael
MAD
@madc
12/11/13 03:56:20PM
600 posts

CSS Override


Design and Skin Customization

I get this
Quote: You do not have the proper privileges to perform that action!
MAD
@madc
12/11/13 06:00:43AM
600 posts

CSS Override


Design and Skin Customization

brian:
Every module and skin has a changelog - you can view it by clicking on the "View Changelog" link on every marketplace item page:

https://www.jamroom.net/the-jamroom-network/networkmarket/32/jamroom-5-system-core

Hope this helps!

The change log doesn't tell me much?
https://www.jamroom.net/the-jamroom-network/networkmarket/26/nova-skin

Apparently their has been edits in the nova skin which aren't there
Please see here
https://www.jamroom.net/the-jamroom-network/forum/installation-and-configuration/3347/solved-spotlight-random-artists#r3375
  53