Yes, it's under Plugins - > Signatures
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: 3 years 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: 2 years ago # -
I do not intend to ever work with wpmu or buddypress.
Posted: 2 years 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: 2 years 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: 2 years 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: 2 years ago # -
This is working perfectly! Thank you _ck_ ! :D
Posted: 2 years ago # -
Worked first go, on 1.01. Thanks ck.
Posted: 2 years ago # -
Heya, great plugin! However, is there any way to restrict the size of images allowed in the signature without affecting them elsewhere?
Posted: 2 years 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: 2 years 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: 2 years 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: 2 years ago # -
This plugin seems to be working completely fine on bbPress 1.0.2.
Posted: 2 years 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: 2 years ago # -
It's fantastic, thanks! So much fun. :)
Posted: 2 years ago # -
shows an error in 1.0.2
Posted: 2 years ago # -
Does it work on 1.0.2 ? D:
Posted: 1 year ago # -
I'm using this on trunk. I don't use the toggle option, but it the basic plugin seems to generally work. I've noticed something curious though--adding images to the signature exhibits "weird behavior."
I added an image sig to one user using < img / > (without spaces of course) and the code showed up as text. I removed the slash, toggled the "on every post" option in the admin bar, and it suddenly started working. Then I readded the slash and it still works!
Today I'm adding the exact same signature to another user as a test, and it's showing up as text code while the other user is still showing up as an image. Is there some kind of weird caching thing going on here?
Posted: 1 year ago # -
Ok taking a look at the db, I see < and > code instead for the sig that's not working... hmmmm weird that it wouldn't simply do the same thing for both. I wonder what I did to get it to work the first time.
Posted: 1 year ago # -
I think I temporarily had "Allow Images" plugin activated when I CREATED the first signature. I guess this means that removal of image code is not done on display, but rather done on submission.
Posted: 1 year ago #
Add a Comment »
You must log in to post.