Forum Activity for @douglas

douglas
@douglas
10/02/15 10:50:18AM
2,812 posts

Simple Custom Forms Not Working Properly?


Design and Skin Customization

The email field will only show if you are logged out.
douglas
@douglas
09/30/15 09:48:43AM
2,812 posts

jrStore image issue


Using Jamroom

Yep, seeing the same here as well. Started a tracker for this one too.

https://www.jamroom.net/the-jamroom-network/tracker/1693/store-item-list-image-issue

Thanks!
douglas
@douglas
09/27/15 07:32:47AM
2,812 posts

Issue with Audio Module


Using Jamroom

The Audio detail page will be getting an update soon that will address this.

For now, you can modify the item_detail.tpl:

ACP > Media > Audio Support > Templates click the modify button for the item_detail.tpl and find this:

                <div class="jraudio_detail_player_right">
                    {jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow" alt=$item.audio_title width=false height=false}
                </div>

and change it to this:

                <div class="jraudio_detail_player_right">
                    {jrCore_module_function function="jrImage_display" module="jrAudio" type="audio_image" item_id=$item._item_id size="large" class="iloutline img_shadow img_scale" alt=$item.audio_title style="max-width:198px;"}
                </div>
douglas
@douglas
09/25/15 08:57:50AM
2,812 posts

allowing script tags


Using Jamroom

I think the next release will allow you to set a quota to allow all HTML tags. That should allow you to use the script tag. And your right... It is being removed for a reason. ;)
douglas
@douglas
09/23/15 10:09:57AM
2,812 posts

Profile settings quota selection


Installation and Configuration

Make sure you don't have your ACP > Profiles > User Profiles > Global Config > Allow Quota Changes checked.
douglas
@douglas
09/23/15 08:27:41AM
2,812 posts

System Check Error


Installation and Configuration

Those are binary files and you'll want to contact your hosting provider to make sure you can run binary files on your server.
douglas
@douglas
09/18/15 10:42:30AM
2,812 posts

Private Notes and Notifications?


Using Jamroom

Do you have any unread private notes?
  135