hmmm disabling it didn't change things
nor did uninstalling it =S
same for Download PM's as TXT (disabled, didn't change, then uninstalled, didn't change)
other mods I have installed are:
Display Unread Posts and Reputation
vbStopForumSpam
Who Has Read a Thread
Doesn't seem like any of those should affect the UserCP/Messages
--------------- Added [DATE]1277838981[/DATE] at [TIME]1277838981[/TIME] ---------------
Quote:
Originally Posted by eSekar
you also have something weird,
you have this code:
PHP Code:
<ul class="blockbody">
which should be a DIV not a UL:
PHP Code:
<div class="blockbody">
so is the closing tag for it, should be </div> instead of </ul>
That is the block that holds the settings block you're referring to.
in which template? usercp or messagelist?
--------------- Added [DATE]1277839346[/DATE] at [TIME]1277839346[/TIME] ---------------