Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
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?
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/
Also press F12 and see the errors you have in your console browser. A lot of them.
Thank you, everyone for the quick replies and helpful instructions. I have it corrected.