Re: Change Coding For Msg-edit.gif [message #36888 is a reply to message #34771] |
Sun, 15 April 2007 23:23 |
Ernesto
Messages: 413 Registered: August 2005
Karma:
|
Senior Member |
|
|
index draws the list of all forums.
thread draws a list of all threads in a flat view
threadt draws a list of all threads in a tree view (dont use tree view, it is the devil)
msg draws the container of all the single messages
drawmsg draws a single message, it contains subtemplates that has the toolbars etc
drawpmsg is a single private message
subtemplates named "entry" indicates that they draw the top of a list, like, the explanation text:
Topic title, Views, Date
subtemplates named "row" draws the actual rows of information:
This is a new message, 3, 2007-10-14
subtemplates ending with _lnk means they are a href link value, for example this subtemplate: ernie_link_button_lnk
would read in clear HTML:
http://www.p*#$s.com/index.php?size=tiny
( of course it doesn't though, they always look like {ROOT}?t=stupidlink&id={VAR: r[3]}&{DEF: _rsid} (or something like that))
While the "boss" of ernie_link_button_lnk would be ernie_link_button (without the ending _lnk) and would looks something like this:
<a href="{TEMPLATE: ernie_link_button_lnk}">{VAR: r[4]}</a>
Hope that stuff helps you at least a tiny bit on the way.
Ginnunga Gaming
|
|
|