News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Subject with Time

Started by pixeleyes, June 17, 2012, 10:14:18 AM

Previous topic - Next topic

pixeleyes

I want to add post subject before page index

Subject is working fine but time is not showing.

Quoteecho '
   <div class="topsub">
   ', $txt['topic'],  ':
   ', $context['subject'], '
   <p ', $topic['first_post']['member']['link'], ' ', $topic['first_post']['time'], '</p>
   </div>';

Can anyone correct it?

Suki

Where exactly are you putting this code on? which page and on which part.
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

pixeleyes

I'm putting these codes on top of post page.

Right after red marked subject I want Poster name with time.

Suki

Don't you mean Display.template?

On display.template.php $topic holds nothing mire than the topic ID,  is an int and not an array, meaning $topic['first_post']['member']['link'] will not exist.

If you want info about the first message then you will need to do a query like this mod does: http://custom.simplemachines.org/mods/index.php?mod=1472
Disclaimer: unless otherwise stated, all my posts are personal and does not represent any views or opinions held by Simple Machines.

Advertisement: