Forum Activity for @douglas

douglas
@douglas
10/04/15 09:00:42AM
2,807 posts



Did you run the Integrity Check tool?

ACP > System Tools > Integrity Check

You may also need to reset your cache...

ACP > System Tools > Reset Cache
updated by @douglas: 11/22/18 12:26:20AM
douglas
@douglas
10/02/15 01:49:12PM
2,807 posts

How do you customize the tiny MCE editor buttons?


Jamroom Developers

You can modify the editor menu (add/remove buttons) in your modules/jrCore/templates/form_editor.tpl

If you don't want image uploads, you can disable it per quota in your ACP > Forms > Editor Image Upload > Quota Config
douglas
@douglas
10/02/15 01:32:51PM
2,807 posts

Simple Custom Forms Not Working Properly?


Design and Skin Customization

If you have that form setup for logged in users only, it will also not show.

Do you have a link we can check out?

You may need to send us your admin login as well. support[at]jamroom[dot]net
douglas
@douglas
10/02/15 01:31:11PM
2,807 posts

Strange page.


Installation and Configuration

Do you have the Genosis modules active?

That is where that page is coming from.
douglas
@douglas
10/02/15 10:50:18AM
2,807 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,807 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,807 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>
  134