Frequently Asked Questions: page: 20
Page 20 of 21 · <1 ... 19 20 21 >
-
1
How do I make the join.php, members.php and country.php pages fit in with the rest of my website?
A tutorial on how to do this is available here.
May 21, 2004 |
By Sasha |
Filed under FAQ, PHPFanBase: Customize, Scripts
-
2
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
-
3
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
-
4
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
-
5
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