BuddyDev

Search

Replies

  • Participant
    Level: Enlightened
    Posts: 76
    Janet B on 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.

  • Participant
    Level: Enlightened
    Posts: 76

    Do you anticipate a fairly quick fix for this issue or should we pursue an alternative means of registration?

    Janet

  • Participant
    Level: Enlightened
    Posts: 76

    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

  • Participant
    Level: Enlightened
    Posts: 76

    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, 3 months ago by Janet B.
  • Participant
    Level: Enlightened
    Posts: 76
    Janet B on in reply to: [Resolved] Social Subscribe box too pushy… #35407

    OK

  • Participant
    Level: Enlightened
    Posts: 76

    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

  • Participant
    Level: Enlightened
    Posts: 76

    Tried it. Sadly, no…

  • Participant
    Level: Enlightened
    Posts: 76

    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

  • Participant
    Level: Enlightened
    Posts: 76

    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>&nbsp;<a href="#videos" class="bpfb_toolbarItem" title="Add videos" id="bpfb_addVideos"><span>Add videos</span></a>&nbsp;<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>
  • Participant
    Level: Enlightened
    Posts: 76
    This reply has been marked as private.