Quote:
Originally Posted by jimraynor
i cant find my templates to threadbit_display. My threadbit is:
threadbit
threadbit_announcement
threadbit_deleted
threadbit_lastvisit
threadbit_pagelink
where is the threadbit_display? Can you show me this. i use 3.6.8 version.
|
threadbit_display is the plugin hook. The template is
threadbit
1) Create a plugin against the threadbit_display hook containing the following code:
$thread['fdate'] = date('M nS, Y', $thread['dateline']);
2) Add the text to the threadbit template in the appropriate place. Something like:
Started by $thread[postusername] on $thread[fdate]