Adriano Faria Posted November 13, 2009 Posted November 13, 2009 File Name: (SOS30) Members Age in Profiles v1.0.0File Submitter: Adriano FariaFile Submitted: 13 Nov 2009File Updated: 13 Nov 2009File Category: Modifications Shows each member's age below their avatar in their posts, calendar events and PMs. This age is based off of the user-entered birthday date. If they have not entered a birthday then "N/A" will show for their age.Copyright Note:This mod is an upgrade of mod (FSY22) Members Age in Topics v1.1 for IP.Board 2.2.X, by Michael McCune, from Coders Refuge. This upgrade was authorized by Michael McCune.Affected Files:admin/sources/base/core.phpadmin/applications/forums/modules_public/forums/topics.phpClick here to download this file
Gary. Posted November 14, 2009 Posted November 14, 2009 Step 3: Skin Edits Open Admin CP -> Look & Feel -> click on your skin -> Global Templates -> userInfoPane template and find:<li> <span class='ft'>{$this->lang->words['m_group']}</span> <span class='fc'>{$author['_group_formatted']}</span> </li> If you do this then it goes offset and does not align up with the others. For that to work I had to do: Open Admin CP -> Look & Feel -> click on your skin -> Global Templates -> userInfoPane template and find: <dd>{$author['_group_formatted']}</dd> Add below: <dt><span class='ft'>{$this->lang->words['age']}</span></dt> <dd><span class='fc'>{$author['age']}</span></dd>
Adriano Faria Posted November 14, 2009 Author Posted November 14, 2009 It was tested and works nice on 3.0.4!
AnjaNi Pari Posted December 26, 2009 Posted December 26, 2009 I'm getting this error for 3.0.5 Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home2/lovingfr/public_html/forum/admin/applications/forums/modules_public/forums/topics.php on line 2168
Adriano Faria Posted December 27, 2009 Author Posted December 27, 2009 PARSE ERROR is wrong edit on php file. Take a look at your edits.
darkidan Posted August 6, 2011 Posted August 6, 2011 can you upgrade this mod to 3.2? it worked fine on 3.1..
insidertipps Posted January 14, 2013 Posted January 14, 2013 I habe also a question... Works this Mod also for IPB Version 3.4.x? Thanks for a answer.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.