Ask Your Question
1

askbot version 0.7.40 some bugs.

asked 2012-04-11 15:05:46 -0500

Pramvir gravatar image Pramvir
199 10 2 11

it have no accept answer button.

delete close flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-04-11 15:50:22 -0500

alexandros.z gravatar image alexandros.z
610 12 10 30

updated 2012-04-11 15:51:50 -0500

First of all, I should make clear that this should not be the right way. It is a temp solution until someone put in repository the proper one. You should replace in your style.css lines 1870-1872

.question-page .answer-img-accept:hover { background: url(../images/vote-accepted-on.png); }

with this

.question-page .answer-img-accept { background: url(../images/vote-accepted.png); width: 23px; height: 23px; } .question-page .accepted-answer .answer-img-accept, .question-page .answer-img-accept:hover { background: url(../images/vote-accepted-on.png); }

You will also need to stop the server, run setup.py install and manage.py collectstatic as I assume you did in the past

link publish delete flag offensive edit

Comments

tq :-) I think I need not migrate

Pramvir ( 2012-04-11 15:54:35 -0500 )edit
3

answered 2012-04-11 15:17:43 -0500

alexandros.z gravatar image alexandros.z
610 12 10 30

I had the same question/problem . After investigation, I realized that style.css does not contain all the information included in style.less.

For me, generated style.css again from style.less appeared the button. May be you find this info useful

link publish delete flag offensive edit

Comments

if you need more detailed info about the specific problem, I think that the follow information is missing from style.css

.question-page .answer-img-accept { background: url(../images/vote-accepted.png); width: 23px; height: 23px; }

.question-page .accepted-answer .answer-img-accept, .question-page .answer-img-accept:hover { background: url(../images/vote-accepted-on.png); }

alexandros.z ( 2012-04-11 15:21:22 -0500 )edit

I am not a developer ( medical student) tell me exact steps please.

Pramvir ( 2012-04-11 15:22:33 -0500 )edit

I shall be highly thankfull to you brother..

Pramvir ( 2012-04-11 15:23:17 -0500 )edit

can you please email me your style.css such that I can directly replace it with ftp

Pramvir ( 2012-04-11 15:24:42 -0500 )edit

please please write exact steps for me

Pramvir ( 2012-04-11 15:26:38 -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

subscribe to rss feed

Stats

Asked: 2012-04-11 15:05:46 -0500

Seen: 83 times

Last updated: Apr 11 '12