41
Hello all.
Really interesting module. Great work.
I had to alter the en language files and the view of some areas (mp_viewbox.html fills now my needs). I did notice a couple of things though, so here's some feedback :
1) In mp_viewbox.html template
<td align="right" class="odd"><{$lang_addcont}>td>
outputs this html:
<td align="right" class="odd"><input name='cont_userid' type='hidden' value=XXXXX><a href="javascript:;">
<img onclick='document.prvmsg.action="contbox.php?op=envoimp";document.prvmsg.submit()' src='images/addcont.png'
[b][color=FF0000]title=Add this Contact[/color][/b] style='cursor:pointer; width: 15px; height: 15px;'>a>td>
But it should be title=
"Add this Contact
"This resulted in "Add" as hover text instead of the full phrase "Add this contact".
Same for this line :
<td width="1%" align="right" class="odd"><{$lang_ferm}>td>
2) I got this error while testing the module, in particular when selecting the radio buttons next to my message folders.
Error: document.getElementById("delfile") has no properties
Source File: http://mydomain/myxoopsdir/modules/mpmanager/layer.js
Line: 83
3) MySQL reports this warning for table "myprefix_priv_msgs"
PRIMARY and INDEX keys should not both be set for column `msg_id`
More than one INDEX key was created for column `to_userid`
Keep up the good work!