Shortening models names

From Adult Web Scripts Wiki

Jump to: navigation, search

PHP

<?= substr($nickname, 0, 16); ?>

Smarty

{$nickname|truncate:16}

This will then only display the first 16 chars of a models nickname, to for your design better.