Thread Location: http://www.tforumhacks.com/tforum/viewtopic.php?TopicID=1073 ################################################################## # # [user]xyz[/user] will create a link to the xyz's profile # # #-----[ ACTION: OPEN ]------------------------------------------- # functions.php # #-----[ ACTION: FIND (2 times) ]--------------------------------- # $Message = SensorWord($Message); # #-----[ ACTION: ADD AFTER ]-------------------------------------- # $Message = eregi_replace("(\[user\])([A-Za-z0-9]+[A-Za-z0-9])(\[/user\])", "[url=member.php?Action=viewprofile&username=\\2]\\2[/url]",$Message); # #-----[ ACTION: OPEN ]------------------------------------------- # help.php # #-----[ ACTION: FIND (2 times) ]--------------------------------- #