Ask Your Question
1

Does askbot work with django version 1.2.3?

asked 2011-02-13 16:07:17 -0500

alex gravatar image alex
71 1 8

updated 2011-02-13 16:18:31 -0500

Evgeny gravatar image Evgeny flag of Chile
11074 50 84 182
http://askbot.org/

test duplicate question

delete close flag offensive retag edit

Comments

Yes - this is an issue - shall be fixed soon. Thanks. Evgeny ( 2011-02-13 16:12:31 -0500 )edit

5 Answers

Sort by » oldest newest most voted
1

answered 2011-02-13 16:09:53 -0500

alex gravatar image alex
71 1 8

привет всем =) жаль что аскбот не распознает одинаковые вопросы... можно ли не допустить повтора?

link publish delete flag offensive edit

Comments

You are right, on todo list now. Evgeny ( 2011-02-13 16:11:19 -0500 )edit
1

answered 2011-02-13 16:14:26 -0500

alex gravatar image alex
71 1 8

image description используется ли поддержка jQ как в osqa ? или я ошибаюсь и там java исподьзуется?

link publish delete flag offensive edit

Comments

Alex, this feature is on a short todo list too - will be done within a week or sooner. Exact duplicates of titles will simply not be allowed to post. As for your question - yes askbot, like osqa uses jQuery, most scripts are in the directory askbot/skins/default/media/js/ Evgeny ( 2011-02-13 16:18:01 -0500 )edit
большое спасибо за развернутый ответ =) тогда сразу возникает ещё один вопрос, допустим сейчас захочу поставить на свой сайт askbot как мне потом легче всего будет обновиться? alex ( 2011-02-13 16:23:21 -0500 )edit
в osqa есть топик в котором написали как создать небольшой дескрипшен под вопросом http://meta.osqa.net/questions/6899/how-to-set-questionsummary-shorter, в askbot'е все точно так же? и можно ли вывести вмесет с небольшим описание небольшую картинку, если она присутствует в вопросе? спасибо! alex ( 2011-02-13 16:26:33 -0500 )edit
Writing in English, sorry - so that others can read. If you plan to immediately start customizing the skin - then the best method is to use git, install original code by cloning the git repo and later merge updates. Most of the time it just works - however database backups are very wise to do. The code is never commited without running test cases, so it just works 99% of the time. If you do not care about customizing the skin directly - then just run 'pip upgrade askbot' then pyton manage.py migrate Evgeny ( 2011-02-13 16:27:51 -0500 )edit
Do you mean summary in the tiptool of the main page - when you mouse-over the title? The rich tiptool (with images) is possible, but will require extra work - so let's put it in the line of feature requests. If you can program yourself - please feel free to fork the repo and implement the feature. We'll test it and then merge into the master branch. спасибо. Evgeny ( 2011-02-13 16:35:25 -0500 )edit
1

answered 2011-02-13 16:46:14 -0500

alex gravatar image alex
71 1 8

i mean this image description

link publish delete flag offensive edit

Comments

I see, the summary is easy to add - there is a field summary on the question and it can be inserted via {{ question.summary }} in the template. The images are actually quite a bit harder, this feature will need some thought to get right. Interesting suggestion. Evgeny ( 2011-02-13 16:57:59 -0500 )edit
thanks for the reply =) will have to think about how to insert a picture alex ( 2011-02-13 17:07:40 -0500 )edit
The images (and document attachments) are uploaded in the function askbot.views.writers.upload. Right now there is no record in the database of the images - only urls are present in the output and the pictures themselves are stored in the upload directory in the original size. I bet there is some django app for images and the thumbnails I like the idea to reuse good code instead of writing from scratch. Evgeny ( 2011-02-13 17:12:03 -0500 )edit
for more functionality, I would add the video questions and still want to ask a question, please use the wiki editor and not the html editor, because through him might be to add a video issue such as same youtube alex ( 2011-02-13 17:34:12 -0500 )edit
That could be another button in the editor - just like you insert a link - embed video, I've made the "file attachment" feature that way. Evgeny ( 2011-02-13 17:52:12 -0500 )edit
1

answered 2011-02-13 17:25:03 -0500

alex gravatar image alex
71 1 8

Tnx i try =) check this double content in inbox image description

link publish delete flag offensive edit

Comments

Thanks, got it. That means I need to go back to coding :)... Evgeny ( 2011-02-13 17:50:58 -0500 )edit
0

answered 2011-02-13 16:34:34 -0500

alex gravatar image alex
71 1 8

well only in English, thanks again for the answers still would like to know more precisely about how to set design, is now planning to remake the design a bit and add image to the side of the issue and a short description of the issue, it will be hard to do?

link publish delete flag offensive edit

Comments

Alex, could you email me at evgeny.fadeev@gmail.com? Thanks. Still trying to understand what you want to do. Evgeny ( 2011-02-13 16:44:11 -0500 )edit

Your answer

Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Reliable Askbot Hosting

Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.

create your Q&A site
30 days free trial

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: 2011-02-13 16:07:17 -0500

Seen: 109 times

Last updated: Feb 13 '11