Quote:
Originally Posted by BigDog56
had to uninstall. The VB Credits mod links disappear.
|
If this helps, this is what I added to the xml file get VB Credits to show in the previous version of this hack, I've not looked @ this new version.
Code:
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>$vbphrase[credits]</td></tr>
<tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]">
<if condition="$show['credits_anything']">
<tr><td class="$navclass[credits]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td>
<td><a class="smallfont" href="credits.php?$session[sessionurl]do=manage">$vbphrase[credits_donatelottery]</a></td></tr>
</table>
</td></tr>
<tr><td class="$navclass[credits_bank]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/coins.gif" width="16" height="16"></td>
<td><a class="smallfont" href="credits.php?$session[sessionurl]do=banking">$vbphrase[credits_bankingloans]</a></td></tr>
</table>
</td></tr>
</tbody>
</if>
The above code went in front of:
Code:
<tr><td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('misc')"><img id="collapseimg_misc" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_misc].gif" alt="" border="0" /></a>$vbphrase[miscellaneous]</td></tr>
<tbody id="collapseobj_misc" style="$vbcollapse[collapseobj_misc]">
<tr><td class="$navclass[event_reminders]" nowrap="nowrap">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20">
<img border="0" src="$stylevar[imgdir_misc]/usercp_icons/time.gif" width="16" height="16"></td>
<td><a class="smallfont" href="calendar.php?$session[sessionurl]do=viewreminder">
$vbphrase[event_reminders]</a></td>
</tr>
</table>
</td></tr>