<tr> <td class="trow1" colspan=2> <div style="background:grey; background-color: #cccccc; border: 1px solid black; width:100%; margin-top: 2px;"> <div style="background:green;background-color: #008040; color: white; font-weight:bold; max-width:100%; width:{$widthpercent}%; height:18px;"> {$fetch}/{$postgoal} </div> </div> </td> </tr>
//Percentage count for progress bar $widthpercent = ($fetch / $postgoal) * 100;
25-11-2016, 06:00 AMKingNeo Wrote: I already have this plugin and this doesn't have a goal bar unlike what you said. :/
Loading Info...