I read somewhere that ASKBOT can integrate somehow with WordPress (cant recall where or find it on search here now). Can I read more about this somewhere?
Would this be suitable for 'non-geek' users (for say a home repairs q & a site, for example).
Also, is it possible to display things like a traditional forum, as an alternative format? I mean for those users who are used to forums like vbulletin, etc.
Regarding an proper API becoming available please see/vote this question.
It is possible to authenticate to askbot via wordpress and to run askbot and wordpress side by side on the same server.
For proper integration you'll need to match theme of askbot to your blog.
It is not directly connecting to the WP database, but uses the worpdress authentication API (xml rpc) - you don't even need to have WP installed on the same machine. Do you need to run them in the same database? It can be done by simply configuring askbot (django) to connect to the same db, but there must be a good reason for that.
Evgeny ( 2012-01-18 07:32:48 -0500 )editCommon login is not implemented now, but you can log in to askbot by entering wp password. You will still need to log in to WP separately. We could solve this issue. Do your users (other than yourself) ever log in to your wordpress system? Authentication is checking that user is who he/she is, login is giving user a privilege to use a certain account (but the terminology in not so important in this conversation:). It is not necessary to use the same database to do either.
Evgeny ( 2012-01-18 08:09:40 -0500 )edit@Evgeny, are you saying that SSO is supported with Wordpress, than how to manage session with wsgi and modphp/fcgiphp?
I understand that only sync is possible! Please can you tell us in detail, would help to understand as I was on track of thinking intermediate token base solution between wordpress and phython django!
answered 2012-03-07 21:10:47 -0500
This post is a wiki. Anyone with karma >100 is welcome to improve it.
SSO in not supported - you can't sign at the time of this writing sign in to both at once, else you can authenticate into askbot by the wordpress. That won't log you in to wordpress.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-01-18 05:11:59 -0500
Seen: 283 times
Last updated: Mar 07 '12
Integrating askbot with another system
I'm looking at using askbot to develop a Q&A site for health issues, looking for advise
ManyToMany join table "question_followed_by" is empty.
redirect back to askbot after login via own django app
sharing templates between askbot and our own django app
How can I integrate Askbot into own django app?
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Could you explain a little more - what do you mean by integration?
Evgeny ( 2012-01-18 05:58:41 -0500 )editRegarding the traditional forum format, we could make the UI more like that, and enhance commenting feature to emulate the traditional forum behavior. Really Q&A forums are superior - they engage users better and need smaller community to stay active. This is very important, because the main barrier to create a successful forum is building of a large enough user base.
Evgeny ( 2012-01-18 06:06:39 -0500 )edit