Ok I know I said I would leave it alone, but I think I'm hooked now
What about this?
|
Code:
|
if ("$aid" == "$informant") {
$content = "$thetext$notes\n";
} else {
if($informant != "") {
$content = "<a href=\"modules.php?name=Forums&file=profile&mode=viewprofile&u=$aid\">$informant</a> ";
} else {
$content = "$anonymous ";
} |
I know you said uid, but I put aid in there because there was already an "if" command in there. This is from subSystem theme.php btw
Am I way off on this? If I am I promise I wont bug you about it anymore.