A picture is worth a thousand words to so I am going to use pictures to show what I am talking about.
I have changed the theme of our forum from Tara to Black Pearl and the Topic Creation Date has been removed in the Black Pearl style.
Can someone tell me how to add the user/date back into the black pearl theme as it's displayed in the Tara Theme? Please keep in mind that I am new to changing code and I'll need to know the baby steps to do this.
URL is http://www.shaestone.com
Add Topic Creation Date - Black Pearl
Re: Add Topic Creation Date
hi,
well that is missing in all subsilver based styles i guess
you could try using this part from prosilver viewforum_body.html:
to add it somewhere after:
in Black pearl's viewforum_body.html
**this should just points you in the right direction, so you ll need to take a good look at how and where to edit it in
well that is missing in all subsilver based styles i guess
you could try using this part from prosilver viewforum_body.html:
Code: Select all
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME}
to add it somewhere after:
Code: Select all
{topicrow.TOPIC_TITLE}</a>
in Black pearl's viewforum_body.html
**this should just points you in the right direction, so you ll need to take a good look at how and where to edit it in
-
- Registered User
- Posts: 227
- Joined: Tue Jul 21, 2009 7:01 pm
- Location: Rotterdam, Netherlands, Europe, Earth.
- Name: Joshua 203
Re: Add Topic Creation Date
on a second look at this... black pearl allready shows this info on mouse over title
-
- Registered User
- Posts: 227
- Joined: Tue Jul 21, 2009 7:01 pm
- Location: Rotterdam, Netherlands, Europe, Earth.
- Name: Joshua 203