Hi.
I combined 2 questions, because they related to one usability problem on Home Page. I have a site with avatars enabled. On the Home Page avatar picture is close to the teaser, under the post title. Text flows aside and below the avatar. From the layout and design point of view it looks good.
Usability problem: avatar is visually dominant, more than a title. Some portion of users will mistakenly click on an avatar instead of a title to read a post. On the other hand, the body of the post's teaser is unclickable (opposite to many news sites). User have 2 ways to see a post: click on a title (dominated by avatar) and click on "read more", which is small and hardly visible.
Possible solution:
- Unlink avatar from user's profile, on Home and actually everywhere on the site.
- Link teaser's body to a post. Color change and underline link on the whole teaser on hover.
Now, can somebody help me with technical issues?
1) Is this looks serious problem and is worth to make changes to the core? I am on Drupal 5.3.
2) Can somebody make a patch for me and for anyone interested in solving this usability problem?
3) Is this possible to solve via module(s)?
4) Is this possible to solve via theming?
I am not php developer, nor CSS proficient. I can apply patches and make a little tweaking to themes, CSS, modules sources, but not too deep. I use theme "Foundation". Please, somebody help.
Thanks.
Arieh
Comments
Links to possible solutions
There is a link to possible (partial) solution for this usability problem, look on tip # 29: http://www.lullabot.com/audiocast/podcast-50-drupal-tips-and-tricks
... they suggest to "... add a "More..." link to the end of the Teaser text while removing the Read more link". I think it helps, but for my opinion it is a partial solution.
"Read More Tweak" module:
http://drupal.org/project/ed_readmore
http://drupal.org/node/198026
http://community.contractwebdevelopment.com/drupal-place-read-more-link-...
Teaser links modification post: http://drupal.org/node/165351
I will continue to search for solutions: unlink avatar, teaser text linked to post.
Arieh