Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
QnA
422
MVP
Noticed that on here , if I select Ask a Question the form controller ( js )
Which is in your qns.js
This is missing from the qns.js file in the download package.
Also, by button ( ask a Question ) doesnt change below textarea when creating a post based on the button I select above the text area.. make sense ?
Perhaps I am missing some files,.. also noted that QnA is bundled with latest build .18.1 but its not in my package .
Cheers
Which is in your qns.js
$('#Form_PostDiscussion').val(gdn.definition($(this).attr('rel')+'Button', 'Post Discussion'));
This is missing from the qns.js file in the download package.
Also, by button ( ask a Question ) doesnt change below textarea when creating a post based on the button I select above the text area.. make sense ?
Perhaps I am missing some files,.. also noted that QnA is bundled with latest build .18.1 but its not in my package .
Cheers
There was an error rendering this rich post.
Tagged:
0
Answers
There was an error rendering this rich post.
Your using js to change this to this etc.
So when clicking Questions button its state changes to active. Its not immediately apparent to most noobs that they have actually selected this button ..
So either set up a controller to dim the other button .. or place a tick perhaps using unicode / ascii dependant on html or js based, triggered by active status.
Check mark ✓ — &# 10003 ; (remove spaces)
Heavy check mark ✔ — &# 10004 ; (remove spaces)
This way there is no issues with people getting confused.
There was an error rendering this rich post.
As for your second point I think you're talking about the tabs that switch between "Ask a Question" and "Start a Discussion." I think maybe just making the colours a little bit more clear would be a better solution. I'd actually prefer to make it look more like tabs the way Facebook does it, but I wanted to work within the constraints of the default theme.
There was an error rendering this rich post.