hi i am newer to php and i have a forum which was designed in php. i want to make my forum like this. In this all forum categeories are not placed in a single page it is divided into some categeories and placed under tabs. i dont kwno how can i do this. i serached in phpbb forum and community. but i ddn't get exatly for what i am looking. can you pelase tell me hwo can i do this. i am giving the screen shot for a web site who did.
first of all put the tabs u want at the top of your page and give them a code u want... for example gaming-1, coding-2, computing-3...etc.... now the links for the tabs shoud be like this http://viewforum.php?tab=1 ......... for gaming h ttp://viewforum.php?tab=2 ........ for coding h ttp://viewforum.php?tab=3 ........ for computing.... so when a users clicks on the tabs.... they will carry the "tab=1" value in the address bar... get it with $_GET and load the categories u want for the particular tab PHP:
This isn't something that someone should tackle as his first programming project. You're going to have to learn a lot of programming, or you're going to have to learn a library that has tabs. It's not something someone can give you a few lines of code (or even a whole script) to just add to your forum.
i thought there would be already a mod for this. hmmmmm so i need to learn php so that i can do this. ok friends thanks for all your replies