Login  Register

Re: permission_rows

Posted by Pedro on Feb 24, 2014; 5:19pm
URL: https://support.nabble.com/permission-rows-tp7580703p7589516.html

I created a file at your editor called permissions_translations. You can add there translation tags to shorten those descriptions.
I've added one for you:
<translation><from>Who can edit any content, both applications and posts. Note: Please only use this feature in extreme circumstances. Most users will not like having their posts edited by someone else.</from><to>Edit ANY content, both applications and posts.</to></translation> 
On the other hand, you can set the description column width with css:
table.permissions td.col1 {
width: 100px;
}
table.permissions {
width: 100%
}
My test forum.