Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Source Codes in Comments

Περιγραφή

Allow users to post source codes in comments using tag. No syntax highlight at the moment, it just replaces the special characters.

Features

  • Replaces the special characters for the comment texts wrapped in tags
  • You can show a message after comment form to tell your visitor know they can post codes using tags

Plugin Info Page | Plugin Author

Στιγμιότυπα

  • Plugin Option Page
  • Comment form

Εγκατάσταση

  1. Download the plugin package
  2. Extract and upload the “source-codes-in-comments” folder to your-wordpress-directory/wp-content/plugins/
  3. Activate the plugin and its ready
  4. Go to Admin Panel > Settings > Codes in Comments and customise it to suit your needs.

Συχνές Ερωτήσεις

What is the output? Show me an example.

If you use

This is a <b>bold text</b>.

, the output will be <div class="cic_codes_div"><code >This is a &lt;b&gt;bold text&lt;/b&gt;</code></div>.

How do I style the source code DIV?

The DIV that contains the codes has CSS class "cic_codes_div". Style it in CSS.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Source Codes in Comments” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.2

  • Added str_replace to the stripslashes so that “plugin message” field works with double quotes

1.0.1

  • Added stripslashes to input area
  • Updated the link to plugin support

1.0

  • First version of Source Codes in Comments