Welcome to Geeklog, Anonymous Saturday, December 21 2024 @ 01:34 pm EST
Geeklog Forums
Full Names in Forum
Status: offline
Turias
Forum User
Full Member
Registered: 10/20/03
Posts: 807
In public_html/forum/include/gf_showtopic.php, in the function showtopic(), do the following:
change
$userlink = '<A HREF="' .$_CONF['site_url']. '/users.php?mode=profile&uid=' .$showtopic['uid']. '" class="authorname' .$onetwo. '"><b>' .$showtopic['name']. '</b></a>';
to
$display_name = $userarray['fullname'];
if ($display_name == '') {
$display_name = $showtopic['name'];
}
$userlink = '<A HREF="' .$_CONF['site_url']. '/users.php?mode=profile&uid=' .$showtopic['uid']. '" class="authorname' .$onetwo. '"><b>' .$display_name. '</b></a>';
change
Text Formatted Code
if($showtopic['uid'] > 1) {$userlink = '<A HREF="' .$_CONF['site_url']. '/users.php?mode=profile&uid=' .$showtopic['uid']. '" class="authorname' .$onetwo. '"><b>' .$showtopic['name']. '</b></a>';
to
Text Formatted Code
if($showtopic['uid'] > 1) {$display_name = $userarray['fullname'];
if ($display_name == '') {
$display_name = $showtopic['name'];
}
$userlink = '<A HREF="' .$_CONF['site_url']. '/users.php?mode=profile&uid=' .$showtopic['uid']. '" class="authorname' .$onetwo. '"><b>' .$display_name. '</b></a>';
9
6
Quote
All times are EST. The time is now 01:34 pm.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content