Will you remove the rank, Point, badges stuff and create extensions?
Will you add back the “Direct link to answer” Thing? (https://github.com/wp3/anspress/issues/112)
And please comment on the following issues on github (or close them if its already implemented):
https://github.com/wp3/anspress/issues/230
https://github.com/wp3/anspress/issues/229
https://github.com/wp3/anspress/issues/226
https://github.com/wp3/anspress/issues/225
https://github.com/wp3/anspress/issues/224
https://github.com/wp3/anspress/issues/223
https://github.com/wp3/anspress/issues/222
https://github.com/wp3/anspress/issues/221
https://github.com/wp3/anspress/issues/220
https://github.com/wp3/anspress/issues/219
https://github.com/wp3/anspress/issues/209
https://github.com/wp3/anspress/issues/207
https://github.com/wp3/anspress/issues/202
https://github.com/wp3/anspress/issues/181
https://github.com/wp3/anspress/issues/171
https://github.com/wp3/anspress/issues/161
https://github.com/wp3/anspress/issues/152
https://github.com/wp3/anspress/issues/151
https://github.com/wp3/anspress/issues/111
https://github.com/wp3/anspress/issues/109
https://github.com/wp3/anspress/issues/107
https://github.com/wp3/anspress/issues/106
https://github.com/wp3/anspress/issues/102
https://github.com/wp3/anspress/issues/101
When you select an answer as best answer, the button markup does not update.
The text remains “Select Answer” and the markup remains the same: white button with green border.
Only after refresh, the button is completely green and the text is “Unselect Answer”.
The registration of best answer seems to work correctly though.
Hi,
If you add a comment to an answer of a question, you cannot edit that comment anymore unless you first refresh the page.
Hi,
I found that the user who posts an answer to a question can mark his own answer as best.
This does not work right after submitting the answer, clicking at that moment on the “Select Answer” button does nothing.
But after page refresh the user who posted the answer can select it as best answer.
Shouldn’t it be so that only the user who asked the question can select best answer?
In the new version, I have a huge style bug on the question page:
http://zoker.me/go/ryxjQ
The main content is above all the other content…
Also the url style is very strange, should be “site.com/support/question/’question-name'”
When registered user answered once he/she could not answer second time it asking again please login/register to ask. Also some one comment not answer their comment also appering at the bottom of the page. Could you help me thank you
If you go to the overview page of a given tag (eg: http://localhost:8080/questions/question_tag/php) you get a Not Found page.
Hello.
Whenever I register when I click `ask` button it says please register or login. What should I do? Could you help me? Or please tell me where I have to change code.
Best Regards
Hi
Beside the incorrect number of “more” tags, the dropdown list contained too many (all) tags as wel.
I have fixed this.
Please find the modified code here:
https://www.dropbox.com/s/g1n2tnpnh4xst64/tags-for-anspress.php?dl=0
Modifications are on lines 495 -> 509
Regards,
Michiel
Hi,
If I type in the tags input field, I get a very limited place to type the tag name.
I think this is due to the following width limitation:
<input type="text" placeholder="" size="7" style="width: 3em !important;">
Is there a reason for limiting the space to 3em
?