Closed (won't fix)
Project:
Help Tip
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Apr 2007 at 21:51 UTC
Updated:
10 May 2007 at 16:55 UTC
For higher flexibility it would be nice to choose what to show in the tips:
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
Comment #1
Dave Cohen commentedYou 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.