1

degrade gracefully in the absence of javascript
 

Yes, I browse without javascript enabled and it would be useful to get the bar on top indicate that Askbot works better with javascript enabled, similar to how Stack Overflow does

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)
mether's avatar
1.5k
mether
asked 13 years ago

Comments

see more comments

1 Answer

2

Hi, I will work on this feature.

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)
sagarun's avatar
103
sagarun
answered 13 years ago
link

Comments

Super, thanks - please make a fork on github, we'll merge after you finish.

Evgeny's avatar Evgeny (13 years ago)

Thanks @sagarun. I have added the wishlist to https://fedoraproject.org/wiki/Askbot#Feature_wishlist. Let me know when you are done and I can suggest more :-) Thanks

mether's avatar mether (13 years ago)

Added this to our issue tracker as well: http://bugs.askbot.org/issues/72 (yes we could use the tracker auto-linking too!)

Evgeny's avatar Evgeny (13 years ago)

You can find the patch here https://github.com/ASKBOT/askbot-devel/commit/a16a80b5a0ab03340e8b308945ce3dcb733b6ac3. Instead of hard coding "Askbot", it should be picked from the site name from settings. So Ask Fedora or Ask Sage or whatever it is.

mether's avatar mether (13 years ago)

@mether I can add a "appname" in settings.py and make use of it in the template. I don't have @Evgeny's opinion on that. I checked other files , for example the footer section, The name askbot is hardcoded there (the one in the copyright section).

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