Frequently Asked Questions: page: 20
Page 20 of 21 · <1 ... 19 20 21 >
-
1
How do I add some text to the member names to personalize my lists a bit more?
A tutorial on how to do this is located here.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
2
How do I make the www next to the member name show up as invalid (stuck-out) when they don’t have a URL?
You can do that by deleting everything in the URL box, including the http://, when you’re approving the member. The script will detect automatically that field is empty, and show the www with a line through it.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
3
On the members list, how can I make it so the member’s name is a link to their email?
A tutorial on how to do this is available here.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
4
Why are the fonts on the Join and Member pages so big? How can I make them smaller?
They’re big because they’re all inside tables. You need to add a declaration for the td tag into your style sheet like this:
td { font: 1em Arial, Verdana, Tahoma, sans-serif; }
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
5
I have installed the script, but I am not sure what to do with the batchmembers.php file. Do I just add the old members to it as instructed and upload it?
Yes, that’s pretty much all there is to it! Add the members as instructed in the file, upload it to the same directory as config.php, and just point your browser to it. If you didn’t make any errors, it will give you a “Success” message to let you know the members have been added.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Installation, Scripts