Skip to:
Content
Pages
Categories
Search
Top
Bottom

Autocomplete not working on send message

  • @skeary

    Participant

    When I type a name into the send message auto complete, it sends the ajax request, but the response (in my dev tools Network tab) is always 2 blank lines. I assume there should be something there? I have tried it with a user’s username exactly..

    The link it’s hitting is:
    http://cmha-dev.rtraction.com/wp-admin/admin-ajax.php?q=admin&limit=10&action=messages_autocomplete_results&cookie=__qcLONGCOOKIEREDACTED

    Also some javascript is moving the input INTO the unordered list which is not valid in the send message screen. (the markup is valid in the template):

    	<ul class="first acfb-holder">
    		<li>
    			<?php bp_message_get_recipient_tabs(); ?>
    			<input type="text" name="send-to-input" class="send-to-input" id="send-to-input" />
    		</li>
    	</ul>

    weird.

  • The topic ‘Autocomplete not working on send message’ is closed to new replies.
Skip to toolbar