Now in php block add this code:
$storyimg=$post->get_meta('storyimg',false);
$xoopsTpl->assign('storyimg',$storyimg);
in your template this code:
<img src="<{$storyimg}>">
kaotik, works in post.php does not work in index.php...
greetings and thanks