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!

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Ricardo's avatar
1
Ricardo
asked 11 years ago

Comments

1

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

pajju's avatar pajju (11 years ago)

Too many duplicate content with different url.

Ricardo's avatar Ricardo (11 years ago)
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.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 11 years ago, updated 11 years ago
link

Comments

see more comments