Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Post
by Stoker » 18 May 2011, 19:24
Demo:
75%
75%
BBCode:
Code: Select all
[anipro]{NUMBER1},{NUMBER2}[/anipro]
HTML:
Code: Select all
<p class="progressBar">
<span><em style="left:{NUMBER1}px">{NUMBER2}%</em></span>
</p><p style="margin-top:-3.05em; padding-left:6em; position:relative; color:gold; font-weight:bold;">{NUMBER2}%</p>
Helpline:
Code: Select all
Anipro: [anipro]% progress of 200,% progress[/anipro]
Example:
Open styles/prosilver/theme/colours.css
At the bottom add:
Code: Select all
.progressBar{
width:216px;
height:41px;
background:url("{T_THEME_PATH}/images/bg_bar.gif") no-repeat 0 0;
position:relative;
}
.progressBar span{
position:absolute;
display:block;
width:200px;
height:25px;
background:url("{T_THEME_PATH}/images/bar.gif") no-repeat 0 0;
top:8px;
left:8px;
overflow:hidden;
text-indent:-8000px;
}
.progressBar em{
position:absolute;
display:block;
width:200px;
height:25px;
background:url("{T_THEME_PATH}/images/bg_cover.gif") repeat-x 0 0;
top:0;
}
anipro.zip
Credits:
http://cssglobe.com
You do not have the required permissions to view the files attached to this post.
Post
by Terr0r » 09 Aug 2011, 12:42
I have set this on my forum everything is okay the bar is working but only the numbers is not display
I have refresh me template, theme's and imageset and purge the cache
bar.png
is there someone can say me what I must do to fix that ?
You do not have the required permissions to view the files attached to this post.
Post
by Stoker » 09 Aug 2011, 12:56
Use this html for the bbcode:
Code: Select all
<p class="progressBar">
<span><em style="left:{NUMBER1}px">{NUMBER2}%</em></span>
</p><p style="margin-top:-3.05em; padding-left:6em; position:relative; color:gold; font-weight:bold;">{NUMBER2}%</p>
Its not in first post.
Post
by Terr0r » 09 Aug 2011, 14:17
Thanks stoker you are the best