>>
Site Map
>>
Forums
>>
Themes 6x
Forum module - topics in forum:
Themes 6x - Discussions regarding PHP-Nuke Themes.
Editing "$posted"
I was wandering if someone could tell me how I edit what it says at the bottom of each new story, at the moment it says...
| Quote: : |
| Posted by Cinos on Friday, May 28 @ 16:48:34 GMT (3 reads) |
However I just want it to say...
I have edited the $morelink part but don't know which file contains the $posted by stuff[/quote]
You should find that in the Theme.php file
look for the part that looks like
| Code: : |
$posted = ""._POSTEDBY." ";
$posted .= get_author($aid);
$posted .= " "._ON." $time $timezone ($counter "._READS.")"; |
that should help you on your way