Skip to:
Content
Pages
Categories
Search
Top
Bottom

messages – Select, Mark As – links do not work


  • shanebp
    Moderator

    @shanebp

    The row of links and a form element…
    “Select: [dropdown] Mark as Read Mark as Unread Delete Selected”

    …do not work.

    The ‘X’ link on the right side will delete the message.

    Any hints on why the row of form elements do not work?
    The links are all … /messages/#

    Using WP 3.0.4 and BP 1.2.7

Viewing 4 replies - 1 through 4 (of 4 total)

  • shanebp
    Moderator

    @shanebp

    Fixed, so far, by doing this:

    Created a directory called _inc under themes/my theme and copied in ajax.php and global.js from bp-default/_inc

    Put this in your theme/functions.php
    /* Load the AJAX functions for the theme */
    require_once( TEMPLATEPATH . ‘/_inc/ajax.php’ );

    /* Load the javascript for the theme */
    wp_enqueue_script( ‘dtheme-ajax-js’, get_template_directory_uri() . ‘/_inc/global.js’, array(‘jquery’) );


    Virtuali
    Participant

    @gunju2221

    do you have template pack installed???

    You shouldn’t really need that put again if you have a child theme for buddypress.


    shanebp
    Moderator

    @shanebp

    The pack is installed.
    Disable BP Template Pack JS / AJAX is checked.
    Don’t know why, perhaps some conflict, will ask other devs.
    Thanks for the pointer.


    ryanITLab
    Participant

    @ryanitlab

    Any luck?
    I tried @shanebp‘s solution and it did not work…..

    Still trying to get mark read working

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘messages – Select, Mark As – links do not work’ is closed to new replies.
Skip to toolbar