The instructions in the readme file appear to be incomplete. It reads, "Add the bb-signatures.php file to bbPress' my-plugins/ directory" but it appears to need both php files added.
bbPress Plugin Browser »
bbPress Signatures (0.2.0)
Download
Version: 0.2.0
Last Updated: 2010-9-16
Requires bbPress Version: 0.8.2 or higher
Compatible up to: 0.9
Average Rating





Your Rating
Author: _ck_
-
Posted: 1 year ago #
-
Sorry about that, the plugin was changed into two files after those instructions were written.
Posted: 1 year ago # -
hi _ck_ - one of my users noted that you can't use backslashes in signatures (users try the darndest things). I'm going to look at the code now. I assume putting addslashes() somewhere will solve this?
Update...
BINGO! Yep, if you go to function:
function update_user_signature()And add:
$signature=addslashes($signature);Before:
$signature=bb_filter_kses(stripslashes(balanceTags(bb_code_trick(bb_encode_bad($signature)),true)));You get the backslash in the signature. Can I assume this is not a haxx0r risk?? You have the $signature going through a lot of what appear to be "code sanitizing" functions after addslashes(), so I hope we are OK.
Thanks!
Posted: 1 year ago # -
Is this including the HTML?
Posted: 1 year ago # -
How can I add the button for a post-based signature? I don't see it in the plugin page. (I'm using the default bbpress theme)
Posted: 1 year ago # -
very nice plugins, works great.
Posted: 1 year ago # -
really useful
Posted: 1 year ago # -
I like this plugin, very helpfull indeed
Posted: 1 year ago # -
I like bbPress Signatures, good work.
Posted: 10 months ago # -
Thnx for the plugin
Posted: 9 months ago # -
Thank you!!
Posted: 7 months ago # -
thank you!
Posted: 7 months ago # -
No problems here!
Posted: 6 months ago # -
Yessssss
Posted: 6 months ago # -
This is what i was looking for! :D
Posted: 3 months ago # -
thanks ck its very usefull
http://www.donaalfian.com/2012/01/software-akuntansi-laporan-keuangan.html
Posted: 3 months ago #
Add a Comment
You must log in to post.