Adriano Faria Posted September 10, 2010 Posted September 10, 2010 File Name: (SOS31) Members Age in Profiles v1.0.0File Submitter: Adriano FariaFile Submitted: 10 Sep 2010File Updated: 13 Sep 2010File Category: Hooks and Plugins Shows each members' 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.NotesThis hook 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.Compatibility: IP.Board 3.1.XNo file or template edit is requiredClick here to download this file
JahLion Posted September 10, 2010 Posted September 10, 2010 Good hook but is there a way to hide the age from "Guest" :whistle:
Adriano Faria Posted September 10, 2010 Author Posted September 10, 2010 Open hooks/sos31_membersage_***.php and find $print = "<li><span class='ft'>{$this->lang->words['age']}:</span><span class='fc'>{$age}</span></li>"; Change to: if ( $this->memberData['member_id'] ) { $print = "<li><span class='ft'>{$this->lang->words['age']}:</span><span class='fc'>{$age}</span></li>"; }
JahLion Posted September 10, 2010 Posted September 10, 2010 Don't understand what you telling me to open.. <_<
Adriano Faria Posted September 10, 2010 Author Posted September 10, 2010 Go to your FTP. Download that file. Make the edit. Save. Upload to your host.
Ecnad Posted November 30, 2010 Posted November 30, 2010 Strange. Installed this on two boards. One works, the other won't. Settings are the same, board version are the same.
scatteredbomb Posted December 14, 2010 Posted December 14, 2010 Installed in the admin center, but not seeing any ages anywhere. Was there some other required file, or any way to double check the proper code got inserted?
insidertipps Posted January 15, 2013 Posted January 15, 2013 This Hook works on Version 3.4.1 without Problem. But i have see the age will only displayed on the Profilpage. I dont the the Age in Forum by the Posterinformation and also don't show by the Member-Popup. What can i do, that the age also display by this both parths?
Adriano Faria Posted January 15, 2013 Author Posted January 15, 2013 This Hook works on Version 3.4.1 without Problem. But i have see the age will only displayed on the Profilpage. I dont the the Age in Forum by the Posterinformation and also don't show by the Member-Popup. What can i do, that the age also display by this both parths?
Ely R. Posted January 26, 2013 Posted January 26, 2013 Can I change this so it aligns with the "Locatie" and "Vervoer" part? See screenshot.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.