Forum Activity for @douglas

douglas
@douglas
04/01/14 05:41:51AM
2,808 posts

Initial Create Account Error 404


Installation and Configuration

To paste into the terminal window for Windows, I click the right mouse button where I want to paste.
douglas
@douglas
04/01/14 04:39:54AM
2,808 posts

Replace "jrCore_media_player: no media found for player"


Design and Skin Customization

You could try adding an if statement to check for the audio file size, I'm not sure how well it will work on the audio list page though.

{if isset($item.audio_file_size) && $item.audio_file_size > 0}
    Player code goes here...
{/if}

Hope this helps,
Douglas
douglas
@douglas
03/31/14 05:25:01AM
2,808 posts

Initial Create Account Error 404


Installation and Configuration

You'll want to contact your hosting provider about mod_rewrite, its not something that is controlled by Jamroom.
douglas
@douglas
03/31/14 05:22:30AM
2,808 posts

YouTube Horizontal Row


Using Jamroom

Give this a try:

{if isset($_items)}
{jrCore_module_url module="jrYouTube" assign="murl"}
    <div class="item">
        <div class="container">
            <div class="row">
			{foreach from=$_items item="item"}
                <div class="col2{if $item@last} last{/if}">
                    <div class="block_image">
                        <a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.youtube_title_url}"><img src="{$item.youtube_artwork_url}" alt="{$item.youtube_title|jrCore_entity_string}" class="iloutline img_scale"></a>
                    <br>
                        <h3><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.youtube_title_url}">{$item.youtube_title}</a></h3><br>
                    </div>
                </div>

                <div class="col2 last">
                    <div class="block_config">
                        {jrCore_item_list_buttons module="jrYouTube" item=$item}
                    </div>
                    <div class="clear"></div>
                </div>
			{/foreach}
            </div>
        </div>

    </div>
{/if}

Hope this helps,
Douglas
douglas
@douglas
03/31/14 05:20:35AM
2,808 posts

ProJam Index Page - Reviews & Articles Tab


Using Jamroom

Glad you got it figured out. :)
douglas
@douglas
03/30/14 09:41:13AM
2,808 posts

news_story template not displaying story


Design and Skin Customization

Do you have a link?

Also make sure you are using the latest templates. The URL should have the news story ID in it as well. ie. news_story/#/storytitle where # is the actual ID of the news entry.

Hope this helps,
Douglas
douglas
@douglas
03/30/14 04:27:19AM
2,808 posts

remove jamroom banner


Design and Skin Customization

randolph:
And how do you replace the banner with some other banner? I have changed the banner under core/skin_admin/images but the banner will not change to the custome banners. Please point me to a documentation that may help me not only change the banner but make it rotate through multiple banners.

This was very easy in Jamroom 4, but very completed in Jamroom5.

Thanks.
Randolph

JR5 does not have an Ad Manager as of yet however the Ad spaces can be manipulated via the skins config settings... ACP > Skin Settings or ACP > Skins > Global Config.

You can use either Google Ads, by checking the "Use Google Ads" check box and adding your Google ID in the "Google ID" field. Or pasting your Ad code into the 468x60 Top Ad or 180x150 Bottom Ad text areas.

Hope this helps,
Douglas
douglas
@douglas
03/30/14 04:20:34AM
2,808 posts

ProJam Index Page - Reviews & Articles Tab


Using Jamroom

Did you modify the jrCore_list function in the index.tpl file?

{jrCore_list module="jrAudio" order_by="audio_comment_count NUMERICAL_DESC" limit="5" template="reviews_row.tpl"}
douglas
@douglas
03/29/14 11:51:14AM
2,808 posts

PayPal Module


Design and Skin Customization

Actually, I was wrong, the PayPal module is for selling digital downloads, so you should be able to use the PayPal module for what your wanting.

You'll want to disable the FoxyCart and FoxyCart Bundles modules as they don't work with the PayPal module.

Your artists will have to add their PayPal email address in their account settings.

Do you have a link to an audio track that has a price set that we can check out?

Thanks,
Douglas
  230