UBB.Dev
Posted By: YoG Remove 'number of posts' ? - 03/02/2002 1:37 PM
In this thread on UBBdesign ( http://www.ubbdesign.com/ubb/noncgi/ultimatebb.php?ubb=get_topic&f=2&t=000083 )
I was told i had to edit ubb_lib_posting.cgi to get rid of the 'number of posts' below a post. But where do i look? What should be changed?

I suppose i need to edit this piece of code?


if ($author_extra[0]) {
$AuthorExtra = join("|", @author_extra);
} else {
$AuthorExtra = '';
}


Anyone who could help me out? ..Appreciated wink
Posted By: Lord Dexter Re: Remove 'number of posts' ? - 03/03/2002 7:28 AM
Look more down there. It should have the whole code of the AuthorExtra line..
© UBB.Developers