First time here? Check out the FAQ!
0

Building an image reviewing site from Askbot
 

Good afternoon,

I am building a site for people to publish posters they find on the street, for my community to edit with what it should really say :]

It seems that this is the kind of functionality reddit would offer, but it doesn’t seem installable on my shared-host.

Can Askbot’s index-page support present the title+first-post image+highest-voted answer? – With extra business-logic to prevent people posting “questions” without images?

Alternatively what would you recommend?

Thanks for all suggestions,

Alec Taylor

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
updated 13 years ago
AlecTaylor6's avatar
1
AlecTaylor6
asked 13 years ago

Comments

see more comments

1 Answer

0

At the minimum you will need to create a more specialized versions of askbot.views.writers.ask, askbot.views.readers.questions and modify the localization strings, then I think you will get approximately what you want.

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
updated 13 years ago, answered 13 years ago
link

Comments

Thanks, I'll give that a go.

AlecTaylor6's avatar AlecTaylor6 (13 years ago)
see more comments