Support Forum
Thanks Plugin
then your best bet is probably the thanks plugin... but notifications are not currently available...
Visit Cruise Talk Central and Mr Papa's World
AM
Member
Free Members
Offline
In case anyone is interested, here's how I changed the label of the "Thank" and "Thanked" buttons to "Like" and "Liked" without changing the template:
[code]
add_filter( 'sph_PostThank', 'my_customize_sp_thanks', 10, 2 );
function my_customize_sp_thanks( $out, $args ) {
$old = array(" thanked ", ">Thanked<", "Add thanks to this post", ">Thank<");
$new = array(" liked ", ">Liked<", "Like this post", ">Like<");
$like_out = str_replace($old, $new, $out);
return $like_out;
}
[/code]
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
1 Guest(s)
1 Guest(s)
Top Posters:
Mr Papa: 19448
Ike: 2086
Brandon: 864
kvr28: 804
jim: 650
FidoSysop: 577
Conrad_Farlow: 531
fiddlerman: 358
Stefano Prete: 325
Member Stats:
Guest Posters: 619
Members: 17362
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10127
Posts: 79625