PDA

View Full Version : How to remove a by line


Karlos
05-03-2006, 09:37 PM
I have searched through all the threads and all the templates, and I can not see where and how to remove a by line of an Author from a created template. Is this possible. Sample is "by Author Name" on the article page but I just want to remove it for a contact page which I really do not need an author name as to who created the page. Please help.

boccio
05-04-2006, 01:45 PM
Not sure what exactly you want to do. If you do not wish to display Author, you can easily check it out in Administration.

If you want only to remove the "by" word and leave everything else, you need to delete it from the language file, i.e. /include/lang/english.php, on line 59-60

//show_author
'author_by' => 'by',

Micha
05-04-2006, 01:55 PM
You can also remove the "by" from article_Full.tpl, just remove {LNG_AUTHOR_BY} tag and that will remove it.