Frequently Asked Questions: script questions: phpfanbase customize: page: 3
Page 3 of 5 · <1 ... 2 3 4 ... 5 >
-
1
Why won’t PHPFanBase work if I try to convert it to PHP using NL-ConvertToPHP?
Because PHPFanBase is already using that script. Trying to apply it twice to the .php pages will cause them to break and give you errors. Leave the join and member pages alone, and just link them as join.php and members.php, do not try to include them anywhere else.
May 21, 2004 |
By Sasha |
Filed under FAQ, NL-ConvertToPHP, PHPFanBase: Customize, Scripts
-
2
How can I have my member list sorted by ID number?
Open up config.php and look for the following lines:
//How would you like to have the members sorted on the All and Country pages? $allsort ="country"; // choose either id, name or country $countrysort ="name"; //choose either id or name
Change both to “id” to have it sorted by the ID on both the All and Country pages.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
3
I don’t know how to install/customize PHPFanBase, will you please do it for me?
With all pleasure, but for a small fee. For more information and a quote, please visit ErinShore.net.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, PHPFanBase: Installation, Scripts
-
4
How can I display the date a member joined on my Member pages?
Version 2 and 2.1 of phpFanBase don’t keep track of the date members were added, so unfortunately, this is not possible (yet) without hacking the script.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
5
How can I sort members by the Favorite field?
A tutorial on how to do this is available here.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts