
Development Status Bars
-
friendly
- Posts: 125
- Joined: 2019-02-04 08:42
Development Status Bars
Is it possible to make these development status bars publicly visible on this website like the donation goal bar is shown on the top of the forums?


- ALADE3N
- PR:BF2 Developer
- Posts: 577
- Joined: 2016-02-13 17:34
- Location: Philippines
-
friendly
- Posts: 125
- Joined: 2019-02-04 08:42
Re: Development Status Bars
Is there a website modding section?
-
friendly
- Posts: 125
- Joined: 2019-02-04 08:42
Re: Development Status Bars
This is the donation goal bar:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3">
<span style="float:right"><a href="#top" onclick="return toggle_collapse('cybpp_donbarswitch')"><img id="collapseimg_cybpp_donbarswitch" src="images/pr/buttons/collapse_tcat.gif" alt="" border="0"></a></span>
<span id="cybppdbopt" style="cursor: pointer;">Donation Goal <script language="Javascript" type="text/javascript"> vbmenu_register("cybppdbopt"); </script> <img src="images/pr/misc/menu_open.gif" border="0" title="" alt=""></span>
<div class="vbmenu_popup" id="cybppdbopt_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tbody><tr valign="top">
<td class="thead">Options</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="misc.php?do=donate"><img src="awcodinglite/images/misc/link2.gif" alt="" border="0"></a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="#top" onclick="return toggle_collapse('cybpp_donbarswitch')">Show/Hide Donation Bar</a></td>
</tr>
</tbody></table>
</div>
</td>
</tr>
</thead>
<tbody id="collapseobj_cybpp_donbarswitch" style="">
<tr>
<td class="alt1" nowrap="nowrap">Monthly goal: 32.54 USD of 250 USD (13%)</td>
<td class="alt2" width="99%">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tbody><tr>
<td class="alt1" style="width:13%;">
<div style="height:15px;border:1px;border-style:solid;border-color:#C1C1C1;background-color:#999;"></div>
</td>
<td class="alt2" style="width:87%;">
<div style="height:15px;border:1px;border-style:solid;border-color:#C1C1C1;"></div>
</td>
</tr>
</tbody></table>
</td>
<td class="alt1" nowrap="nowrap"><a href="https://www.realitymod.com/forum/misc.php?do=donate" style="text-decoration:none;"><img src="awcodinglite/images/misc/link2.gif" alt="" border="0"></a></td>
</tr>
<tr>
<td class="alt1" colspan="3">These donations directly help pay for the PR infrastructure.</td>
</tr>
</tbody>
</table>
May we have access to the internal development status bar to provide similar transparency?
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<thead>
<tr>
<td class="tcat" colspan="3">
<span style="float:right"><a href="#top" onclick="return toggle_collapse('cybpp_donbarswitch')"><img id="collapseimg_cybpp_donbarswitch" src="images/pr/buttons/collapse_tcat.gif" alt="" border="0"></a></span>
<span id="cybppdbopt" style="cursor: pointer;">Donation Goal <script language="Javascript" type="text/javascript"> vbmenu_register("cybppdbopt"); </script> <img src="images/pr/misc/menu_open.gif" border="0" title="" alt=""></span>
<div class="vbmenu_popup" id="cybppdbopt_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tbody><tr valign="top">
<td class="thead">Options</td>
</tr>
<tr>
<td class="vbmenu_option"><a href="misc.php?do=donate"><img src="awcodinglite/images/misc/link2.gif" alt="" border="0"></a></td>
</tr>
<tr>
<td class="vbmenu_option"><a href="#top" onclick="return toggle_collapse('cybpp_donbarswitch')">Show/Hide Donation Bar</a></td>
</tr>
</tbody></table>
</div>
</td>
</tr>
</thead>
<tbody id="collapseobj_cybpp_donbarswitch" style="">
<tr>
<td class="alt1" nowrap="nowrap">Monthly goal: 32.54 USD of 250 USD (13%)</td>
<td class="alt2" width="99%">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tbody><tr>
<td class="alt1" style="width:13%;">
<div style="height:15px;border:1px;border-style:solid;border-color:#C1C1C1;background-color:#999;"></div>
</td>
<td class="alt2" style="width:87%;">
<div style="height:15px;border:1px;border-style:solid;border-color:#C1C1C1;"></div>
</td>
</tr>
</tbody></table>
</td>
<td class="alt1" nowrap="nowrap"><a href="https://www.realitymod.com/forum/misc.php?do=donate" style="text-decoration:none;"><img src="awcodinglite/images/misc/link2.gif" alt="" border="0"></a></td>
</tr>
<tr>
<td class="alt1" colspan="3">These donations directly help pay for the PR infrastructure.</td>
</tr>
</tbody>
</table>
May we have access to the internal development status bar to provide similar transparency?
- Mineral
- Retired PR Developer
- Posts: 8534
- Joined: 2012-01-02 12:37
- Location: Belgium


