Change author display to user name? - Joomla! Forum - community, help and support
is there way show user name instead of author's real name? prefer person's username displayed instead of real name used sign with. fwiw using ja submit, don't see option there or in global preferences change this. can see how turn author display on/off. guessing there code can change somewhere. can point me in right direction? thanks.
well work you.
edit file /components/com_ja_submit/ja_submit.php
around line 113 change
to
hopefully want
edit file /components/com_ja_submit/ja_submit.php
around line 113 change
code: select all
$row->created_by = $my->id;to
code: select all
$row->created_by = $my->username;hopefully want
Comments
Post a Comment