Shields.io is a service for concise, consistent, and legible badges in SVG and raster format, which can easily be included in GitHub readmes or any other web page. The service supports dozens of continuous integration services, package registries,…
Thanks to this BBCode, you will be able to use the hashtags we are accustomed to from social media sites in your phpBB forum with the same logic and practicality.
Here is the demo for the result when you apply this BBCode and click on hashtag: …
This BBCode allows content to be hidden from unregistered users, a message informing of the need to be registered and logged in will be displayed to guests (and bots) instead of the content.
Creates a @mention link to the named user's profile.
Can be used either on its own or as a drop-in replacement for the default BBCode used by the Simple Mentions extension.
Can be styled with the .mention class. Some suggested styles to begi…
This BBCode allows to place anchors anywhere in posts. They become targets for hyperlinks using URL BBCodes allowing to jump directly to specific positions in posts.
It allows to create shortcuts to specific words, titles, paragraphs or images, an…
Allows you to embed TED Talks videos into posts.
Usage example
The user copies the URL of the page of the audio and inserts it between the [ted][/ted]:
[ted]http://www.ted.com/talks/mitch_resnick_let_s_teach_kids_to_code.html[/ted]
…
Enables the use of coloured boxes and text within posts for layout purposes.
Example: [divbox=yellow]This is my divbox[/divbox]
For "color" you can use the name of the color that you want such as gray, blue, white or use the HEX code like …
Allows ascii art to be displayed properly.
Any leading spaces on the first line will be deleted. If you want the first line to have leading spaces, you will need to insert a dummy character on the first line and then start your ASCII art on the n…
This BBCode allows users to embed videos from IGN into their posts. The URL to be used is simply the IGN video page, i.e. http://www.ign.com/videos/article.
This bbcode differs a normal message from a moderator's message.
To normally display this bbcode, please upload the following image in your images/ directory:
m (see FAQ)
Note: Just because this bbcode is meant for moderators, it doesn't …
BBCode: phpBB [audio] | phpBB [video] | phpBB [media]
We are glad to present you a new universal BBCode "phpBB [media]". It's a 2-in-1 bbcode: [video] and [audio]. Moreover it supports embedding of maps, panoramas and other multimedia. …
Used to add styled warning text to a post. The warning text can be whatever you want.
http://i612.photobucket.com/albums/tt205/bilby7/phpBB/warning.png
Note : it is important that the HTML replacement text not have any line breaks in it.
Befor…
Adding text after [imageleft]{URL}[/imageleft] will wrap the text around the image. The image URL goes between the [imageleft] tags. The example can be easily modified to have the image on the right by changing float:left to float:right and p…
Put a line through text that is between the tags, like this .
You can change the tags to others tags that may be suitable for your members, such as [/strike] and [strike] .