When a user first visits an Askbot-powered site, she sees an invitation to visit the FAQ in the welcome banner, but there is no link. In fact, the only link to the FAQ page is waaaaaaay down at the bottom of the page!
However, it is trivially easy to add a link to the banner. Simply change the "Text shown in the greeting message shown to the anonymous user" in the "URLS, keywords & greetings" section of Django admin to the following:
First time here? Check out the <a href="/faq/">FAQ</a>!
And voila! You have a link to the FAQ page in the banner inviting new users to visit the FAQ!
This is such a trivially-simple change to implement, and it significantly improves the experience for new users. It might be worthwhile to update the codebase so that the above HTML is the default value for this setting.
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: 2012-03-18 16:50:23 -0500
Seen: 27 times
Last updated: Mar 18 '12
Display more information on activity summary in admin
"Answer Your Own Question" button is truncated intermittently
Accepting answer results in broken image
"502 Bad Gateway" when visiting certain URLs
"Flag Offensive" appears twice at the bottom of answers
User gains karma for accepting own answer
Link to profile in "badge earned" banner should go to activity page.
Some permalinks to specific question revisions go to 404
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
upvote Thought exactly the same today.
felix k ( 2013-03-04 04:58:08 -0500 )edit