Replies
- Janet B on January 11, 2021 at 4:46 pm in reply to: [Resolved] Page header images issues in CB #35418
I also note that it does not appear to be possible to re-add an rgb mask to Styling|Page Header.
- Janet B on January 11, 2021 at 2:34 pm in reply to: [Resolved] Ajax Registration, Member Types & Auto Join Groups question #35415
Do you anticipate a fairly quick fix for this issue or should we pursue an alternative means of registration?
Janet
- Janet B on January 11, 2021 at 2:33 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35414
Thanks Brajesh! That’s good news. Looking forward to an update.
Keep in mind that the rtMedia Activity URL Preview add-on sits on top of their drag and drop media uploader.
How and where images land vs Mediapress seems like question that might need to be sorted out.
For our purposes, we’re focused on the URL preview but the broader media issue is probably more important to most.
Janet
- Janet B on January 11, 2021 at 1:36 am in reply to: [Resolved] Ajax Registration, Member Types & Auto Join Groups question #35408
Update: users added manually do set the Member Type correctly based on the Role and the Groups are Auto-Joined as expected. For the moment, it appears that Ajax Registration is not compatible.
Janet
- This reply was modified 3 years, 10 months ago by Janet B.
- Janet B on January 10, 2021 at 10:15 pm in reply to: [Resolved] Social Subscribe box too pushy… #35407
OK
- Janet B on January 10, 2021 at 10:15 pm in reply to: [Resolved] Ajax Registration, Member Types & Auto Join Groups question #35406
Thank you – Without an alternative registration mechanism I’m not clear on how a new user would be setup. Do you mean manually?
I’m also not sure how to assign the member type field during registration.
Janet
- Janet B on January 9, 2021 at 10:26 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35380
Tried it. Sadly, no…
- Janet B on January 9, 2021 at 10:10 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35379
I see that the #whats-new is a content-editable div within the #what-new-textarea tag. It seems that perhaps it is not so much that rtM is requiring a textarea tag as much as it is that the #what-new-textarea original div is merely a wrapper for a new #whats-new div where you are doing the actual editing. Is that correct?
Would it be reasonable to assume I could just modify the rtMedia plugin to look for this tag instead?
Janet
- Janet B on January 9, 2021 at 10:04 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35378
If I am understanding you correctly, perhaps you are referring to this snippet, which comes from their app|assets|js|rtm-url-preview.js file:
jQuery( '#whats-new-textarea' ).append( rtm_activity_url_preview.templates.rtm_url_scrapper_container( data ) );
However, that still seems to align OK with the activity stream code as rendered. It seems like the js is looking for #whats-new-textarea and it’s there. Am I missing something?
Janet
<div id="whats-new-content" class="bp-activity-post-contents clearfix"> <div id="whats-new-textarea" class="bp-activity-post-editor-container"> <div class="bp-suggestions bp-activity-post-editor" name="whats-new" id="whats-new" contenteditable="true" placeholder="What's new, Redacti?"></div> </div><div class="bpfb_actions_container bpfb-theme-new bpfb-alignment-left"><div class="bpfb_toolbar_container"><a href="#photos" class="bpfb_toolbarItem" title="Add images" id="bpfb_addPhotos"><span>Submit images post</span></a> <a href="#videos" class="bpfb_toolbarItem" title="Add videos" id="bpfb_addVideos"><span>Add videos</span></a> <a href="#links" class="bpfb_toolbarItem" title="Add links" id="bpfb_addLinks"><span>Add links</span></a></div><div class="bpfb_controls_container"></div><div class="bpfb_preview_container"></div><div class="bpfb_action_container"></div><input type="button" id="bpfb_cancel_action" value="Cancel" style="display:none"></div><!--end of post editable container --> </div>
- Janet B on January 9, 2021 at 9:20 pm in reply to: [Resolved] rtMedia Activity URL Preview plugin blocked by Community Builder theme? #35377This reply has been marked as private.