Edit BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Edit BBCode

Post by BBCode Bot »

Edit BBCode

The Edit BBCode puts an Edit area in the topics of Your phpbb3 Board.
Image

BBCode:

Code: Select all

[edit]{TEXT}[/edit]
HTML:

Code: Select all

<div style=" background-color: #B5C7CE; -moz-border-radius: 10px; -webkit-border-radius: 10px; border: 1px solid #666; padding: 4px;" ><strong>Edit: </strong>{TEXT}</div>
Helpline:

Code: Select all

Edit: [edit]Text here[/edit]
Example:

Code: Select all

[edit]Edited because of spelling errors[/edit]
Demo:
[edit]Edited because of spelling errors[/edit]
Locked