Quote:
Originally Posted by Club3G
Small issue - everything's working great (aside from the extremely ugly rank-this-page-box), but I can't delete pages. All of my Usergroup permissions are set to yes.
|
To fix that rank-this-page-box issue in IE, do this:
Before <if condition="$show['popups']"> in template usercp the table is not closed.
So replace this:
</tr>
</table
<if condition="$show['popups']">
with
</tr>
</table>
<if condition="$show['popups']">