Ajax doesn't work
-
I have instaled the plugin,
I have added some lines like:
function miplugin_aplicar_traduccion(){ load_plugin_textdomain( 'bbpvotes', false, "../../languages/plugins/" ); } add_action('plugins_loaded','miplugin_aplicar_traduccion');
In order to take translations and I changed line 306 in bbpvotes-template.php for
$user_vote_link = '<a title="'.$title.'" href="' . esc_url( bbp_get_user_profile_url( $user_id ) ) . '">' . $user_avatar . $icon . '</a>';
you forgot the last “”
But when I click over the vote up/down link nothing happens, it’s needee to reload the page in order to see results.
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Ajax doesn't work’ is closed to new replies.