Skip to Content Skip to Menu

No check boxes

  • Mod4live
  • Mod4live
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
15 years 2 months ago #108428 by Mod4live
No check boxes was created by Mod4live
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.

How do i get them back on the site

Post edited by: Mod4live, at: 2009/08/18 17:18

Please Log in or Create an account to join the conversation.

  • slabbi
  • slabbi
  • OFFLINE
  • Posts: 3709
  • Thanks: 250
  • Karma: 153
15 years 2 months ago #108432 by slabbi
Replied by slabbi on topic Re:No check boxes
That is not coming from uddeIM. In the source you will find, e.g.

[code:1]$delcell="<input type='checkbox' name='arcmes[]' value='".$themessage->id."' />";[/code:1]

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

Please Log in or Create an account to join the conversation.

  • Mod4live
  • Mod4live
  • OFFLINE
  • Posts: 2
  • Thanks: 0
  • Karma: 0
15 years 2 months ago #108435 by Mod4live
Replied by Mod4live on topic Re:No check boxes
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.

This problem is solved thanks

Please Log in or Create an account to join the conversation.

Moderators: beatnantslabbikrileon
Powered by Kunena Forum