Skip to content
Snippets Groups Projects
Commit 04cd9bdd authored by Robert L's avatar Robert L
Browse files

Update for Drupal 4.3

parent 0bae4e16
No related branches found
No related tags found
No related merge requests found
9 Nov. 2003 version 3.0
-----------------------
- update module for Drupal 4.3
- added user style, linking style sets to user IDs
- added forms for users to change their (blog) style
- code cleanup and rewrite, some bugs fixed
- removed style.inc file and custom admin.module
30 July 2003 version 2.1 Style module 30 July 2003 version 2.1 Style module
----------------------- -----------------------
- updated module for Drupal 4.2 - updated module for Drupal 4.2
......
...@@ -2,11 +2,11 @@ ...@@ -2,11 +2,11 @@
D R U P A L M O D U L E D R U P A L M O D U L E
******************************************************************** ********************************************************************
Name: Style module Name: Style module
Version: 2.1 Version: 3.0
Author: Robert Laarhoven Author: Robert Laarhoven
Email: robert at polder.net Email: robert at polder.net
Last update: 30 July 2003 Last update: 9 Nov. 2003
Drupal: 4.2 Drupal: 4.3
******************************************************************** ********************************************************************
DESCRIPTION: DESCRIPTION:
...@@ -15,32 +15,37 @@ The style module generates (HTML and CSS) variables for compatible ...@@ -15,32 +15,37 @@ The style module generates (HTML and CSS) variables for compatible
themes, and makes it possible for site administrators to change the themes, and makes it possible for site administrators to change the
style and layout (colors, fonts, margins etc.) in a webbrowser. style and layout (colors, fonts, margins etc.) in a webbrowser.
This way one can easily change the look and feel of the site without This way one can easily change the look and feel of the site without
editing a file, or knowing anything about HTML and CSS. One can also editing a file, or knowing anything about HTML and CSS. One can
change the theme depending on the webbrowser used, and the page change the theme depending on the webbrowser used, and the page
visited. visited too. Authorized users can also change the style of their
blog pages themself.
The style module does not require extra database queries when pages are served.
******************************************************************** ********************************************************************
INSTALLATION: INSTALLATION:
Copy the style.module file into your Drupal modules/ directory, Copy the style.module file into your Drupal modules/ directory.
and copy the style.inc file into the includes/ directory. Copy Copy pixel.gif into the misc/ directory.
pixel.gif into the misc/ directory. Copy the include admin.module
into the modules/ directory to add style module support to the Enable the style module in your administration settings:
administration pages. menu -> administer -> configuration -> modules
Install themes with style module support, or make your own theme
compatible. Enable the theme(s) in your administration settings.
Set one compatible theme as default theme:
menu -> administer -> site configuration -> themes
Customize module user theme configuration settings if desired:
menu -> administer -> configuration -> modules -> style
Enable the module in your administration settings. (site See the help page in the administration section for further
configuration -> modules) If you used the polder.module, disable instructions on how to change the look your pages:
it (the style module replaces the polder module). menu -> administer -> help -> style
Install themes with style module support, as the Polder and Change the style set(s) for your theme(s):
Basic themes, or make your own theme compatible. Enable the menu -> administer -> style
theme(s) in your administration settings. (site configuration
-> themes)
See the help link in the style settings administration section Change the style set for your (blog) pages:
for further instructions on how to change the look your pages. menu -> my style
******************************************************************** ********************************************************************
SUPPORTED THEMES: SUPPORTED THEMES:
...@@ -58,9 +63,7 @@ examples. ...@@ -58,9 +63,7 @@ examples.
TODO: TODO:
- export and import (remote) style sets - export and import (remote) style sets
- add preview option (again)
- modify more themes to enable style module support - modify more themes to enable style module support
- improve theme/style set linking/filtering/switching
- add screenshot with clickable image map to select keys - add screenshot with clickable image map to select keys
******************************************************************** ********************************************************************
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment