Questions tagged [osqa]

OSQA (Open Source Question and Answer) is an open source question-answer system written in Python with Django. The data layer relies on MySQL, PostgreSQL, Microsoft SQL Server or SQLite. OSQA is licensed under GPL version 3 or later.

OSQA is based on CNProg and uses Django.

Homepage: http://www.osqa.net/

63 questions
0
votes
2 answers

Are there any Q&A plugins / libraries written for / developed in CodeIgniter?

Or failing that, any tutorials or guides as to how to create your own? I have tried to read other implementations (osQA, etc), but each seems very different from the other, and I am having a tough time understanding the architecture / best…
Samudra
  • 1,013
  • 1
  • 14
  • 21
0
votes
1 answer

Any ideas how to transate OSQA?

I just installed OSQA and now I want o translate in my language, I edited django.po file with poedit but something happens, sometimes words appear translated, sometimes not. any ideas? Thanks
user1136764
0
votes
1 answer

OSQA and Django 1.3.1. error when posting text with URL

first of all: I am not a python programmer, i just want to run default instalation of OSQA on linux hosting. My hosting provider installed it for me, and OSQA is working with ony one (but serious) error - if i try to post question/answer/comment…
rouen
  • 5,003
  • 2
  • 25
  • 48
0
votes
2 answers

How could I add geolocation to OSQA?

I want to modify it so questions made in a given location can only be answered by people in or near that location. How do I do that? is there a location plugin for django I could use?
0
votes
1 answer

Login not possible after moving osqa database to a new site

I moved my osqa site from one machine to another machine, so I moved my mysql database too. After I finished this, the whole site is placed at another place. When I open the new site page, all information is fine. But when I try to log into the new…
mike
  • 1,127
  • 4
  • 17
  • 34
0
votes
1 answer

How can I moderate users on an OSQA admin site?

I can't see any link in the OSQA admin site to moderate users accounts. How can this be done?
0
votes
1 answer

How can I enable anonymous comments in OSQA?

I am wondering about how to enable anonymous posting their comments for a question in OSQA website, like stackoverflow.com does. If the OSQA does not support this feature yet, can you please give me a short brief on how can I implement a such…
ofecrpnr
  • 109
  • 1
  • 2
  • 10
0
votes
1 answer

How can I enable anonymous posting in OSQA?

I am wondering about how to enable anonymous posting of question and answer in a OSQA website, like stackoverflow.com does. If OSQA does not support this feature yet, can you please give me a short brief on how can I implement a such feature like…
ofecrpnr
  • 109
  • 1
  • 2
  • 10
0
votes
1 answer

OSQA Reaching to Page Files (Bitnami)

I've been trying to reach to OSQA pages to modify them. I've installed it to my pc with bitnami and I cannot find the files of the pages. I couldn't find anything on the wiki and readme files. Is there a way to edit the pages? Not just css but also…
ps34
  • 183
  • 1
  • 4
  • 13
0
votes
1 answer

500 Server Error in OSQA

I host OSQA in AWS EC2 and encounter 500 Server Error while accessing the homepage. 500 Server Error sorry, system error system error log is recorded, error will be fixed as soon as possible The error log file /var/log/apache2/osqa.error.log is…
SparkAndShine
  • 17,001
  • 22
  • 90
  • 134
0
votes
1 answer

Login through twitter failiing as "unauthorized" in OSQA

I have installed OSQA on a site hosted on hostgator. The login functionality is working for google, yahoo and facebook, but when I click on twitter's icon it's generating an exception. I have already added the twitter consumer key and the twitter…
Pankaj Khurana
  • 3,243
  • 10
  • 50
  • 79
0
votes
1 answer

Openid not working in OSQA hosted on hostgator

I have installed osqa on server hosted on hostgator. Openid is not working at all. When I click on google under login I get a Page not found (404) error. What could be the reason for this?
Pankaj Khurana
  • 3,243
  • 10
  • 50
  • 79
0
votes
1 answer

OSQA: lost access to web-site due to changing allowed IP (admin's maintenance-mode)

I am the admin of a OSQA system (which is cool and great, by the way). I tried to learn and understand the "maintenance mode", in order to create backups. So I have entered the "maintenance mode", and there I saw the text box with the message that…
OhadR
  • 8,276
  • 3
  • 47
  • 53
0
votes
1 answer

Wrong redirect_uri in Facebook login api

I am configuring the log in with Facebook in my website. When users are asked to introduce their email and password, Facebook will redirect to my website but the address is wrong: mywebsite.com/osqa/osqa/account/facebook/done... As you can see…
FP Towers
  • 43
  • 8
0
votes
1 answer

Anyone knows the full text engine name for postgresql?

I have a AWS ec2 instance running Bitnami OSQA stack(using postgresql), to implement the full text search, I have tried on my develop server(original OSQA with mysql). The problem is, when I add mysqlfulltext in disable session in Settings_local.py,…