If you make sure that pos 5, 5, 7 is a black area, then the character should be teleported to the temple position.
You can change this position if you dig deep into Znote AAC:
enter the location of znote aac
then open /engine/function/users.php with notepad
CTRL + F search for:
$character_data['town_id'],
Then you see below:
'posx' => 5,
'posy' => 5,
'posz' => 7,
Change these values to something that fits for you, then save. And your all set.