I use joomla 1.5 native and have the latest UddeIM 1.8
fresh install.
The problem is there are no checkboxes in inbox, outbox ,settings
I inspected it with firebug from firefox.
[code:1]<td style="width: 32px; text-align: center; vertical-align: middle;">
<input type="checkbox" value="2" name="arcmes[]" style="display: none;"/>
</td>[/code:1]
when i removed the [code:1]style="display:none;"[/code:1]
there was a check box.
When you use Firebug please ensure that you know how to use that tool and how it works exactly.
In my opinion you are using a CSS file on your site which tampers with the checkboxes or you are using a module/plugin which uses Javascript to hide some checkboxes.
Post edited by: slabbi, at: 2009/08/18 17:42
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Yes i did know dat it's in the inbox.php.
It was the template rt_refraction_j1.5.
You can style the input box in the admin panel.
It need to set it off.