|
| Author |
Message |
juliejesta
Joined: 06 Jun 2006
Posts: 33
|
Posted: 7/5/2006, 9:48 am Post subject: date/time in posts? |
|
|
on my new board i dont have them? i think its to do with the phpbbsytle we've added.
how can i keep the style, and fix this please?
http://www.parentstime.co.uk/viewforum.php?f=9
it shows the times of last posts ok, but not individual posts? _________________ Julie.
www.ParentsTime.co.uk |
|
| Back to top |
|
 |
Mercury
Joined: 24 Oct 2005
Posts: 184
|
Posted: 7/6/2006, 8:56 pm Post subject: |
|
|
I looked for the code in one of my templates and have highlighted below (in red) what you're looking for (from viewtopic_body.tpl):
| Quote: |
| <td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> |
I took it upon myself to download the template and observe the code for myself. There are some notable differences (albeit not hard to overcome) such as use of the DIV tag. However, I don't have the time to mess with the file myself until I get it right. I recommend you go to that forum linked at the very bottom of your forum with the text "phpBBStyles.com " and ask for further details there. Since that forum serves as the main support place for that template you're using, I recommend seeking support for it there first and foremost, as you're more likely to get a quick and helpful response. _________________ [ The Infinity Program Forum ]
“Tomorrow, every Fault is to be amended; but that Tomorrow never comes.”
— Benjamin Franklin, Poor Richard's Almanack |
|
| Back to top |
|
 |
juliejesta
Joined: 06 Jun 2006
Posts: 33
|
Posted: 7/8/2006, 11:53 am Post subject: |
|
|
thanks sweetie. there are now dates/times but under the avatars. different but hey! _________________ Julie.
www.ParentsTime.co.uk |
|
| Back to top |
|
 |
~HG~
Joined: 25 Sep 2005
Posts: 423
Location: Australia
|
Posted: 7/8/2006, 2:00 pm Post subject: |
|
|
If you want put the date/time after the small post icon in each post it is just a matter of finding in viewtopic_body.tpl
| Code: |
| <img src="templates/ca_aphrodite_green/images/icon_post.gif" width="12" height="9" alt="Post" title="Post" /> |
ADD AFTER
| Code: |
| {L_POSTED}: {postrow.POST_DATE}<span class="gen"> </span> {L_POST_SUBJECT}: {postrow.POST_SUBJECT} |
I think I have that right and you may be able to remove the span class in that code as that is taken straight from subSilver 2.0.21 _________________ ~HG~
|| Click here to view all my phpBB Communities || |
|
| Back to top |
|
 |
|