How-to and Troubleshooting
4
Posts
3
Users
0
Reactions
656
Views
Jun 20, 2022 3:07 pm
I'm restyling a few things on a forum and after changing to extended view, I see the user names are being cut off with "..." at the end. I have enough space to show the full names. How do I change that setting to get full names shown?
3 Replies
Jun 20, 2022 4:22 pm
open wpf-themes > classic > layouts > 1 > forum.php
search for (at line 103)
<?php wpforo_member_link($member, 'by', 9); ?>
and change the value "9" to the number of characters you need
https://wpforo.com/docs/root/forum-themes/theme-customization/
Jun 20, 2022 4:49 pm
Also press F12 and see the errors you have in your console browser. A lot of them.
Jun 20, 2022 5:40 pm
Thank you, everyone for the quick replies and helpful instructions. I have it corrected.