이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Orbisius bbPress Signature

설명

This plugin allows your users to have signatures in a bbPress powered forum. The signature box appears as a separate menu as well as under user’s profile page.

Support

Support is handled on our site: http://club.orbisius.com/support/
Please do NOT use the WordPress forums or other places to seek support.

Benefits / Features

  • Users can use a rich text editor to set their signature
  • The signature is available as a separate top level menu as well as under user’s profile.
  • You can include text, links etc as a signature like you do in a blog post.
  • The signature is available for all users even those with Subscriber role.
  • Very easy to use.
  • Signatures are truncated if they exceed 300 characters.
  • Allowed HTML tags are:

<

p>

<

div>

  • <

    ol>

    <

    ul>

    Want to help development of the plugin?

    Donate

    Author

    Svetoslav Marinov (Slavi) | Custom Web Programming and Design by Orbisius.com

    스크린샷

    • Shows how the signature will appear in the forum
    • Shows the signature box from top level menu in WordPress administration area
    • Shows the signature box from Edit Profile page
    • Shows the settings page

    설치

    Automatic Install

    Please go to WordPress Admin > Plugins > Add New Plugin > Search for: Orbisius bbPress Signature and then press install

    Manual Installation

    1. Upload orbisius-bbpress-signature.zip into to the /wp-content/plugins/ directory
    2. Activate the plugin through the ‘Plugins’ menu in WordPress

    FAQ

    Want to help development of the plugin?

    Donate

    How to Remove The Question Mark Inserted in Every Signature?

    Just paste the following code into your current theme’s functions.php
    add_filter(‘orbisius_bbpress_signature_ext_filter_powered_by_public’, ‘__return_false’, 10);

    Run into issues or have questions/suggestions?

    Support is handled on our site: http://club.orbisius.com/support/
    Please do NOT use the WordPress forums or other places to seek support.

    후기

    이 플러그인에 대한 평가가 없습니다.

    기여자 & 개발자

    “Orbisius bbPress Signature”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

    기여자

    자국어로 “Orbisius bbPress Signature”(을)를 번역하세요.

    개발에 관심이 있으십니까?

    코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

    변경이력

    1.0.3

    • Fixed signature rendering. The plugin was showing only one signature and was overriding other user’s signatures.
    • Added caching so user’s signature is remembered (for the current request) and not retrieved all the time.

    1.0.2

    • Fixed: the plugin was outputting powered by text… which was supposed to be shown only in the member area when the user sets the signature text
    • Added a nice/cute/small question mark near the signature, which, when hovered shows powered by …
    • Added a WP filter to remove the powered by question mark if desired.

    1.0.1

    • fix: removed the plugin updated code was used only in my Pro plugins at http://club.orbisius.com

    1.0.0

    • Initial Release