bbPress

Simple, fast, elegant

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

Author Homepage »

Plugin Homepage »

Donate to this plugin »

Average Rating

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

Your Rating

Author: _ck_


  1. citizenkeith

    Member

    Before checking plugin conflicts, I tried your other suggestions and it didn't work.

    Then I tried deactivating plugins, and narrowed it down to the Restrict Registration plugin:
    http://bbpress.org/plugins/topic/restrict-registration-for-bbpress/

    Since I have "New User Notification Email" installed, I don't really need Restrict Registration as much, but I'd still like to use it. For now, I'll wait until that one is updated.

    Posted: 1 year ago #
  2. CoreForce

    Member

    Like hilium I see the issue with IE 6 and IE 7, while on FF it does work fine. On the IE browsers the text area box has height but no width. So one could blindly enter text, but it's not very likely to be accepted by end users. This happens on a none-to-very sensitively modified style.css and bbpress 0.8.3.1

    Still need to investigate what the source of the problem is.

    Posted: 1 year ago #
  3. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Thanks for reporting this. IE apparently does something stupid with the default table width and therefore collapses the textarea.

    Please try 0.1.9 which should appear here shortly.

    Posted: 1 year ago #
  4. ASPX.King

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Member

    needs the ability to use an image as the sig

    Posted: 1 year ago #
  5. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    ASPX.King, please re-read the part where if you install the "allow images" plugin they can use images.

    Posted: 1 year ago #
  6. Budde

    Member

    Is it possible to make the check box for this be to the left of the Text instead of the right of the text, for the per-post basis?

    Thanks.

    Posted: 1 year ago #
  7. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    Budde, that would just be a matter of getting creative with CSS.

    You'd need to wrap
    <?php bb_signatures_checkbox(); ?> inside of a div
    ie. <div class="bb_signatures_checkbox"><?php bb_signatures_checkbox(); ?></div>

    and then in your CSS, something like .bb_signatures_checkbox {text-align:right;}
    or maybe
    .bb_signatures_checkbox input {float:left;}

    Posted: 1 year ago #
  8. sign is visible only after the first message
    How do whatever was always visible?

    Posted: 1 year ago #
  9. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    If you want signatures on every post (not just one per page) you have to change the setting inside the admin panel.

    One per page is actually a feature (for those with overwhelming signatures and who post repeatedly).

    Posted: 1 year ago #
  10. Signature still not rendering properly in IE.

    Any fix on this yet?

    Cheers!

    Posted: 1 year ago #
  11. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    iEmpower, the IE problem was with the signature text area box in the profile edit, which was fixed a version or two back. I just tested it with Kakumei in IE6 and IE7

    What else are you experiencing?

    Posted: 1 year ago #
  12. Hi _ck_,

    Check the page out at: http://iempower.org/community/topic.php?id=8

    Sig looks beautiful in Firefox with nice spacing and a top border, however in IE the border disappears and there's a whole bunch of space underneath sig. The sig looks like it's actually part of the post.

    Any ideas what I can do?

    Thanks _ck_

    Posted: 1 year ago #
  13. Ok, just tried switching themes to KB and I can see it's working fine there.

    Must be conflicting code somewhere in my RM theme.

    Better dive in and take a look.

    Sorry for the bother. Cheers.

    Posted: 1 year ago #
  14. Just switched back to my original theme and now the sig is looking good in both FF and IE.

    Don't know what was going on there but it's all good now.

    Hey _CK_, you got a PayPal account yet?

    Posted: 1 year ago #
  15. Hi, well... my inglish is very very poor, i´m sorry. But i need to tell you: don´t work on BBPress 1.0... and i need this!!! pleas, help me. Thanks!...

    Posted: 1 year ago #
  16. sorry, i don´t see... work it very well... :=)

    Posted: 1 year ago #
  17. Chris Grande

    Member

    Nevermind. I figured it out. I've been looking at this code for to long!

    Posted: 1 year ago #
  18. bedbugger

    Member

    Great plugin! Thanks _ck_.
    How could I make the signatures "nofollow"? I want to allow html in sigs but not have the links followed.

    Posted: 11 months ago #
  19. _ck_

    5 stars
    4 stars
    3 stars
    2 stars
    1 star

    Moderator

    To make all links in all posts nofollow simply add this to near the top of the plugin (or any plugin, or your topic.php template, etc)

    add_filter('post_text', 'bb_rel_nofollow');

    Posted: 11 months ago #
  20. Is there an admin panel for this plugin? I don't see one...

    Posted: 11 months ago #

RSS feed for this topic

Add a Comment »

You must log in to post.

Code is Poetry.