Black Pearl

Add Topic Creation Date - Black Pearl

Add Topic Creation Date

by T.Lee » Thu Jul 29, 2010 1:26 pm

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.
sample1.png
Tara Style
sample1.png (8.16 KiB) Viewed 218 times

sample2.png
Black Pearl Style
sample2.png (5.03 KiB) Viewed 291 times

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
T.Lee
Registered User
Posts: 5
Joined: Sun Jul 11, 2010 2:38 am

Re: Add Topic Creation Date

by Joshua203 » Mon Aug 16, 2010 10:29 pm

hi,

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
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
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

by Joshua203 » Mon Aug 16, 2010 10:42 pm

on a second look at this... black pearl allready shows this info on mouse over title
Image
http://DutchaGoGo.com (development/under construction ..forever?¿?) ;)
User avatar
Joshua203
Registered User
Posts: 227
Joined: Tue Jul 21, 2009 7:01 pm
Location: Rotterdam, Netherlands, Europe, Earth.
Name: Joshua 203