Forum Activity for @douglas

douglas
@douglas
08/18/14 07:12:48AM
2,807 posts

New Artist


Using Jamroom

Where are trying to add this?

I put a debug in the profile_header.tpl and neither the $item.user_created nor $item.profile_created are available.
updated by @douglas: 08/18/14 07:13:06AM
douglas
@douglas
08/18/14 05:23:46AM
2,807 posts

The message contact form not working


Using Jamroom

Your edits/modifications done the way Dazed has explained will not be lost after updates.

As long as you modify templates and CSS files through the ACP templates/styles sections, they will always be there and updates will not effect them. However... if one of your modified files has been updated, then you'll have to compare your modified file with the updated file and decide if you need that update in your modified file.

Hope that makes sense.
douglas
@douglas
08/16/14 04:18:45AM
2,807 posts

Simple Modal CSS


Using Jamroom

Is this for the review modal?

If so you can try this...

<div id="review_{$item._item_id}" class="search_box" style="display:none;z-index:9999 !important;">
douglas
@douglas
08/15/14 11:53:01AM
2,807 posts

The message contact form not working


Using Jamroom

If you have the custom form module, and it is active, try changing your contact link from yoursite.com/contact_us to yoursite.com/form/contact_us
douglas
@douglas
08/15/14 05:59:14AM
2,807 posts

Best Way To Add Reviews on Chart Pages


Using Jamroom

Hey Dazed,

I'm not sure what your wanting in the modal, but this is what I come up with and it seems to work....

                        <a onclick="$('#review_{$item._item_id}').modal();" title="Reviews For {$item.audio_title}">{jrCore_icon icon="pen"}</a>
                        <div id="review_{$item._item_id}" class="search_box" style="display:none;">
                            <div class="block">

                                <div class="block_title">
                                    <h2>Reviews For {$item.audio_title}</h2>
                                </div>

                                <div class="block_config">
                                    <input type="button" class="simplemodal-close form_button" value="x">
                                </div>
                                <div class="clear"></div>
                                <br><br>
                                <div class="block_content">

                                    {jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}

                                </div>

                            </div>
                        </div>


Maybe this will help get you what your looking for?
douglas
@douglas
08/15/14 04:36:38AM
2,807 posts

Paypal Button


Design and Skin Customization

Glad to hear it. ;)
douglas
@douglas
08/12/14 11:31:30PM
2,807 posts

Paypal Button


Design and Skin Customization

This is whats being used in the MediaPro templates and its seems to be working...

{if isset($item.audio_file_item_price) && $item.audio_file_item_price > 0}
{if jrCore_module_is_active('jrFoxyCart')}
{jrCore_module_function function="jrFoxyCart_add_to_cart" module="jrAudio" field="audio_file" item=$item}{elseif jrCore_module_is_active('jrPayPal')}
{jrPayPal_buy_now_button module="jrAudio" item=$item}
{/if}
{elseif $_conf.jrAudio_block_download != 'on'}
<div class="add_to_cart_section"><span class="add_to_cart_price">Free</span><a href="{$jamroom_url}/{$murl}/download/audio_file/{$item._item_id}">{jrCore_icon icon="download" size="18"}</a></div>
{else}
<div class="add_to_cart_section" title="Download Not Available"><span class="add_to_cart_price">N/A</span>{jrCore_icon icon="lock" size="18"}</div>
{/if}

Hope this helps,
Douglas
pp_on_skinside.png pp_on_skinside.png - 136KB

updated by @douglas: 08/12/14 11:44:47PM
douglas
@douglas
08/12/14 11:22:12PM
2,807 posts

Best Way To Add Reviews on Chart Pages


Using Jamroom

Dazed:
clearing cache fixes it momentarily but repeat the steps and only one song is displayed. Nothing in the logs.

Something is messed up, the footer doesn't show when you do this either?
  211