2013-05-02, 04:31 AM
2013-05-02, 04:49 AM
instead of reducing user name appearing there, you should restrict the maximum characters a user name can have.
setting available at admin panel >> configuration >> User Registration and Profile Options >> Maximum Username Length
set that to 15
......................................................
you can also increase the left column width on postbit.
find code starting with <td class="{$altbg}" width="15%" on postbit_classic template. change width to 25%
setting available at admin panel >> configuration >> User Registration and Profile Options >> Maximum Username Length
set that to 15
......................................................
you can also increase the left column width on postbit.
find code starting with <td class="{$altbg}" width="15%" on postbit_classic template. change width to 25%
2013-05-02, 05:04 AM
hi .m.
I want to shrink the user name becomes smaller.
how to. because it could make chaotic appearance thread. if one is to make the name too long it will become a problem.
I want to shrink the user name becomes smaller.
how to. because it could make chaotic appearance thread. if one is to make the name too long it will become a problem.
2013-05-06, 07:39 AM
not solved.
if anyone can help?
if anyone can help?
2013-05-06, 08:05 AM
Go to Templates & Style -> Templates -> Expand Templates of your theme -> Post Bit templates -> postbit_classic
Change:
Change:
<strong><span class="largetext">{$post['profilelink']}</span></strong>
To:{$post['profilelink']}
Or if you want even smaller:<span class="smalltext">{$post['profilelink']}</span>
2013-05-06, 08:22 AM
thanks Destroy666