>>  Site Map >>  Forums >>  General 6x

Forum module - topics in forum:



General 6x - Discussions reagarding any other PHP-Nuke Problems.



Removing posters name from News Story Posts

Is there a way that I can remove my name 'shedrock' from my site on the news post? Whenever I post a new story it says:

Quote: :
Posted by shedrock on Thursday, September 04 @ 19:32:36 CDT (11 reads)
(Read More... | 2534 bytes more | Score: 0)


I would like to figure out how I can remove or edit this field. I would like to put the word 'staff' instead. I know I can also create a username staff but that would be kinda dumb...any ideas?

Cheers!
Shedrock Very Happy






Open up you story_home.html and find $posted and remove it.

You could try replacing it with you name.






Ok, that worked great, but when I click on the read more link I still see:

Posted on Thursday, September 04 @ 19:32:36 CDT by shedrock

Which file do I have to edit to change this one?

Cheers!
Shedrock






That would be story_page.html Very Happy






Sorry to be a pain. That does work but then I lose all the info eg: the time it was posted and the date. I guess I can't have my cake and eat it as well. Laughing - Is there another way to do it so that I can change the name but leave the rest of the info like the time and date?

Thanks as always
Shedrock Very Happy






Dunno if it'll work cus it's late and my brain's tired, find function themearticle in theme.php and try playing round with

Code: :
$posted = ""._POSTEDON." $datetime "._BY." ";
    $posted .= get_author($aid);





Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS