I am looking for an open source solution that will allow a community of users to post news links related to a niche topic as well as do Q&A. It would be sort of like ycombinator's hacker news in its format where you have a tab for News and an Ask tab for Q&A, link here: http://news.ycombinator.com/news.

This is this something I need to get started on quickly and I'm wondering if this can be done easily with OSQA. I am not a developer so I would likely need to get some paid help to get this done. Is this something that can be accomplished with OSQA and if so how do I proceed?

asked 01 Nov '11, 22:29

Sol2Sol's gravatar image

Sol2Sol
1112
accept rate: 0%

edited 01 Nov '11, 22:43

I asked this question a while back - no response yet. Has anyone used OSQA for both link bookmarking and Q&A. If so, how easy would it be to customize it?

(01 Jan, 23:00) Sol2Sol

It's possible to create a javascript bookmarklet that would let users submit links and tags to the form. I made a simple one for Drupal 5.x a few years ago that looks like this:

javascript:q=""+(window.getSelection?window.getSelection():document.getSelection?document.getSelection():document.selection.createRange().text);location.href='http://example.com/node/add/userlink?edit[url]='+encodeURIComponent(location.href)+'&edit[title]='+encodeURIComponent(document.title)+'&edit[body]='+q;
link

answered 03 Jan, 02:29

SamRose's gravatar image

SamRose
361
accept rate: 100%

Sol2Sol do you accept this answer?

(08 Feb, 12:06) SamRose

@SamRose - please be careful not to use the "answer" type for a comment. BTW, I accepted it for @Sol2Sol.

(08 Feb, 12:08) rickross ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×1

Asked: 01 Nov '11, 22:29

Seen: 572 times

Last updated: 08 Feb, 12:08

powered by OSQA