@squawell : replace the template hacks_liste_hack with the new one in the templates.xml file
Do the same for hacks template
Most of the problem come from the copy/paste from the textarea box of vB, some lines were passed, that's why you have some problems with templates
Then, replace modifications to do in MEMBERINFO template with :
PHP Code:
<tr>
<td class="tcat" colspan="2"><phrase 1="$vboptions[hack_kind_db]">$vbphrase[hacks_database]</phrase></td>
</tr>
<tr>
<td class="panelsurround" align="center" colspan="2">
<div class="panel">
<div align="$stylevar[left]">
<div class="fieldset">
<table cellpadding="0" cellspacing="$stylevar[formspacer]px" border="0" width="100%">
<tr>
<td>
<table border=0 width="100%">
<tr>
<td valign="top">
<table class="tborder" cellpadding="$stylevar[cellpadding]"
cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td
class="tcat"><phrase 1="$vboptions[hack_kind_db]">$vbphrase[hacks_database]</phrase></td><td class="tcat" align="center">$vbphrase[hacks_nb_install]</td>
</tr>
$liste
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</div>
</div>
</td>
</tr>
In your admincp/usergroup.php, have you :
PHP Code:
// Hacks DB Grog6 vbdev
print_yes_no_row(construct_phrase($vbphrase['can_see_hack_database'], $vboptions[hack_kind_db]), 'usergroup[canseehackdatabase]',
$ug_bitfield['canseehackdatabase']);
// Hacks DB
??
Then replace your hacks.php file with the new one in the zip file at the begining of the thread, wait 5 min, I do it now