Quote:
Originally Posted by loneranger
that is one way utw i am just tring to keep it all with in one server, i am slowly getting this hack with out any bugs there is only one which happens only to the odd person which i have been unable to solve. Wayne i have tried to solve this error but i can't even re-create this error i am going to seek some more help see if i can get this solved
|
I think it is going down the list of all the Usergroups and taking the last one (maybe). All I know is that in order for it to work, you have to set the permission on all the groups.
I had to set the permission on all three usergroups i belong to inorder to have the right access.
Also:
sorry if this was posted already but your '
imghost_userbits ' template should be:
HTML Code:
<tr>
<td class="alt1"><a href=img_view_all.php?do=imgs&id=$rows[userid]>$username</a></td>
<td class="alt2">$img_count</td>
</tr>
not
HTML Code:
<tr>
<td class="alt1"><a href=test.php?do=imgs&id=$rows[userid]>$username</a></td>
<td class="alt2">$img_count</td>
</tr>