Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
35 views

ASP.NET Need advice in making a very simple comment page using listview and peoples username

I have a asp.net site that is nearly complete. I have the ability to register and log in. I want to add a page where reigstered members can make a comment that is saved to a very simple message ...
1
vote
3answers
185 views

Message board Winforms App

I'd like to create a message board like component within my app ie allow users to post messages and communicate. The app is a C# winforms client using client or server database EF code first. I'm ...
1
vote
3answers
2k views

Need help with CAML from JavaScript to retreive all items from a SharePoint Message Board

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\" ...
1
vote
3answers
391 views

knowledge sharing discussion forum on company intranet / network drive

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?
0
votes
0answers
28 views

how can I get parameter of assetTags in liferay?

I'm researching about forum in Liferay and I want to get the tags of the input tags in Liferay. The input tag of tags in Liferay look like the following: <aui:input name="tags" type="assetTags" ...
0
votes
1answer
56 views

Email based online discussion forum

I wish to have a framework/software that i can download and host it within our intranet so that people can fire in their issue and we can reply to their issue and archieve thme at the same time. Its ...
0
votes
2answers
147 views

NoMethodError in Topics#new (undefined method `content' for nil:NilClass) for Rails 3 from netnuts tutorial.

I have been following this tutorial over at net.tutsplus Forum tutorial but I have run into some issues. The comments have all turned to Spam and the article has been forgotten. I have followed the ...
0
votes
1answer
531 views

How to access codeigniter session variable from external site

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 ...
0
votes
2answers
44 views

Enterprise message forum/board software and MS Outlook

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 ...
0
votes
2answers
87 views

How to keep relative filepaths intact, even though I'm bootstrapping

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 ...
-1
votes
1answer
164 views

Running a premade bulletin board through my Front Controller in Zend

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 ...