[bbcode] wbb3 to phpbb3 - Progressbar
Posted: 08 Jun 2010, 14:01
Hello,
i have make a phpbb3 BBCode für a Stylish Progressbar for your Forum.
UPDATE 1
BBCode:
HTML Code:
Helpline:
Images you need to Download: (right click > save as...)
Example:
Visit: Progressbar DEMO
i have make a phpbb3 BBCode für a Stylish Progressbar for your Forum.
UPDATE 1
BBCode:
Code: Select all
[progress={NUMBER},{INTTEXT1},{INTTEXT2}]{TEXT}[/progress]
Code: Select all
<div>{TEXT}<div style="background:url(images/progress_back.png) repeat-x; border:1px solid black; width:50%; height:18px;"><div style="background-color:#{INTTEXT1};width:{NUMBER}%; height:9px;"></div><div style="background-color:#{INTTEXT1}; width:{NUMBER}%; height:9px; opacity:0.8;"></div></div><div style="color:#{INTTEXT2}; font-weight:bold; margin-top:-19px; position:absolute;"> {NUMBER}%</div></div>
Code: Select all
Progressbar: [progress=percent,progressbarcolor,textcolor][/progress]
Images you need to Download: (right click > save as...)
Example:
Visit: Progressbar DEMO