1
hi im really new and so far i like XOOPS and im planning to use it permanently, i was wondering how do i get XOOPS to print out the authors name in an article. In news module and AMS module both print via print.php everything but the author's name. I just want it to print the article along with who posted it. its ok if its not the real name.
i checked the ams class.newsstory.php but i havent found the function that would give me the author name.
for example:
$story = new AmsStory($storyid);
$story->topic_title()
this would give me the topic title
is there something like
$story-> authorname ??? that would return the author?