Support Forum
Update Signature - need to click twice to stick. TinyMCE plugin issue?
wp filters...
for reference: http://codex.wordpress.org/Plugin_API
so something like:
add_filter('sph_ProfileSignatureForm', 'my_sig_message');
function my_sig_message($content) {
$content = str_replace('The text string you want to change', 'The new text string', $content);
return $content;
}of course, you need to replace the two text strings with your customization...
Visit Cruise Talk Central and Mr Papa's World
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
Stefano Prete: 325
Carlos: 291
Member Stats:
Guest Posters: 621
Members: 17381
Moderators: 0
Admins: 4
Forum Stats:
Groups: 7
Forums: 17
Topics: 10142
Posts: 79667
Support Forum
Offline
All RSS