NoahY's profile - activity
2017-01-21 14:42:53 -0600 | received badge | Popular Question (source) |
2016-02-15 03:04:30 -0600 | received badge | Notable Question (source) |
2015-10-05 10:58:34 -0600 | marked best answer | Can we force the karma to show on the line after the name? It looks like if your karma is over 1000, and you've got lots of badges, the karma appears beside the username in your answers. Just adding a Edit: Ah, sorry, I see... it's the website that's the problem... it looks like an improper if statement in this seems useless, since the website comes below anyway... just leaving the |
2015-10-05 10:58:33 -0600 | marked best answer | Why is my forum turning unicode characters into question marks?Why is my forum turning unicode characters into question marks? When I enter characters with diacritics, like ā in a question on my AskBot installation, they are converted to question marks. Why would that be? |
2015-10-05 10:57:15 -0600 | marked best answer | How to perform Template() on askbot setting? I'm pretty new to Python, and Django is even more unfamiliar, but I was trying to find a simple hack that would process a text-based askbot setting using the Django Template() function, specifically here: http://askbot.org/en/question/519/faq-to-settings Where what I would like to do something remotely like: which of course doesn't work for various reasons. My question is, what exactly are the intermediate steps to get something like this to work, so that FORUM_FAQ can contain template tags like It seems like it should be pretty easy, but again, I don't know either python or django (or askbot) well enough to figure it out. |
2015-10-05 10:57:13 -0600 | marked best answer | Why is the facebook signin button commented out? I've been wondering why my Askbot site didn't have a facebook sign-in button, so I looked through the source and found that in the file: The facebook entry is commented out. Removing the comments restores the button. Am I missing something? Why is it commented out in the code? |
2015-04-20 22:44:10 -0600 | received badge | Famous Question (source) |
2014-11-15 05:04:49 -0600 | received badge | Famous Question (source) |
2014-04-15 04:21:37 -0600 | received badge | Popular Question (source) |
2014-01-03 16:21:01 -0600 | received badge | Famous Question (source) |
2013-12-01 05:51:49 -0600 | received badge | Notable Question (source) |
2013-03-31 03:49:09 -0600 | received badge | Famous Question (source) |
2013-03-25 18:30:16 -0600 | received badge | Famous Question (source) |
2013-02-01 12:01:40 -0600 | received badge | Popular Question (source) |
2012-09-21 23:06:38 -0600 | received badge | Taxonomist |
2012-08-25 11:43:31 -0600 | received badge | Famous Question (source) |
2012-07-22 12:41:44 -0600 | received badge | Famous Question (source) |
2012-04-13 16:14:17 -0600 | received badge | Nice Answer ( source ) |
2011-08-10 04:17:39 -0600 | received badge | Citizen Patrol |
2011-07-29 09:48:07 -0600 | marked best answer | Should social sharing buttons be moved? Maybe there is a way to improve the widget to make it use space more efficiently? How about allowing site owners select which sharing tools to enable? The problem if you move the buttons elsewhere they will be used less often, the spot on the left top is the best and a tenth of a square inch for those buttons is a good use of space. |
2011-07-29 09:47:54 -0600 | commented answer | Should social sharing buttons be moved? yeah, I agree. problem is there are really so many sharing sites available :) I ended up doing what you suggest by changing the "enable social sharing" to providing an option to enable each individually. |
2011-07-29 03:24:45 -0600 | asked a question | How to make sidebar widgets rearrangeable? I created a new branch with sidebar settings for each of:
There's only a header and footer for the profile page, but more can be added in the future. What I'd like to try next, but am not sure how to go about it, is allowing the widgets to be rearranged. Any ideas? |
2011-07-28 23:45:00 -0600 | asked a question | Should social sharing buttons be moved? I just added a linkedin button below the twitter/facebook buttons. Combined with the g+ button, it's starting to clutter - maybe it would be better to move the buttons to a different place? Or have them show on demand? |
2011-07-28 22:45:33 -0600 | commented question | Voting without karma should result in a tooltip It works fine on my test site - both kinds of vote trigger a notice if karma is not enough. |
2011-07-28 22:19:17 -0600 | commented answer | footer links to social networking sites and link to tags note: google+ doesn't seem to have such a link available: http://stackoverflow.com/questions/6676658/share-link-on-google |
2011-07-28 22:16:02 -0600 | commented question | footer links to social networking sites and link to tags note that it is incorrect to say that 'every question has a footer'... on stackexchange, only those questions _without answers_ have this footer, hence the "else" tag in the example below. |
2011-07-28 22:10:12 -0600 | answered a question | footer links to social networking sites and link to tags Not sure if it's kosher to just copy the code verbatim, but this seems to work: |
2011-07-28 21:42:40 -0600 | commented answer | tag cloud? great! let me know if there's anything else I can do. |
2011-07-28 21:41:06 -0600 | commented answer | Have a "print" style & button on the question page great. I'm still not a pro with git... it seems to want to merge my branches automatically when I switch back and forth... have to read up on it. |
2011-07-28 21:40:16 -0600 | marked best answer | Can we convert the tag background into CSS? But the tags are fully customizable right now too - just override the existing css rules. The tags are rendered fully via css. There is one specific need answered by the current tag HTML - support "sliding doors" technique to use with the background images as some people will sure want to use background images. Also, in some web-browsers rounded css corners are not supported. |
2011-07-28 15:16:55 -0600 | received badge | Nice Answer ( source ) |
2011-07-28 07:17:00 -0600 | received badge | Necromancer ( source ) |
2011-07-28 04:40:18 -0600 | answered a question | Have a "print" style & button on the question page I've added a 'print' branch to my repository... @Evgeny - maybe you can let me know what you think? |
2011-07-28 03:16:47 -0600 | asked a question | Can we convert the tag background into CSS? I've worked out CSS code for the tags: that gives an output almost exactly like the tags as they are, only it is now fully customizable via custom css. |
2011-07-28 00:26:03 -0600 | commented answer | Is custom favicon working? re: tests - thanks, I'll do that from now on. |
2011-07-28 00:25:00 -0600 | commented answer | Is custom favicon working? Oh, I'm sorry, again I changed something on the production server but forgot to go back and edit the dev code. setting.SITE_FAVICON should be settings.SITE_FAVICON Fixed now. |
2011-07-27 21:08:11 -0600 | commented answer | Is custom favicon working? ah, this is new to me... I don't quite understand test cases, but I can run that command before committing, sure. |
2011-07-27 08:47:44 -0600 | commented answer | Is custom favicon working? try my github fork... it should work. |
2011-07-26 23:59:14 -0600 | commented answer | make the side elements optional custom header and footer for the sidebar is now up as well. One day maybe wordpress widgets :) |
2011-07-26 23:33:39 -0600 | asked a question | Is custom favicon working? I think custom favicon is broken, or at least I can't figure out what I'm doing wrong... I've fixed it on my github, by changing base.html as follows: I also changed the default for should capture the default if set correctly. I can't test this, though, since there seems to be no way to reset the defaults... guess I could hack the database... |
2011-07-26 22:14:58 -0600 | answered a question | make the side elements optional Okay, done... I added a new config section, SIDEBAR_SETTINGS, because I think there is room for development in this area... no need to clutter up another settings page, and we can also configure sidebars for questions here as well. Somehow it would be nice to have an html header and footer for the sidebar too... I'll add that to my git, Evgeny can decide what to do with it all :) The three sidebar options are already on my github fork. |
2011-07-26 21:52:56 -0600 | commented question | make the side elements optional actually, this feature is a trivial thing to implement, but I wonder how to do the settings... maybe I'll go ahead and add some settings to Skin and User... can always move them later. |