Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
style
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
style
Commits
04cd9bdd
Commit
04cd9bdd
authored
21 years ago
by
Robert L
Browse files
Options
Downloads
Patches
Plain Diff
Update for Drupal 4.3
parent
0bae4e16
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG
+8
-0
8 additions, 0 deletions
CHANGELOG
README
+26
-23
26 additions, 23 deletions
README
style.module
+1217
-711
1217 additions, 711 deletions
style.module
with
1251 additions
and
734 deletions
CHANGELOG
+
8
−
0
View file @
04cd9bdd
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
...
...
This diff is collapsed.
Click to expand it.
README
+
26
−
23
View file @
04cd9bdd
...
@@ -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
Enabl
e the
modul
e in
your
administration se
t
ti
ngs. (site
Se
e the
help pag
e in
the
administration se
c
ti
on 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.
Click to expand it.
style.module
+
1217
−
711
View file @
04cd9bdd
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment