| Re: Dates in extended profiles |
| by aces9 on 2005/8/24 23:16:49 I think that this is an issue in PHP versions below 5. Thus, XOOPS does not want to accept "long date" as a field change. Is anyone familiar with a workaround? I want a birthday field for users, some of whom are born before 1970. |
| Re: Dates in extended profiles |
| by aces9 on 2005/8/23 13:44:41 Thank you. But selecting "long date" as a field throws an error listed as "None." XOOPS then refuses to accept the updated or new field. It will allow the "date" type, however. |
| Re: Dates in extended profiles |
| by Mithrandir on 2005/8/23 7:01:00 Quote: It appears that date field will not work for dates prior to year 1970. If year 1969 or earlier is entered, it returns a value of -1. Yes. To use dates prior to 1970 and/or after 2038, you'll need to use "longdate" Quote: It also seems that the provided url to a website of the user doesn't work within the profile. It stays just a textline instead of an active link. Yes... this will have to be improved |
| Re: Dates in extended profiles |
| by Shine on 2005/8/23 6:53:40 It also seems that the provided url to a website of the user doesn't work within the profile. It stays just a textline instead of an active link. Reporting this from a Dutch user who encouters this problem. grtz., Shine |
| Dates in extended profiles |
| by aces9 on 2005/8/23 4:48:08 It appears that date field will not work for dates prior to year 1970. If year 1969 or earlier is entered, it returns a value of -1. |