/[drupal]/contributions/modules/themesettings/README.txt
ViewVC logotype

Contents of /contributions/modules/themesettings/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download)
Wed Jun 13 09:45:07 2007 UTC (2 years, 5 months ago) by johnalbin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +13 -36 lines
File MIME type: text/plain
Moved Theme Settings API module to a separate project.
1 THEME SETTINGS
2
3 You can now easily edit the style and positioning of the 'Read more' and
4 'Comments' links. Just go to /admin/build/themes/settings and take a look!
5
6 "READ MORE" LINK
7
8 * Use HTML in the link text, so you could even replace the normal link text
9 with an image! (With proper alt text, of course.)
10 * Change the tool tip (the text that appears when you hover over the link.)
11 * Add prefix or suffix text (or HTML) that will be placed just outside the
12 actual link.
13 * Change the positioning of the link. Use Drupal's default or append the link
14 as a new paragraph to the content or append the link as a sentence on the
15 last paragraph of the content.
16 * Use different "Read more" link text for each content type on your website.
17
18 "COMMENTS" LINKS
19
20 * Use HTML in the link text, so you could even replace the normal link text
21 with an image! (With proper alt text, of course.)
22 * Change the tool tip (the text that appears when you hover over the link.)
23 * Add prefix or suffix text (or HTML) that will be placed just outside the
24 actual link.
25 * Change the positioning of the link. Use Drupal's default or append/prepend
26 the link to the "Read more" link.
27 * Use different "Comments" link text for each content type on your website.
28
29
30 ABOUT THE PROJECT
31
32 It is currently too difficult for non-coders to change simple things like the
33 positioning and text of the "Read more" link or the Comments link. Even copy
34 and pasting PHP from recipes is a bit much for most people.
35 (See http://www.angrydonuts.com/the_nuisance_of_the_read_more_fl and
36 http://urlgreyhot.com/personal/weblog/drupal_tip_simple_author_date_comment_display
37 and http://drupal.org/node/21401 )
38
39 The Theme Settings project looks to make this functionality easily accessible
40 to Drupal administrators.

  ViewVC Help
Powered by ViewVC 1.1.2