bbPress

Simple, Fast, Elegant

bbPress plugin browser »

bbPress Signatures (0.1.9)

Download

Version: 0.1.9

Last Updated: 2008-5-2

Requires bbPress Version: 0.8.2 or higher

Compatible up to: trunk

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(9)

Your Rating

Author: _ck_

allows users to add signatures to their forum posts, including an optional per-post toggle


  1. most active people in bbpress is _ck_ :)
    i use it and it is realy good but
    i can;t use html code in it1 even center i want to add image and put it into align center but it did not work the other things is good

    Posted: 10 months ago #
  2. I like it, I used the optional toggle code (which works well).

    Posted: 8 months ago #
  3. itissue

    Member

    I used this plugin and it works great except that other users aren't able to choose a signature. The signature option isn't available for users other than the key master. Is this supposed to happen? If not, how may I fix this problem so other users can have a signature as well?

    Posted: 6 months ago #
  4. itissue

    Member

    Never mind. I fixed my problem. I needed to change the status of who can add the signature.

    Posted: 6 months ago #
  5. citizenkeith

    Member

    None of my users (including me) can change our signatures. These signatures were in place prior to upgrading to this version of the signature plugin.

    I was only able to change my signature by using PHPMyAdmin! :D

    When I change the signature and hit "submit," the old signature remains.

    The settings I'm using are:
    Max Length 500
    Max Lines 10
    Minimum User Level participate
    Allow Html YES
    Allow Smilies YES
    Allow Images YES
    One Per User Per Page NO
    Allow Per Post Signature Toggle NO

    Posted: 6 months ago #
  6. citizenkeith, what version of bbpress are you using?

    Posted: 5 months ago #
  7. 0.15 is a minor update to fix a bug with editing posts and keep the signature setting for that post.

    Posted: 5 months ago #
  8. citizenkeith

    Member

    citizenkeith, what version of bbpress are you using?

    Well, it works now that I've updated to version 0.8.3.1, so don't sweat it.

    Posted: 5 months ago #
  9. hilium

    Member

    It doesn't work in IE 7.0. Works great in FF. Any fixes for this?

    Posted: 4 months ago #
  10. hilium, I fired up my vmware and looked at bbshowcase.org in IE7 and signatures are working fine. Did you perhaps tinker with the default CSS and put in a rule that's breaking IE7?

    Posted: 4 months ago #
  11. hi , I have a problem, i cant use html code in my signature, i want to use a image, but everytime that i put the tag ( <img />) I only see the code... also I tried to change ths settings on the option menu, but the radio buttons for allow html, image, smiles, are disables, Im using the bbpress with my wordpress install, btw, the radio buttons are disables but it seems that is allow it cause I saw it in yes option.. any idea of this problem?

    Posted: 3 months ago #
  12. You need to install the "allow images" plugin to have images work in signatures. The disabled buttons are functions not yet implemented but on my "to do" list (sorry).

    Posted: 3 months ago #
  13. hehe dont worry men, and thanks for your quick answer, and yes it work!!, ok men thanks and pura vida!!...

    Posted: 3 months ago #
  14. 0.9 compatible version? Coming soon?

    Posted: 3 months ago #
  15. Signatures should work fine on 0.9
    At least it does on mine. Are you having trouble?

    Posted: 3 months ago #
  16. i have this running with your bbcode lite plugin but the bbcode is not being converted in signatures (works fine in posts).

    is that by design? is there a work around for it?

    Posted: 3 months ago #
  17. Hmm, bbcode should work in signatures, this is probably because of plugin priority (ie. signatures are getting inserted AFTER bbcode converts). Let me check...

    Okee, yeah in signatures I need to boost the priority higher.
    add_filter('post_text','add_signature_to_post',9);
    could be
    add_filter('post_text','add_signature_to_post',5);
    on line 88 or so.

    Or just wait for 0.1.8 here which should be up shortly.

    Posted: 3 months ago #
  18. citizenkeith

    Member

    We seem to be having a problem again with signatures. Go figure... it was working fine when upgrading to 0.8.3.1 (see above). But now we're using 0.9.0.2 and we're getting an "invalid email" error. As keymaster, I update my signature and it just reverts back to the old signature with no error message.

    One of my users tried to update his signature and he had problems as well: "whenever I hit submit it was rejected saying my email address was invalid. I didn't touch the email field from the value it displayed and it looked right. I even checked for spaces or other invisible errors and all seemed well."

    I'm using v0.1.8 of the signature plugin. My settings are listed in my above post from 3 months ago.

    Posted: 2 months ago #
  19. I'm not having any problems. Note there was a re-release of 0.9.0.2 shortly after it came out to fix a problem that might be related to what you are experiencing (it's being called 0.9.0.2-SP1)

    Other than that, it also could also be a plugin conflict.

    Here's the few changed files for SP1, you could just replace those:
    http://trac.bbpress.org/changeset?format=zip&new=1497&old=1492&new_path=branches&old_path=branches

    Several plugins were affected by the 0.8.3.1 to 0.9.x change in admin_email to from_email which might be causing this as well. See my work-around trick here:
    http://bbpress.org/forums/topic/trick-to-fix-some-email-problems-with-08x-plugins-on-09x

    Posted: 2 months ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.