I was just wondering if it would be possible to setup more than one forum page for each script. for example:
Teen Forum:
http://www.golivewire.com/forums/support-teen.html
College Forum:
http://www.golivewire.com/forums/support-college.html
Tech Forum:
http://www.golivewire.com/forums/support-technical.html
these three examples run from the same script and share the same users.. they just have different forums on each page.
would this be possible for phpbb3?
please let me know if it has been done, and how..
3 sites, one script.. is it possible?
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
-
- Registered User
- Posts: 26
- Joined: Mon Oct 30, 2006 11:57 pm
- Highway of Life
- Registered User
- Posts: 1399
- Joined: Tue Feb 08, 2005 10:18 pm
- Location: I'd love to change the World, but they won't give me the Source Code
- Contact:
Re: 3 sites, one script.. is it possible?
Yes, certainly easily possible... you would use the templates and assign <!-- IF forumrow.FORUM_ID eq x -->{ table code similar to forumlist_body }<!-- ENDIF -->
Re: 3 sites, one script.. is it possible?
It's possible, but it would add unnecessary complication imo...
-
- Registered User
- Posts: 161
- Joined: Tue Feb 28, 2006 6:13 pm
Re: 3 sites, one script.. is it possible?
Hmmm....
Almost a better Idea would be to make 3 catagories on the forum, one for each set of forums.
If you really wanted to, you could use .htaccess files (if your server supports them) to rewrite /forums/index.php?f=## to /forums/support-teen
so then if the user is to go to /forums/support-teen then they will see the appropriate one of the three catagories.
Almost a better Idea would be to make 3 catagories on the forum, one for each set of forums.
If you really wanted to, you could use .htaccess files (if your server supports them) to rewrite /forums/index.php?f=## to /forums/support-teen
so then if the user is to go to /forums/support-teen then they will see the appropriate one of the three catagories.