Posted 26 November 2004 - 09:52 PM
- Earthbound Fanboy
-
-
Posts:
139
-
Joined:
26-November 04
-
Gender:Male
-
Location:Richmond VA
-
Wiki edits:1

00
Quite an interesting point. I haven't learned PHP yet, though, so I wouldn't know, but I have seen some great things done in PHP.
And more realevent to the topic, I've seen the old layout, and I definetly agree with the most of you more. This new design is significantly better.
Posted 26 November 2004 - 10:45 PM
- Make any joke you want, you know I look good.
-
-
Posts:
3725
-
Joined:
06-June 04
-
Gender:Male
-
Location:45mins west of Chicago
-
Project:RSN2.0, PHP:IRC (A attempt at CGI:IRC in PHP)
-
Wiki edits:65

00
PHP is very easy to learn as compared to other web-programing languages. Example, Time take to learn PHP for me: 4 months, and I'm still learning, I've managed to put off arrays untill this point heh, I don't like arrays that much for some reason. Getting back on topic, it is possible to create diffrent colors for diffrent forums, just count up the number of forums, create the emerald icons, specificly lable the image for a specific forum id, example
if ($fid == 2) { $img = "path/to/img.gif"; }
Then write in a way to create the forums list using the images. Another simple way is to use the case switch function.
EDIT: forgot the ; :o
This post has been edited by voice: 26 November 2004 - 10:46 PM