Forum Activity for @douglas

douglas
@douglas
03/18/16 12:09:10PM
2,807 posts

Images square all the time


Using Jamroom

You can set a max-width and max-height on the image so it doesn't get out of proportion...

{jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="medium" crop="square" class="r r-2x img-full" alt=$item.audio_title style="max-width:250px;max-height:250px;}

just change the 250px to the size you want.
douglas
@douglas
03/18/16 10:24:13AM
2,807 posts

Seeing Periodic DB Connection Error


Installation and Configuration

Are you still seeing this Dazed?
douglas
@douglas
03/18/16 10:21:38AM
2,807 posts

Images square all the time


Using Jamroom

Try crop="square"
douglas
@douglas
03/18/16 07:51:10AM
2,807 posts

Site Builder Image Slideshow


Using Jamroom

Your welcome, glad it worked for you. :)
douglas
@douglas
03/17/16 10:40:46AM
2,807 posts

How to display Profile Statistics - Public visits


Design and Skin Customization

I don't think there is a way to get counts for a single day, at least not that I know of, but you can get counts for plays, views etc... by using the jrCore_get_count smarty function.

https://www.jamroom.net/the-jamroom-network/documentation/development/773/jrcore-get-count
douglas
@douglas
03/15/16 08:48:25AM
2,807 posts

Having a problem with Playlists


Using Jamroom

Just posting here so it might help others.

The issue was your custom skin config.php was missing the new player settings.
douglas
@douglas
03/14/16 09:24:56AM
2,807 posts

Site Builder Image Slideshow


Using Jamroom

Are you using the Site Builder module?

If so, you can add this to the "Template Code" widget:

{capture name="slider_template" assign="slider_template"}
    {literal}
    	{if isset($_items)}
		    {foreach from=$_items item="row"}
        		<li><a href="{$jamroom_url}/{$row.profile_url}/{jrCore_module_url module="jrGallery"}/{$row._item_id}/{$row.gallery_title_url}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$row._item_id size="xxlarge" crop="auto" alt=$row.gallery_image_name title=$row.gallery_image_name style="max-width:725px;"}</a><p class="caption"><a href="{$jamroom_url}/{$row.profile_url}/{jrCore_module_url module="jrGallery"}/{$row._item_id}/{$row.gallery_title_url}"><span style="color:#FFF;">{$row.gallery_image_name}</span></a></p></li>
		    {/foreach}
		{/if}
    {/literal}
{/capture}    

<script type="text/javascript">
    $(function () {
        $("#slider1").responsiveSlides({
            auto: true,          // Boolean: Animate automatically, true or false
            speed: 400,          // Integer: Speed of the transition, in milliseconds
            timeout: 4000,       // Integer: Time between slide transitions, in milliseconds
            pager: true,         // Boolean: Show pager, true or false
            random: true,        // Boolean: Randomize the order of the slides, true or false
            maxwidth: 725,       // Integer: Max-width of the slideshow, in pixels
            pause: true,         // Boolean: Pause on hover, true or false
            namespace: "rslides" // String: change the default namespace used
        });
    });
</script>

<div class="block_content">
    <div id="swrapper" style="padding-top:10px;">
        <div class="callbacks_container">
            <div class="ioutline">
                <ul id="slider1" class="rslides callbacks">
                    {jrCore_list module="jrGallery" order_by="_item_id desc" limit="10" template=$slider_template require_image="profile_image"}
                </ul>
            </div>
        </div>
        <div class="clear"></div>
    </div>
</div>

and that will give you an image slider like the Elastic skin.

If your not using the Site Builder, just add that code to the template you want it to show on.

Note: You may need to adjust the width and cropping.
douglas
@douglas
03/14/16 08:50:18AM
2,807 posts

Having a problem with Playlists


Using Jamroom

If you will, send your site URL, admin login and FTP info to support[at]jamroom[dot]net and I'll take a look at it.

Hard to say what it is without digging into the templates and database.
douglas
@douglas
03/14/16 07:36:39AM
2,807 posts

Having a problem with Playlists


Using Jamroom

Most likely you have bad code in your database for the template you edited in the Playlist module.

When you go to the templates section, do you see an enabled reset button for the template you modified? If so, reset that template and you should get the default template again.
douglas
@douglas
03/13/16 10:28:18AM
2,807 posts

Edit Profile Url Name impossible


Using Jamroom

Can you send us your site URL, admin login and FTP access so we can check it out?

Send it to support[at]jamroom[dot]net

Thanks!
  110