| 1 |
|
| 2 |
Found a bug or need support?
|
| 3 |
Please visit the project page and post it in the issue queue.
|
| 4 |
http://drupal.org/project/newswire
|
| 5 |
|
| 6 |
Please contact jeff [att] adaptivethemes [a.dot] com for customizations.
|
| 7 |
|
| 8 |
Installation and basic configuration:
|
| 9 |
|
| 10 |
1. Download Newswire theme from http://drupal.org/project/newswire
|
| 11 |
|
| 12 |
|
| 13 |
2. Unpack the downloaded file, take the entire newswire folder (which includes
|
| 14 |
the README.txt file and all the themes files) and place it in your Drupal
|
| 15 |
installation under one of the following locations:
|
| 16 |
|
| 17 |
sites/all/themes
|
| 18 |
making it available to the default Drupal site and to all Drupal sites
|
| 19 |
in a multi-site configuration
|
| 20 |
sites/default/themes
|
| 21 |
making it available to only the default Drupal site
|
| 22 |
sites/example.com/themes
|
| 23 |
making it available to only the example.com site if there is a
|
| 24 |
sites/example.com/settings.php configuration file
|
| 25 |
|
| 26 |
|
| 27 |
3. Log in as an administrator on your Drupal site and go to:
|
| 28 |
Administer > Site building > Themes (admin/build/themes)
|
| 29 |
and make newswire the default theme.
|
| 30 |
|
| 31 |
|
| 32 |
4. Theme Settings.
|
| 33 |
|
| 34 |
Go to:
|
| 35 |
Administer > Site building > Themes > Configure > Newswire (admin/build/themes/settings/newswire)
|
| 36 |
and configure settings for the newswire theme.
|
| 37 |
|
| 38 |
All features are supported but you can only display a logo OR the site name.
|
| 39 |
If the logo is checked, newswire will display the logo - you must uncheck
|
| 40 |
logo to display the site name in the header.
|
| 41 |
|
| 42 |
SETTING YOUR DEFAULT COLORS
|
| 43 |
On the theme settings page, scroll to the bottom and you will see two new drop
|
| 44 |
menus - select your desired theme style sheets and save your settings.
|
| 45 |
|
| 46 |
You can mix and match the page the header/nav colors.
|
| 47 |
|
| 48 |
|
| 49 |
5. Blocks.
|
| 50 |
|
| 51 |
Go to:
|
| 52 |
Administer > Site building > Blocks (admin/build/block/list/newswire)
|
| 53 |
and configure your block settings.
|
| 54 |
|
| 55 |
Newswire has 4 columns and multiple additional regions.
|
| 56 |
|
| 57 |
A region will only become active if a block is placed within it, this includes the
|
| 58 |
3 sidebars - Left, Right_2 (inside right) and Right.
|
| 59 |
|
| 60 |
NOTE: The regions "Right top box" & "Right bottom box" can only be active IF both the
|
| 61 |
Right and Right_2 regions are also active.
|
| 62 |
|
| 63 |
SKINR BLOCK BORDER AND BACKGROUND STYLES
|
| 64 |
This theme uses the Skinr module to give your blocks fancy border and background styles.
|
| 65 |
You need to download and install the module http://drupal.org/project/skinr to use this feature
|
| 66 |
of the theme. After you have enabled the module you will have new configuration options on
|
| 67 |
each block config page.
|
| 68 |
|
| 69 |
|
| 70 |
6. Default Avatar.
|
| 71 |
|
| 72 |
If you would like to use the anonymous users avatar supplied with the theme,
|
| 73 |
go to User management > User setting (admin/user/settings), enable pictures
|
| 74 |
for users and paste in the path "sites/all/themes/newswire/images/avatar.png".
|
| 75 |
Modify the path if you have installed newswire in a different directory.
|
| 76 |
|
| 77 |
Newswire is designed to support user pictures/avatars of the default size
|
| 78 |
(85x85px), but can be modified by editing style.css to accommodate user pictures
|
| 79 |
of any size.
|
| 80 |
|
| 81 |
|
| 82 |
7. Suckerfish Drop Menus.
|
| 83 |
|
| 84 |
The first thing you must do is disable Primary links
|
| 85 |
in the theme settings. If you don't your menu won't show up.
|
| 86 |
|
| 87 |
Create your menu with the standard Drupal menu system. Make sure all menu
|
| 88 |
entries are set to "expanded". Place the menu block in the Suckerfish region, be
|
| 89 |
sure to set the block title as <none>. The menu will automagically become a drop menu.
|
| 90 |
|
| 91 |
Note that its perfectly fine to use the Primary Menu Block for this as well.
|
| 92 |
|
| 93 |
|
| 94 |
|
| 95 |
|
| 96 |
|