I would like to shorten the number characters in texts in Mailbox preview.
Should I edit Database or Plugins files? And Where exactly responsible for this settings.
Thanks a lot
I would like to shorten the number characters in texts in Mailbox preview.
Should I edit Database or Plugins files? And Where exactly responsible for this settings.
Thanks a lot
Line 206:
$short = mb_strlen($value['text']) > 100 ? mb_substr($value['text'], 0, 100) . '...' : $value['text']; //TODO:
Guess what value you have to change;)
I don't know if this will change it on both places, but I'm guessing not. Try changing, and get back to us if it doesn't.
Since I want to be a good teacher I'm also goning to point you to the php.net page: http://se2.php.net/mb_substr
Mark the thread as solved if you got it all worked out:D
This completely solved domain.com/mailbox/inbox page. But your guess is correct, it didn't effect the text in the console mailbox new mail notification area.
Do you have any idea which page is responsible for console?.. :) I think I figured out 'substr()' with your help and can deal with it, if I can find the related file. Thanks again.
Thank you again! :) I can't find how to mark the thread as solved though, but it's solved.:)