| | |||||
| ||||||||
| The Break Room Casual discussion about non-industry related topics. |
![]() | NamePros Account Upgrade | Forum Sponsorship |
| Take advantage of our upgraded membership levels (2 levels to choose from) so you can have MORE active sales threads, Custom Titles, A Directory Listing, Invisible Mode, Message Tracking, And MORE! | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| www.SportsConvo.com ![]() Join Date: May 2004
Posts: 2,623
![]() ![]() ![]() ![]() ![]() | Forums I am just wondering what is needed to set up a forum setup such as namepros.com/webdesigntalk.com/adultdevelopers.com where they all work off one database in phpbb? Let me know if you need more info |
| |
| | #2 (permalink) |
| Senior Member Join Date: Oct 2004 Location: Bulgaria
Posts: 3,808
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | You need vBulletin and host with more bandwith...Which support php..MySQL etc..to set p vBulletin you need only 1 db ..but for hacks and etc..may be you will be need more..
__________________ || FREE Web Submissions || Listen Music Online || Forex Guide For Beginners || Forex Discussions || || Antivirus for Mac || Adult Book Shop || |
| |
| | #3 (permalink) |
| Senior Member Join Date: Feb 2004 Location: England, UK
Posts: 2,335
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Forums require less work than running a real site IMO! I used to run a very popular forum, and now own another. You need SQL and PHP on your server or host (majority will have this anyway) and thats about it. Free options such as phpBB are available or you might want something really professional like vB (which I use) depending on how serious you are about your site. |
| |
| | #5 (permalink) | ||||
| Senior Member Join Date: Oct 2003 Location: world wide web
Posts: 2,062
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
????: NamePros.com http://www.namepros.com/the-break-room/71760-forums.html thats it | ||||
| |
| | #6 (permalink) |
| NamePros Regular Join Date: Dec 2004
Posts: 245
![]() | Hope it's OK to link to another support board, but try This thread on phpBB It is imprtant that you are either doing a whole new install where you can copy the entire front end of one board, or you have the EXACT SAME mods on both boards. If you have two board with different looks, you should be able to just copy the config file from one to the other. The problem is, if one board has different mods than the other (wich include db mods), the config copy won't work because it will be looking for SQL queries which aren't there. (Make sense?). If you're doing a whole new install, you can simply copy the "front end" (server files) from one forum directory to the other. If you copy everything completely, it should open up easily. Then, go into one site's .tpl files and adjust them as needed. ????: NamePros.com http://www.namepros.com/showthread.php?t=71760 Confusing, but I hope this helps. I'm not a php or SQL expert, but I got it to work... although I eneded up just combining boards anyway |
| |
| | #7 (permalink) |
| Soon to be RICHdoggie! Join Date: Jan 2005 Location: UK
Posts: 2,408
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | yea... pretty simple with phpbb... just make sure that the config.php files in root dir is the same on each forum probably exactlly the same for other forums (eg: a data file which stores your db info) |
| |