Skip to:
Content
Pages
Categories
Search
Top
Bottom

Problem with “Send To” field showing html code

  • Hi,

    When I start typing a name in the ”Send To” field for a private message, the dropdown to select the user names appears to be a set of blank rows instead of user names and then when I select one anyhow, I get some html code filled in as the user. Is this a known bug? I have not been successful at finding a thread for this.

    I am using WP 3.0.1 and the most current version of BuddyPress.

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It appears to be a problem with ajax-loader.


    steffenrogge
    Member

    @steffenrogge

    I fixed it.

    It was an Error with the settings.urlLookup function.
    For Example:

    jQuery(settings.inputClass,tmp).autocomplete(settings.urlLookup,settings.acOptions);

    was giving me:
    settings.urlLookup=”http://www.******.de/cms/cms/wp-load.php”;

    But that was not The URL to the wp-load.php,
    so i fixed the Code:


    settings.urlLookup="http://www.******.de/cms/wp-load.php";
    jQuery(settings.inputClass,tmp).autocomplete(settings.urlLookup,settings.acOptions);

    Now it is working Great, for Explaining or Helping with the Fix contact me.

    Best Regards,
    Steffen Rogge

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with “Send To” field showing html code’ is closed to new replies.
Skip to toolbar