| Re: change username for real name in news and other... |
| by rblais on 2006/7/11 14:17:27 Do you know if it's possible to do the same but with the comments? tx |
| Re: change username for real name in news and other... |
| by rblais on 2006/6/20 17:30:44 Thanks dude! New version is better... |
| Re: change username for real name in news and other... |
| by scoobster on 2006/6/20 17:15:22 I don't run v1.1, but v1.4 and it's an admin option, about sixth line down. Maybe you could upgrade? |
| Re: change username for real name in news and other... |
| by rblais on 2006/6/20 17:13:16 it's news v1.1 |
| Re: change username for real name in news and other... |
| by rblais on 2006/6/20 17:12:27 I found this code in article.php $story['poster'] = $article->uname(); if ( $story['poster'] ) { $story['posterid'] = $article->uid(); $story['poster'] = '<a href="'.XOOPS_URL.'/userinfo.php?uid='.$story['posterid'].'">'.$story['poster'].'</a>'; and i wonder how I can hack the $story['poster'] to get the real name instead of the username |