Hi there! After reading FAQ and search in forum without finding answer, I would like to ask how to remove compose link in inbox, outbox and trash views (as attached screenshots show).
Besides, I would like to know how to fix the style in these views, columns and data are not aligned.
the compose link can not be removed without patching a core file (includes.php:uddeIMprintMenu) which is not really recommended. BTW without the link how should user create a new message?
The style can be modified in uddeim.css. Please use Firebug or Web developer tools in order to identify the correct style. Note that in most cases uddeIM inherits styles from the site's main template.
uddeIM & uddePF Development
CB Language Workgroup
CB 3rd Party Developer
Hi slabbi, thanks for answering. Well, I added a link to my users profile as stated in your FAQ and some own code, because I prefer users just send PM each other in this way, instead of the uddeim mailbox, that's why I would like to remove compose link. I knew I have to do some 'hack' to remove it, but I wasn't sure the file to edit.
Ok, I'm going to have a look to the info you give me and I'll try.