Forum Activity for @douglas

douglas
@douglas
07/01/16 02:20:40PM
2,812 posts

Looking for site design ideas for a band


Design and Skin Customization

perrie:
Hey Doug,
Just checked it out and it does look good. I am used to using "Site Builder". Is this harder to use?

The SoloArtist skin is setup for Site Builder, so you can use it if you like.

perrie:
Oh also can you sell your music from that skin?

Yes, with either the FoxyCart and FoxyCart Bundles modules or even the PayPal module, the templates are setup for either.

Hope this helps! :)
douglas
@douglas
07/01/16 02:14:21PM
2,812 posts

How to rename a custom field?


Using Jamroom

When adding a custom field, there are usually more than one form that has to be modified, make sure you've removed the unwanted field in all forms. There is a drop down selection to choose the form, ie. update, create etc.
douglas
@douglas
07/01/16 02:10:35PM
2,812 posts

How to make Audio and Video Categories (genres) a link ?


Using Jamroom

The jrAudio module templates has an album link because you can upload songs by albums and are listed on the profiles album page.

Elastic was made to be simple and for developers to expand to fit their needs. It wasn't really setup for a full blown music site.

Have you tried any of the other skins?
douglas
@douglas
07/01/16 11:08:35AM
2,812 posts

Alpha Team marketplace channel



Got it, thanks!
douglas
@douglas
06/30/16 05:06:02AM
2,812 posts

Welcome to the Alpha Team



Welcome @ultrajam - SteveX ! :)
updated by @douglas: 06/30/16 05:06:49AM
douglas
@douglas
06/30/16 05:00:30AM
2,812 posts

Audio item list displaying extra characters


Design and Skin Customization

Have you made changes to any of the templates?

I'm not seeing what your image shows in the BeatSlinger skin. I'm not seeing that layout at all, the play button is on the right side of the text for me.

You might try running the ACP (Gear Icon in the main menu for the BeatSlinger skin) > System Tools > Integrity Check and ACP > System Tools > Reset Cache and see if that helps any.
updated by @douglas: 06/30/16 05:00:51AM
douglas
@douglas
06/30/16 04:57:03AM
2,812 posts

Social media Links not working on new skin


Design and Skin Customization

Your welcome, glad to hear you got it sorted. :)
douglas
@douglas
06/29/16 05:41:07AM
2,812 posts

Social media Links not working on new skin


Design and Skin Customization

Hello,

First, you'll want to enter the full URL in the skins settings.

Second, open your skins/n8BeatSlinger/footer.tpl and find this:

                    <li><a href="{$_conf.n8MSkinX_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8MSkinX_youtube_url}" class="social-youtube" target="_blank"></a></li>

and change it to this:

                    <li><a href="{$_conf.n8BeatSlinger_facebook_url}" class="social-facebook" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_twitter_url}" class="social-twitter" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_google_url}" class="social-google" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_linkedin_url}" class="social-linkedin" target="_blank"></a></li>
                    <li><a href="{$_conf.n8BeatSlinger_youtube_url}" class="social-youtube" target="_blank"></a></li>

We'll get the fix released soon.

Hope this helps!
  96