View Single Post
  #9 (permalink)  
Old 01-11-2003, 05:54 PM
IACOJ IACOJ is offline
Moderator
 
Join Date: Nov 2002
Posts: 737
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.
Reply With Quote