Forum Activity for @dazed

Dazed
@dazed
01/16/17 01:12:35PM
1,022 posts

Custom Modal Help


Design and Skin Customization

Douglas moved comments to not use the editor and it is working but what bothers me is that all comments no longer have access to tinymce. So I can leave it as is but would like the quote option to at least work.
Dazed
@dazed
01/16/17 01:08:04PM
1,022 posts

Custom Modal Help


Design and Skin Customization

Hey Brian - Yeah this was done a few years ago with help from you guys. I just wanted an easy way to do song reviews from the new music page without going to the artist audio page each time. It was a lot of clicks getting back and forth. So adding this was an easy solution.
Dazed
@dazed
01/16/17 01:02:34PM
1,022 posts

Custom Modal Help


Design and Skin Customization

I am open for an alternative way to do this :) The modal was easier before because you could view previous comments.
Dazed
@dazed
01/16/17 11:46:41AM
1,022 posts

Custom Modal Help


Design and Skin Customization

I think Michael hit it on the head in his reply. What bothers me about this is that the quote option does not work in the comment mode.
Dazed
@dazed
01/16/17 11:37:50AM
1,022 posts

Custom Modal Help


Design and Skin Customization

yeah I guess that will have to fly. I was hoping to not reduce it to simple text across the board but do not see an option here.
Dazed
@dazed
01/16/17 11:18:51AM
1,022 posts

Custom Modal Help


Design and Skin Customization

Thanks Douglas, I am hit and miss. If you get one to open, close it and open a secondary and see if you can get the cursor in the box. I can't click in it.

Then on some of them I get the below when using chrome.

2017-01-16 12_20_43-Music _ mixposure.com.jpg 2017-01-16 12_20_43-Music _ mixposure.com.jpg - 32KB

updated by @dazed: 01/16/17 11:40:39AM
Dazed
@dazed
01/16/17 11:00:59AM
1,022 posts

Custom Modal Help


Design and Skin Customization

Thanks Brian. Same issue. The modal opens and either you can't type in the box or the blox closes and all you see are the user options like bold, italics etc.

Here is the original code but I had the same issue. I modified it a bit to work like the AP Modal calls.

                    <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;z-index:9999 !important;">
                            <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">

		    <div class="row">
		    <div class="col9">
		    <div class="p5">
                                    {jrComment_form module="jrAudio" profile_id=$item._profile_id item_id=$item._item_id}

                                </div>
                                </div>
                                </div>
                                </div>

                            </div>
                        </div>

Dazed
@dazed
01/16/17 10:49:51AM
1,022 posts

Audio Pro - Couple of Questions


Using Jamroom

Thanks Brian. I am assuming google adsense.

What about the search? Clicking search on my index page is just changing the page color darker. No errors in dev tools.
  22