I am investigating the feasibility of setting up a discussion forum / message board in my company to enable knowledge sharing etc.
What are the steps involved in implementing such a solution?
...
Hey SO,
I'm trying to include a premade messageboard, Phorum, into one of my Zend projects. Phorum is a relatively large and intricate web of PHP includes. My website already has a signup, so I'm trying to combine the two login systems into one.
What I've done is to make a controller that includes the Phorum index.php. This will l...
Hi all,
I tried to ask this once, but I think that my former question was too unclear for you guys to answer, so I'll try again
I'm making a website using the Zend Framework, and am trying to include the premade messageboard Phorum. So far, I've made it work by not running it through my bootstrap using my .htaccess file. What I'd li...
Is there any message forum/board software (open source or commercial) that allows one to post a question from MS Outlook? I read Kubi Software Inc had this feature. However, a google search for their website seems like the company is no more.
Thanks,
...
I am using JavaScript to invoke the GetListItems method of the SP webservice and handing in the following CAML:
var CAML = "<Query>"
+ "<ViewAttributes Scope=\"Recursive\" />"
+ "<Where>"
+ "<Or>"
+ "<Eq>"
+ "<FieldRef Name=\"ID\"/>"
+ "<Value Type=\"Counter\">"...
What are some of the better messageboard components that are available for an ASP.NET site. I currently have a site in C#/Ajax (FW 3.5) that I would like to add a messageboard to (also have a SQL Server db). Can someone recommend a component that can be easily added?
...
Is there a simple way to broadcast short messages to PCs and have them appear on the bottom of the screen like a ticker tape?
If you want to broadcast company messages, news, etc., have them appear on the bottom of the user screen in a continuous manner. A bit like what you see on CNN, but without having to purchase expensive server apps...
I've trying to add a messageboard to my Codeigniter web site. Everything has gone well except for one little part: I'd like my log in from the main site to carry over to the messageboard. Since the messageboard is not able to run in Codeigniter, I made a subdomain to run the messageboard in. This means that the main site and the messa...