First time here? Check out the FAQ!
2

What kind of integration with wordpress is possible?

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.

Brett's avatar
83
Brett
asked 2012-01-18 05:11:59 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2012-01-20 07:04:24 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Could you explain a little more - what do you mean by integration?

Evgeny's avatar Evgeny (2012-01-18 05:58:41 -0500) edit
1

Regarding 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's avatar Evgeny (2012-01-18 06:06:39 -0500) edit
add a comment see more comments

4 Answers

1

Regarding an proper API becoming available please see/vote this question.

magicfab's avatar
51
magicfab
answered 2012-03-05 08:33:16 -0500
edit flag offensive 0 remove flag delete link

Comments

Go ahead, vote!

Evgeny's avatar Evgeny (2012-03-05 16:17:40 -0500) edit
add a comment see more comments
0

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.

answered 2012-03-07 21:10:47 -0500
This post is a wiki. Anyone with karma >100 is welcome to improve it.
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
0

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.

Evgeny's avatar
13.2k
Evgeny
answered 2012-01-18 06:00:58 -0500
edit flag offensive 0 remove flag delete link

Comments

By that you mean askbot could use wordpress' user database? How is this done?

Brett's avatar Brett (2012-01-18 07:29:21 -0500) edit
1

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's avatar Evgeny (2012-01-18 07:32:48 -0500) edit

I mean have one login for both wordpress and askbot. I thought that would require using the same database. Sorry, I'm not clear on what authentication means vs. login, etc. Can you please clarify? Thank.

Brett's avatar Brett (2012-01-18 08:02:35 -0500) edit

Common 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's avatar Evgeny (2012-01-18 08:09:40 -0500) edit

@Brett - what I would like to know - do you want all the users of the site log in to WP and the forum simultaneously? afaik, in wordpress the readers or commenters do not register - am I wrong?

Evgeny's avatar Evgeny (2012-01-19 12:10:45 -0500) edit
add a comment see more comments
0

@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!

nil's avatar
1
nil
answered 2012-01-19 17:13:28 -0500
edit flag offensive 0 remove flag delete link

Comments

Nil, actually SSO in not supported - you can't sign at the time of this writing sign in to both at once, but you can authenticate into askbot via wordpress. That won't log you in to wordpress.

Evgeny's avatar Evgeny (2012-01-19 20:09:00 -0500) edit

@Evengy, that was my understanding too, however I'm trying to achieve something with SAML (using wordpress SAML Plugin), I think that can be only option if we need to support auto-login with common cookie/token.

nil's avatar nil (2012-01-20 14:32:17 -0500) edit
add a comment see more comments