User Options
Function - newsposter (PHP-Fusion 6, PHP-Fusion 7)
| << newsopts | openside >> |
newsposter - Render news author
|
|||||||||||||
Descriptionnewsposter ( array $info [ string $sep [ , string $class ] ] )
This function will display the author of the news time along with the publication date and time and is used within the render_news function only. There is an identical function for articles which is name articleposter. Parametersinfo The news item information array which holds all data about the news item. sep Separator which is used to separate the different parts. Return ValuesReturns a string with the author name and time and date the news item is posted. Example#1 newsposter() basics
Output to Example#1<!--news_poster--><span class='bullet'>·</span> <a href='profile.php?lookup=1'>Digitanium</a> on Dec 29 2008 at 14:47:41\n
Changelog
Note
This function is for the render_news function only. Use the articleposter function for the render_article function. Related Functions
Latest refering sites
Was this helpful?
|
|||||||||||||
| Back to all functions... |
Post Comment
Please Login to Post a Comment.


