Notifications
Clear all

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.

 

wpForo 1.x.x [Solved] How do I change the user names so the full name appears, and not cut off with "..." on the end?

4 Posts
3 Users
0 Reactions
838 Views
Posts: 24
Topic starter
(@davidborrink)
Eminent Member
Joined: 7 years ago

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? 

Topic Tags
3 Replies
Tutrix
Posts: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @davidborrink

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/

dimalifragis
Posts: 2601
(@dimalifragis)
Famed Member
Joined: 5 years ago

Also press F12 and see the errors you have in your console browser. A lot of them.

Posts: 24
Topic starter
(@davidborrink)
Eminent Member
Joined: 7 years ago

Thank you, everyone for the quick replies and helpful instructions. I have it corrected.