Im a having a problem with the forums, when Im using the command [player][/player] - Single names like "Shurlie" are being linked to characters, but if I use a name like "Shurlie Blabla" im being linked to the player "Shurlie" or its say "A player with the name 'Shurlie' doesnt exist"
Ive tried to look around a bit in my website files and I found this in latestnews.php
Does anyone know how to fix this problem?
Ive tried to look around a bit in my website files and I found this in latestnews.php
Code:
'/\[player\](.*?)\[\/player\]/is' => '<a href='.$server['ip'].'?subtopic=characters&name=$1>$1</a>',