Friday, April 30, 2010
OJT it's Friday! :D
1:54 AM | Posted by
i am bianx |
Edit Post
********
DATE: 30 April 2010
LOG IN: 08:15am
LOG OUT: 12:00nn
LOG IN: 12:30pm
LOG OUT: 05:00pm
TOTAL: 8hrs, 15mins
1. Customized another Drupal template in Artisteer.
Green color scheme, blocks with green header and white body, Arial 10 as the default font, header above the menu bar, white background and transparent sheet, white buttons (become green when hovered) – a simple one.
2. Continued watching Drupal Essential Training from Lynda.com.
VII. Establishing Your Site’s Identity
Content
• To add content, click on Create Content > Page > enter text on the Title and Body > alter other settings as you want > Save.
• To add graphics on the content, copy first the image in the drupal > sites > default > files subdirectory. Go to the page, click Edit and encode an HTML code to insert the image – eg.
then click Save.
Layout
• A theme could have fixed or fluid width.
o All containers on the page have their widths defined in percents – meaning that they are completely based on the viewport rather than the initial containing block. A liquid layout will move in and out when you resize your browser window.
o All containers on the page have their widths defined in pixels or other fixed units. They are completely independent of the viewport. A fixed layout will not move in and out when you resize your browser window.
• They could also be configurable by color or not, Garland theme is an example of a configurable theme.
• Themes could also be table based or CSS based.
• Things common in themes
o Title is always at the top. But the slogan’s location changes per theme.
o Regarding the layout, most themes have 5 areas: header, left sidebar, right sidebar, content and footer area.
Blocks
• Blocks let you put text, images and other contents in different parts of the page.
• Blocks are one of Drupal’s most powerful features.
• To use Blocks, go to Administer > Site Building > Blocks > drag those blocks where you want them to appear > Save blocks.
• There are three types of blocks
o Drupal built in blocks
o Blocks that appear only when installed in modules
o Blocks that are created explicitly by adding a new block
VIII. Keeping Your Drupal Site Running
Monitor
• It is good to check for updates, go to Administer > Reports > check the Administer links there > check for warnings or warnings.
• The most important page to check in the Reports link is the Status Report.
Disaster
• Be sure to back up the drupal site and database.
• In case you encountered ‘Site Offline’, in the URL, type localhost/?q=user and that redirects to Log in page.
• Then go to Administer > Site Maintenance > then set the site online > Save.
• The admin should also remember to enable the installed modules.
• You could also take a look on the database if the problem cannot be resolved in the Administer Page.
Tips and Tricks
• For speed, getting used with the URLs.
• Ctrl+F for searcjing words.
• You could log in as an admin and an ordinary user in another browser to see how the site looks like for ordinary users.
• Add only the necessary modules. Don’t overload your site.
• Get to know the Permissions page.
• If you have problems, go to drupal.org.
• Back up the site regularly.
IX. Building Content Nodes
Nodes
• Node – basic unit of content in Drupal.
• Page and Story are the default Content Types.
• The admin can edit all nodes, even the ones posted by the user.
3. Added contents on the SEARCA template to see how it looks.
4. Encountered an error on Drupal site, uninstalled and downloaded again drupal 6.16 form drupal.org.
5. Installed drupal 6.16 on localhost again.
6. Installed wysiwyg and ckeditor modules in drupal > sites > all > modules subdirectory. And enabled them in Administer > Site Building > Modules page.
7. Attended the ADSS or Agriculture and Development Seminar Series.
• WYSIWYG or What You See Is What You Get Allows to use client-side editors to edit content. It simplifies the installation and integration of the editor of your choice. This module replaces all other editor integration modules. No other Drupal module is required.
• This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, sometimes called WYSIWYG editor.
8. Continued watching Drupal Essential Training.
Stories
• Turn on the Path Module, go to Administer > Site Building > Modules > enable Path > Save Configuration. The Path module enables you to specify the path of a certain node or page.
• To create a story go to Create Content > Story > fill up the title and body and specify other settings (enable the Read/Write) > Save.
Content
• Two content types by default : Page and Story.
• To enable other content types, go to Administer > Site Building > Modules > enable Forums > Save.
• You could also add another content type, go to Administer > Content Management > Content Type > Add Content Type > fill up the necessary fields and specify other settings > Save content type.
• Remember to alter the Permissions to allow users to use the new Content type, go to Administer > User Management > Permissions > check the necessary fields > Save Permissions.
DATE: 30 April 2010
LOG IN: 08:15am
LOG OUT: 12:00nn
LOG IN: 12:30pm
LOG OUT: 05:00pm
TOTAL: 8hrs, 15mins
1. Customized another Drupal template in Artisteer.
Green color scheme, blocks with green header and white body, Arial 10 as the default font, header above the menu bar, white background and transparent sheet, white buttons (become green when hovered) – a simple one.
2. Continued watching Drupal Essential Training from Lynda.com.
VII. Establishing Your Site’s Identity
Content
• To add content, click on Create Content > Page > enter text on the Title and Body > alter other settings as you want > Save.
• To add graphics on the content, copy first the image in the drupal > sites > default > files subdirectory. Go to the page, click Edit and encode an HTML code to insert the image – eg.
Layout
• A theme could have fixed or fluid width.
o All containers on the page have their widths defined in percents – meaning that they are completely based on the viewport rather than the initial containing block. A liquid layout will move in and out when you resize your browser window.
o All containers on the page have their widths defined in pixels or other fixed units. They are completely independent of the viewport. A fixed layout will not move in and out when you resize your browser window.
• They could also be configurable by color or not, Garland theme is an example of a configurable theme.
• Themes could also be table based or CSS based.
• Things common in themes
o Title is always at the top. But the slogan’s location changes per theme.
o Regarding the layout, most themes have 5 areas: header, left sidebar, right sidebar, content and footer area.
Blocks
• Blocks let you put text, images and other contents in different parts of the page.
• Blocks are one of Drupal’s most powerful features.
• To use Blocks, go to Administer > Site Building > Blocks > drag those blocks where you want them to appear > Save blocks.
• There are three types of blocks
o Drupal built in blocks
o Blocks that appear only when installed in modules
o Blocks that are created explicitly by adding a new block
VIII. Keeping Your Drupal Site Running
Monitor
• It is good to check for updates, go to Administer > Reports > check the Administer links there > check for warnings or warnings.
• The most important page to check in the Reports link is the Status Report.
Disaster
• Be sure to back up the drupal site and database.
• In case you encountered ‘Site Offline’, in the URL, type localhost/?q=user and that redirects to Log in page.
• Then go to Administer > Site Maintenance > then set the site online > Save.
• The admin should also remember to enable the installed modules.
• You could also take a look on the database if the problem cannot be resolved in the Administer Page.
Tips and Tricks
• For speed, getting used with the URLs.
• Ctrl+F for searcjing words.
• You could log in as an admin and an ordinary user in another browser to see how the site looks like for ordinary users.
• Add only the necessary modules. Don’t overload your site.
• Get to know the Permissions page.
• If you have problems, go to drupal.org.
• Back up the site regularly.
IX. Building Content Nodes
Nodes
• Node – basic unit of content in Drupal.
• Page and Story are the default Content Types.
• The admin can edit all nodes, even the ones posted by the user.
3. Added contents on the SEARCA template to see how it looks.
4. Encountered an error on Drupal site, uninstalled and downloaded again drupal 6.16 form drupal.org.
5. Installed drupal 6.16 on localhost again.
6. Installed wysiwyg and ckeditor modules in drupal > sites > all > modules subdirectory. And enabled them in Administer > Site Building > Modules page.
7. Attended the ADSS or Agriculture and Development Seminar Series.
• WYSIWYG or What You See Is What You Get Allows to use client-side editors to edit content. It simplifies the installation and integration of the editor of your choice. This module replaces all other editor integration modules. No other Drupal module is required.
• This module will allow Drupal to replace textarea fields with the CKEditor - a visual HTML editor, sometimes called WYSIWYG editor.
8. Continued watching Drupal Essential Training.
Stories
• Turn on the Path Module, go to Administer > Site Building > Modules > enable Path > Save Configuration. The Path module enables you to specify the path of a certain node or page.
• To create a story go to Create Content > Story > fill up the title and body and specify other settings (enable the Read/Write) > Save.
Content
• Two content types by default : Page and Story.
• To enable other content types, go to Administer > Site Building > Modules > enable Forums > Save.
• You could also add another content type, go to Administer > Content Management > Content Type > Add Content Type > fill up the necessary fields and specify other settings > Save content type.
• Remember to alter the Permissions to allow users to use the new Content type, go to Administer > User Management > Permissions > check the necessary fields > Save Permissions.
Subscribe to:
Post Comments (Atom)


0 comments:
Post a Comment