Customizing SMF > SMF Coding Discussion

Subject with Time

(1/1)

pixeleyes:
I want to add post subject before page index

Subject is working fine but time is not showing.


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

Can anyone correct it?

Suki:
Where exactly are you putting this code on? which page and on which part.

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

Navigation

[0] Message Index

Go to full version