2010-06-21, 06:33 PM
(This post was last modified: 2010-06-24, 09:16 PM by wethegreenpeople.)
This is a really awesome MyCode, that shows your progress. So this can be used for people that are designers, or coders, and want to show their progress on a project. It will display a bar, with a red background, and the more progress you make the more green fills the bar.
Name:
Short Description:
Regular Expression:
Replacement:
How to use it:
[prog]Enter any number between 1 & 100[/prog]
Preview:
None. I am on "Vacation" so I can't post any previews. And I can't make any live demo's right now.
If you like my MyCodes and want to encourage me to make more/help me to start up MyCodeCorner.net for LIVE demo's & free support on all MyCode's please donate! Pm me for more details.
This PHPBBCode from PHPBB3BBCodes was converted to MyBB with full permissions from Stoker
Name:
MyProgress
Short Description:
Show a progress bar.
Regular Expression:
\[prog\](.*?)\[/prog\]
Replacement:
<div style="background-color: red; width:100px; border: 1px solid black;"><div style="background-color: green; color: white; font-weight:bold; max-width: 100px; width:$1px;"> $1%</div></div>
How to use it:
[prog]Enter any number between 1 & 100[/prog]
Preview:
None. I am on "Vacation" so I can't post any previews. And I can't make any live demo's right now.
If you like my MyCodes and want to encourage me to make more/help me to start up MyCodeCorner.net for LIVE demo's & free support on all MyCode's please donate! Pm me for more details.
This PHPBBCode from PHPBB3BBCodes was converted to MyBB with full permissions from Stoker