For higher flexibility it would be nice to choose what to show in the tips:

  • title only, as link to the node where to read the whole tip
  • like normal

The new way would it make possible to put questions in the title field and answes or little explanaition to the body text field. This lets present some interesting facts to the users and lets see in what tips (questions) the users are interested in.

Comments

Dave Cohen’s picture

Status: Active » Closed (won't fix)

You can control this by overriding the theme function for 'helptip_body'. The default implementation shows the helptip teaser. You could change it to show just the title, or the entire node.

Because everyone might want different behavior here, I believe its better to use the theme functions, rather than try to add an admin interface to choose between titles and teasers.