2009-08-24, 06:28 PM
(This post was last modified: 2010-02-26, 04:30 PM by wethegreenpeople.)
I got this from http://www.phpbb3bbcodes.com/ and... i couldn't make it work like i wanted it to but it works pretty good what it does is it adds a caption to the bottom of your pictures so you don't have to add text size code and all that so it saves a bit of time HAHA but i hope you like it.
Title:
Short Description:
Regular Expression:
Replacement:
It will look like:
Live Demo:
http://demo.mycodecorner.cz.cc/showthread.php?tid=4
http://MyCodeCorner.cz.cc -- The best place for all you MyCode needs.
Title:
Image Caption
Short Description:
Adds a little description or caption to your pictures
Regular Expression:
\[caption=(.*?)\](.*?)\[/caption\]
Replacement:
<img src="$1"><p style="font-size:.8em;line-height:.95em;text-align: justify;">$2</p></div>
It will look like:
Live Demo:
http://demo.mycodecorner.cz.cc/showthread.php?tid=4
http://MyCodeCorner.cz.cc -- The best place for all you MyCode needs.