Customizing SMF > Modifications and Packages

Add Join Date : to each members reply in topic view

(1/4) > >>

tinoest:
Link to Mod

This Modification adds the date registered in the form 'Join Date' to each users reply in topic view.

It is displayed after the number of posts they have.

futeball:
There was an error 'The package you are trying to download or install is either corrupt or not compatible with this version of SMF.'.
I'm using smf 1.1.13. Please check it out. TQ.

Arantor:
Yeah the file wasn't updated to include instructions for 1.1.13 even though they're identical to 1.1.12.

Try installing http://custom.simplemachines.org/mods/index.php?mod=2113 and selecting 1.1.12 from the dropdown it gives you (that tells the package manager to look for instructions for 1.1.12 instead of 1.1.13)

tinoest:
Apologies for that, thought I had copied the identical instructions across.

Its been done now.  :)

Danny S.:
Just an FYI, got this to work in 2.0RC5 with the following code:


--- Code: ---      // Show the member's registration date?
      if (!empty($message['member']['registered']) && (!empty($settings['show_registration_date']))
         echo '
                        <li class="registrationdate">', $txt['date_registered'], ': ', strftime(' %b, %Y',  strtotime($message['member']['registered'])), '</li>';

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version