Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

TinyMCE Signature

Opis

Automatically adds a signature to your posts. Configurable via TinyMCE on the profile page.

Use

  1. Edit your signature from Users -> Your Profile
  2. Choose to display the signature by default on posts or pages.
  3. Override signature on specific posts/pages via the edit page.

Support

For any issues you’re having with TinyMCE Signature, or if you’d like to suggest a feature, visit the Plugin Homepage.

Snimke zaslona

  • A view from the profile interface.

Instalacija

  1. Upload tinymce-signature.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create a signature via Users -> Your Profile
  4. Optional: add template tag, `tinymce_signature()’ to theme (must be in The Loop)

ČPP

Can the signature option be overridden on the post/page editing screen?

Yep.

How is the signature included in my posts?

TinyMCE Signature will append your signature automatically to all your posts; no theme alterations needed.

You may also use the template tag tinymce_signature() in The Loop to return the signature.

Will the signature appear on an archive page?

No. If you want to do this, use the template tag, tinymce_signature() within The Loop.

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“TinyMCE Signature” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “TinyMCE Signature” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

0.6

  • Made signature return for archive pages optional.

0.5

  • Included the kitchen sink.
  • Toggle button to switch between html and visual modes … for those wanting more control over the markup.
  • Removed automatic signature insertion from archive pages.

0.4

  • Fixed some bugs with the post appending script
  • Add a wicked simple template tag that returns the signature regardless of display options.

0.3

  • Fixed some overriding bugs
  • Choose default signatures for posts and pages separately.

0.2

  • Added override option for each post (on the edit page).

0.1

  • Initial release.