Support Forum

Advanced Search
Forum Scope


Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
general-topic
Thanks Plugin
Avatar
Mr Papa
Simi Valley, CA
SP Master
Free Members
sp_UserOfflineSmall Offline
Mar 14, 2013 - 11:43 pm

then your best bet is probably the thanks plugin...  but notifications are not currently available...

Avatar
AM
Member
Free Members
sp_UserOfflineSmall Offline
Mar 17, 2013 - 9:36 pm

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]

Avatar
Yellow Swordfish
Glinton, England
SP Master
sp_UserOfflineSmall Offline
Mar 18, 2013 - 4:17 am

sneaky... smile

andy-signature.png
YELLOW
SWORDFISH
Forum Timezone: Europe/Stockholm
Most Users Ever Online: 1170
Currently Online:
Guest(s) 1
Currently Browsing this Page:
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