faq
These are some of the more common problems encountered whilst using phpmyfamily.
installation
- How do I change the date format?
- Why does the image upload not work?
- Why do I keep getting a message about fmod()?
use
- How do I hide details of living people for whom I have no date of birth?
answers
installation
- How do I change the date format?
It is now easy to change the format of the displayed dates. Line 28 of your chosen language file can be altered to any POSIX date string. Look here for details of valid characters.
- Why does the image upload not work?
For image uploading to work, the web-server must have write permissions to the image directory. For instance, if you are running Apache and it runs as 'nobody' you could issue the commands 'chgrp nobody images' and 'chmod g+w images.'
- Why do I keep getting a message about fmod()?
You are seeing this message because you are running a version of PHP prior to 4.2.0. Although the recommended option is to upgrade, this is not always possible so a replacement function has been included. Un-comment the lines for the fmod() function in the inc/functions.inc.php file.
use
- How do I hide details of living people for whom I have no date of birth?
You can enter a date as any combination of year, month or day. If you enter a date of birth as '9999-00-00' then that person will only be visible to registered users. Alternatively, use '1909-00-00' etc.
|