ashkir Full Member
Posts: 1,159 Status: Offline Gender: Male Location: Cali! Age: 35 Joined:
pmskypemsnyahoo | Information tidbits for advanced templating. (8th Feb 11 at 7:38am UTC) | | I am thinking of trying to do something to break out of the common look/mold of a forum, so it would require me to hide the categories/boards and rebuild it myself manually using HTML.
I started thinking about this, it would be neat to have something like:
Code: - <span id="boardid-posts"></span>
To print the total posts of that board. So general could be general-posts
boardid-posts boardid-thread boardid-lastpostname boardid-lastposttime boardid-lastpostthread
etc | |
|
Ross Administrator
Posts: 3,709 Status: Offline Gender: Male Age: 8 1⁄1 Joined:
Additional Groups: Support Team
pmwwwgtalkvForum | Re: Information tidbits for advanced templating. (8th Feb 11 at 10:39am UTC) | | Is this not already possible using the templates system to create a custom Board Listing template? All those variables are available there:
{total_posts} {total_topics} {last_post_user} {last_post_time} {last_post_topic}
| |
|
|
ashkir Full Member
Posts: 1,159 Status: Offline Gender: Male Location: Cali! Age: 35 Joined:
pmskypemsnyahoo | Re: Information tidbits for advanced templating. (9th Feb 11 at 5:27am UTC) | | I want to go further then that system, like create a special table. I want each board's tds/trs be different, and I don't think I can do it with the current system.
Like for example I may want it like this:
board1td board2td board3td board4td board5td board6td board7td board8td board9td
Etc. | |
|