News Display
$title = The title of the news item
$text = The text of the news item
$displayattach = What will be displayed if there is an attachment
$showsticky = Where you want the sticky template to be display
if the post is sticky
$email = Email of the user who posted the news item
$name = Name of the person who posted the news item
$profilelink = Link to the news posters profile
$date = Date news item was posted
$comments = Area for link to comments
$altcolor = This is where the alternate color will have its
effect
$avatar = Users avatar, if there is one
$count = Displays number of times the entry has been viewed.
Comment Display
$commentlink = A link to the page that displays the comments
$commentpopup = A link that displays the comment page in a
pop-up window
$commenttext = Text that is used to display the comments
Date Format
Specifier
|
Description
|
%M
|
Month name (January ..December )
|
%W
|
Weekday name (Sunday ..Saturday )
|
%D
|
Day of the month with English suffix (1st ,
2nd , 3rd , etc.)
|
%Y
|
Year, numeric, 4 digits
|
%y
|
Year, numeric, 2 digits
|
%X |
Year for the week where Sunday is the first day
of the week, numeric, 4 digits, used with '%V'
|
%x |
Year for the week, where Monday is the first
day of the week, numeric, 4 digits, used with
'%v'
|
%a
|
Abbreviated weekday name (Sun ..Sat )
|
%d
|
Day of the month, numeric (00 ..31 )
|
%e
|
Day of the month, numeric (0 ..31 )
|
%m
|
Month, numeric (01 ..12 )
|
%c
|
Month, numeric (1 ..12 )
|
%b
|
Abbreviated month name (Jan ..Dec )
|
%j
|
Day of year (001 ..366 )
|
%H
|
Hour (00 ..23 )
|
%k
|
Hour (0 ..23 )
|
%h
|
Hour (01 ..12 )
|
%I
|
Hour (01 ..12 )
|
%l
|
Hour (1 ..12 )
|
%i
|
Minutes, numeric (00 ..59 )
|
%r
|
Time, 12-hour (hh:mm:ss [AP]M )
|
%T
|
Time, 24-hour (hh:mm:ss )
|
%S
|
Seconds (00 ..59 )
|
%s
|
Seconds (00 ..59 )
|
%p
|
AM or PM
|
%w
|
Day of the week (0 =Sunday..6 =Saturday)
|
%U
|
Week (0 ..53 ), where
Sunday is the first day of the week
|
%u
|
Week (0 ..53 ), where
Monday is the first day of the week
|
%V
|
Week (1 ..53 ), where
Sunday is the first day of the week. Used with
'%X'
|
%v
|
Week (1 ..53 ), where
Monday is the first day of the week. Used with
'%x'
|
%%
|
A literal `%'.
|
Divider
Just use regular HTML.
Attachment
$attachlink = Link to attachment (Must be included, or there won't
be a link!)
Headlines
$headlinelink = Link to full article
Full article
Same as news display.
Archive
$archivelink = link to the archive section
Archive list
$archivelink = link to that month
$month = duh
$year = duh
User Profile
$username = I don't remember? what could it be?!
$fullname = This one I know...user's maiden name!
$useremail = Hasn't crossed my mind yet, maybe in the next
release I will know
$url = Ugly Red Llama
$profile = User's profile
Show Cat Name
$catname = Category name
Sticky
Just use HTML
|