| Real Name In Comments: SOLUTION! |
| by steiner666 on 2006/12/18 1:49:02 Took about an hour, but I figured it out... Go to File: <xoops_root>/modules/system/templates/system_comment.html Find: le="color: #000000"><?php <{$comment.poster.uname} Replace: le="color: #000000"><?php <{$comment.poster.name} Go to File : <xoops_root>/class/commentrenderer.php (The Quickest and most efficient way would be to copy this into a text editor or equivalent to Find & Replace the following) Find And Replace All instances of This: le="color: #000000"><?php 'uname' With le="color: #000000"><?php 'name' Be sure to keep those single quotes, you will delete out a very important function if you don't! |