FAQ: How to get a block-style post
With this code you can get a block-style post template, similar to the one here. (I'm talking about all the information on the side of posts)
NOTE: If you have alot of content on your sidebar it may stretch the posts. (Meaning that there will be a space between the line that divides the
posts from the buttons at the top and bottom)
NOTE: Be SURE to backup your viewthread_post template
NOTE: If you have many hacks installed that modify the sidebar of your post then be SURE to include EVERYTHING.
NOTE: If you are not very experienced with HTML and XMB templates then it is not reccomended that you try to modify your template.
---------------------------------------------------------------------------------
Ok, so now that all the extra notes are taken care of, heres the code:
Paste this into the area you desire, then take ALL the content that you wish to have in a box and paste it in there.
For example, if I wish to have the number of posts the member has and their registration date in a box, I would put
| Quote: | $lang[textposts] $post[postnum]
<br />
$lang[textregistered] $tharegdate |
Into where it says [CONTENT HERE]
Ok. So NOW, heres the code:
If you feel you cant do this yourself ask for help in the general non-hack related support forum.
Be sure to specify the name of each box and what you want in it and your viewthread_post template if you're requesting it.
(Please dont request this if you CAN do it yourself, the installers and developers have enough on their hands already, and they are people who would
be able to help you with this...)
|