Integrating forum software into a website
Integrating forum software into a website
I work for an organisation that runs a .net website and forum on the back of a sql server database. Some of the forum users want us to switch to vbulletin but we are getting conflicting views on whether it will be possible to fully integrate vbulletin into the website as vbulletin is php. Does anyone have any advice? Any examples of sites that have done this successfully?
Advice greatly appreciated!
Emma
- 3617 reads
Anonymous
Re: Integrating forum software into a website
Integrate is a large word...
Theres no reason why you couldnt have it running "along side" - providing you have php extensions running on your webserver etc.. .
But im not sure getting them to talk to each other is as simple. If you are thinking of having some company data coming out your sqlDB and talking to the the php via .net, you may be entering a wolrd of hate.
A .NET forum would be better imo, have you looked at http://www.yetanotherforum.net/ OR http://www.dotnetbb.com/
Both are great and fully .NET =)
Lastnico
Re: Integrating forum software into a website
Yes, indeed, these two .Net solutions are possible. vBulletin has probably some extensions that are language agnostic to support interconnectivity between the two softwares (yours + vBulletin), for log in and sharing accounts information. If you develop such integration, you'll then have only to duplicate your layout style to port it to the vBulletin architecture, and it will be done.
Nicolas
FSR Admin - Vote for 2012.
Anonymous
Re: Integrating forum software into a website
I have a similar situation to the above.
What if the current CMS was indeed .net supported by a large bespoke SQL database? There is categorically no chance of changing the SQL database due to cost hence the .net CMS choice.
Surely as Vbulletin is PHP and MySQL based it be almost impossible to have everything fully integrated? PHP and .net are opposites and MySQL and SQL are very different too.
Two things that stand out from the posts above are:
vBulletin has 'probably' some extensions - unfortunately i have seen no evidence of this have you?
If you develop such integration - how much development would be needed?
Lastnico
Re: Integrating forum software into a website
Well, if you have a bespoke SQL database, then you'll have several choices:
A general advice about forum software: never try to directly insert into their databases new information (new user account, new topics,...) for two main reasons:
vBulletin do have extensions. Many of them are on the vBulletin.org community website. But of course, it will take time - time to learn the API & time to develop with it, for your specific needs.
FSR Admin - Vote for 2012.
Chrisadam
Re: Integrating forum software into a website
I've searched around and haven't really found anything on this, so maybe someone here has tried this before. My company already has a website built with Zend, and we'd like to add in a forum as well. All I really need is something that will work with postgresql and has foreign language support (particularly Japanese, but if worst comes to worst, I'll just translate it myself). phpBB fits all my needs though. Is it possible to get the two working together? Or is there another forum software that'll work with Zend? Or is it better to just build the thing from scratch? Thanks.
______________________________________________
Lastnico
Re: Integrating forum software into a website
(back from vacation)
Hi Chrisadam!
Unfortunately, I don't find any dedicated forum software for the Zend framework, so you'll have to use the under layer PHP language. And in this case, if phpBB suits your needs, then you should use it additionally with some plugins to ensure a good interaction between your Zend website and your forum.
FSR Admin - Vote for 2012.