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
before the karma tag fixes this. I'm adding it to my server, and my git fork.
Edit: Ah, sorry, I see... it's the website that's the problem... it looks like an improper if statement in askbot/skins/default/templates/macros.html:
{% if not user.website %}<br/>{% endif %}
this seems useless, since the website comes below anyway... just leaving the <br/> works fine.
So, the answer is to change the file askbot/skins/default/templates/macros.html:
{% if not user.website %}<br/>{% endif %}
to simply:
<br/>
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 siteAsked: 2011-07-13 09:18:35 -0500
Seen: 41 times
Last updated: Jul 21 '11
should askbot add an easy re-formatting privilege?
Formatting code after a bullet doesn't work
Link shows up correctly in edit preview but not in question
How to make CSS consistent between the site and emails?
Format Localization and Time Zone settings
Plain URLs should render as links in preview
How easy does Askbot make it to customize its HTML?
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.