First time here? Check out the FAQ!
0

Is there a easy way to transfer Questions from Q2A?

Hi, i speak spanish and im using GTranslate.

I actually have my Q&A website and im using Question2Answer script, now i want to use Askbot, but i dont know if i can customize the design or how can i transfer all questions and categories.

Askbot support themes and plugins?

Thanks!

Ricardo's avatar
1
Ricardo
asked 2014-01-04 17:07:15 -0500
edit flag offensive 0 remove flag close merge delete

Comments

1

any particular reason you did not like Question2answer? why askbot, < valuable feedback>

pajju's avatar pajju (2014-01-05 11:18:46 -0500) edit

Too many duplicate content with different url.

Ricardo's avatar Ricardo (2014-01-13 20:59:59 -0500) edit
add a comment see more comments

1 Answer

0

We don't yet have a script to import from Q2A, we don't have plugins in the sense Q2A does.

Have a look at:

askbot/management/commands/askbot_add_xml_content.py askbot/management/commands/askbot_add_osqa_content.py askbot/management/commands/askbot_import_jive.py askbot/importers/stackexchange askbot/importers/zendesk

To create an Q2A importer, one could do two things: either 1) either read data from the Q2A database directly and import into Askbot, or 2) - create a serializer from the Q2A database and then read the serialized data into an Askbot importer. Either way some coding will be required.

Evgeny's avatar
13.2k
Evgeny
answered 2014-01-04 17:18:20 -0500, updated 2014-01-05 11:30:10 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments