Yes, it's under Plugins - > Signatures
bbPress Plugin Browser »
bbPress Signatures (0.2.0)
Download
Version: 0.2.0
Last Updated: 2009-9-5
Requires bbPress Version: 0.8.2 or higher
Compatible up to: 0.9
Average Rating





Your Rating
Author: _ck_
-
Posted: 11 months ago #
-
Hey _CK_,
I have posted a question in regards to your bbpress signature plugin to see if you would be interested in converting it over to buddypress.
The link I posted about this is on the bbpress showcase website.
http://bbshowcase.org/forums/topic/bbpress-signature-convert-to-bppress
Thanks for any help that you can provide.
Posted: 8 months ago # -
I do not intend to ever work with wpmu or buddypress.
Posted: 8 months ago # -
_ck_ I saw your previous reply and I understand you did not intent this to be used on Wordpress MU and BuddyPress. I'm currently using the latest version of WPMU and BP. When trying to activate the plugin it give the following error message:
Plugin could not be activated, it produced a Fatal Error. The error is shown below.
Warning: require_once(bb-signatures-admin.php) [function.require-once]: failed to open stream: No such file or directory in /home/**********/public_html/beta/forums/bb-plugins/bb-signatures.php on line 25
Fatal error: require_once() [function.require]: Failed opening required 'bb-signatures-admin.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/**********/public_html/beta/forums/bb-plugins/bb-signatures.php on line 25
I would really love to use this on my BBpress again.
Posted: 8 months ago # -
Did you also install the
bb-signatures-admin.phpfile?
If you are trying to use this on bbPress 1.0 it is not supported until December.Posted: 8 months ago # -
Thanks for your reply, _ck_! I forgot to upload
bb-signatures-admin.ph, I did so and activated the plugin and it works without a problem! I'm using BBpress 1.0, btw! Thank you so much!Posted: 8 months ago # -
This is working perfectly! Thank you _ck_ ! :D
Posted: 8 months ago # -
Worked first go, on 1.01. Thanks ck.
Posted: 7 months ago # -
Heya, great plugin! However, is there any way to restrict the size of images allowed in the signature without affecting them elsewhere?
Posted: 7 months ago # -
There's no direct way to control image size, however you can prevent large images from exploding the signature via CSS
In the style in the admin menu, you can add something like this
.signature {max-height:300px;max-width:800px;overflow:hidden; ...etc.Posted: 7 months ago # -
Adding those constraints seems to create all sorts of conflict with the image size constraint I've placed on images within the post.
I've placed this in my style.css
.threadpost img{
max-width:100%;
}
And changing the signature style when that code is active wreaks havoc on the way it's implemented across browers. Each browser seems to read it differently, sometimes non users see sigs without the post-image restrictions and sometimes there are no restrictions at all. Any thoughts?
Posted: 7 months ago # -
Thanks for another awesome plugin :)
I'm currently stripping this down for use in the SitePoint Community bbPress theme project ... http://www.sitepoint.com/forums/showthread.php?p=4354376&posted=1#post4354376
Posted: 7 months ago # -
This plugin seems to be working completely fine on bbPress 1.0.2.
Posted: 6 months ago # -
Thank you for the plugin. It works great on 1.0.2.
http://gamersroute.com/forumI can't wait until you release the 1.0.2 supported version to allowing HTML codes!
We'll count the days until December. :)Posted: 6 months ago #
Add a Comment
You must log in to post.