First time here? Check out the FAQ!
1

Best way to publish articles
 

I'm moving a forum to Askbot. Most of the content of this forum are "discussions" that will be made "questions". But the forum has also some editor "stories" or "articles", that receive a lot of visits.

I would like to know your thought on the best way to publish the articles into Askbot. Ideally, I would like to create page like http://askbot.org/en/about/ .

  1. An option would be to post wiki pages using a common tag, and then add a link to all wiki pages in the header, but I'm not sure this is the best way to go.
  2. Another option is to add a second CMS for stories, but this option will require too much work for about 20 articles.
  3. A third option is to add the stories as static html content, but it will require more time to manually edit each story.

A related question has been posted.

Thanks for your advice!

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)
nicanorl's avatar
55
nicanorl
asked 11 years ago, updated 11 years ago

Comments

see more comments

2 Answers

1

There is no way to do this right now within Askbot.

You might try django flatpages app, it can create pages, but maybe without the nice UI. Also this feature can either be added to askbot or a separate module created.

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
link

Comments

see more comments
0

This is very easy to accomplish with a Django module. Checkout the Django Blog tutorial on the Django website. You can also integrate with the Django admin for CMS functionality very easily.

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)
JStarcher's avatar
71
JStarcher
answered 11 years ago
link

Comments

see more comments