Log on:
Powered by Elgg

IS346 - Social Technologies :: Activity :: Just Me

People: Everyone | Inbox | Just Me
Display: Full-text | Summary
Include: Blog Posts | Blog Comments | Files | Wiki Page | Wiki Comments

<< Older

Page 1 of 50

is346 | weblog | Sep 5, 2008 - 3:47pm
test

[More]

is346 | page | Feb 9, 2008 - 2:02pm

[More]

is346 | page | Dec 12, 2007 - 10:25pm

Drupal is a free open source for a content management system which is very powerful. Drupal is robust and suitable for business or education. It has quite a complex interface. There are several technical terms such as node, block, module and so on that I'm not familiar with although we learned to install and use several technologies in class. I installed Drupal version 5.3, which is the latest version, two months ago. But a couple of days ago when I checked the official Drupal Web site, it is now version 5.5 and has a version 6 beta. It will launch version 6 soon. The fact that there are many developers and big communities to support Drupal means it is an outstanding tool. It is growing very quickly.  

Drupal is a great tool for creating online communities. You can have all the necessary features for an online community, such as, aggregator, blogs, books (or wikis in my opinion), discussion boards (forums), polls, and RSS feeds. There are 31 modules that come with the original installation. Even these modules that come with an original Drupal are enough for building a good Web site. You can also install other useful modules that the Drupal community provides you for free. There are many categories from which you can choose which ones are suitable for your site.  

I successfully installed Drupal, which is as easy as Wordpress, but when I configured Drupal, it was not so easy. For admin, there are default menus such as Content management, Site building, Site configuration, User management, Logs, and Help. In Drupal we can install modules, which are the same thing as we call plugins in WordPress and extensions in MediaWiki.  

· Content management – shows what kinds of content you can publish in a Drupal site, such as books, forums, comments, image galleries, news aggregators, RSS, etc.
· Site building – manages themes, blocks, menus, modules, etc.
· Site configuration – deals with the configuration of default modules and installed modules.
· User management – manages access control, access rules, profiles, roles, search users, users, and user settings.
· Logs – monitors the Drupal site and shows statistics of system events, such as recent log entries, recent hits, status report, etc. and maintains site performances and prevent misbehavior of users or robots.
§Help – provides help topics.

There are many kinds of content that you can create in Drupal site. For example:
Blog entry
A blog is a regularly updated journal or diary made up of individual posts shown in reversed chronological order. Each member of the site may create and maintain a blog.
Book page
A book is a collaborative writing effort: users can collaborate writing the pages of the book, positioning the pages in the right order, and reviewing or modifying pages previously written. So when you have some information to share or when you read a page of the book and you didn't like it, or if you think a certain page could have been written better, you can do something about it.
Chat room
A chat room provides access to chats and chat archives.
Event
An event is a story which can be given a start and end date, thus appearing in the events calendar.
Forum topic
Create a new topic for discussion in the forums.
Image
An image (with thumbnail). This is ideal for publishing photographs or screenshots.
Page
If you want to add a static page, like a contact page or an about page, use a page.
Poll
A poll is a multiple-choice question which visitors can vote on.
Story
Stories are articles in their simplest form: they have a title, a teaser and a body, but can be extended by other modules. The teaser is part of the body too. Stories may be used as a personal blog or for news articles.

There are many settings in Drupal and I will explain only important ones.  

Site configuration-> Site information - adds information to a Drupal site such as slogan, mission, and footer messages. 
Site configuration->Administration Theme - changes the Administer theme which can be different from the main Drupal theme. This means when I log in as an Admin, I have two different themes, one for admin and another one for the main theme that visitors will see. This feature is like in phpBB.
User management -> Access control – grants permission for anonymous and anthenticated users to have rights to use modules.
Site building->Menus – creates and customizes the menus.
Site building -> Blocks - changes the layout of the menu bar such as left sidebar, right sidebar, content, header, and footer. I can choose what I want to display on the left side bar such as User login and Navigation. On the right side bar I can choose to show such options as Who's online, Who's new, Sumonta.mysocialtech.com, and Recent comments.
Site building -> Themes – installs themes by uploading themes to the server at drupal/themes/ and configuring those themes.
Site building -> Modules – enables or disables add-on modules. Each module allows me to configure what I want to have on my Drupal site.

This table shows the original modules that come with Drupal.  

Name

Description
AggregatorAggregates syndicated content (RSS, RDF, and Atom feeds).
BlogEnables keeping easily and regularly updated user web pages or blogs.
Blog APIAllows users to post content using applications that support XML-RPC blog APIs.
BookAllows users to collaboratively author a book.
ColorAllows the user to change the color scheme of certain themes.
CommentAllows users to comment on and discuss published content. Required by: Forum (enabled), Tracker (enabled)
ContactEnables the use of both personal and site-wide contact forms.
DrupalLets you register your site with a central server and improve ranking of Drupal projects by posting information on your installed modules and themes
ForumEnables threaded discussions about general topics. Depends on: Taxonomy (enabled), Comment (enabled)
HelpManages the display of online help.
LegacyProvides legacy handlers for upgrades from older Drupal installations.
LocaleEnables the translation of the user interface to languages other than English.
MenuAllows administrators to customize the site navigation menu.
PathAllows users to rename URLs.
PingAlerts other sites when your site has been updated.
PollAllows your site to capture votes on different topics in the form of multiple choice questions.
ProfileSupports configurable user profiles.
SearchEnables site-wide keyword searching.
StatisticsLogs access statistics for your site.
TaxonomyEnables the categorization of content. Required by: Forum (enabled), Image Gallery (enabled)
ThrottleHandles the auto-throttling mechanism, to control site congestion.
TrackerEnables tracking of recent posts for users. Depends on: Comment (enabled)
UploadAllows users to upload and attach files to content. Required by: Upload image (enabled)
BlockControls the boxes that are displayed around the main content.
FilterHandles the filtering of content in preparation for display.
NodeAllows content to be submitted to the site and displayed on pages.
SystemHandles general site configuration for administrators.
UserManages the user registration and login system.
WatchdogLogs and records system events.

I enable almost every module that I think is useful. I will explain only the main features that I think are important and interesting. 
Blog – allows each user to have his/her own blog. This feature works like Wordpress MU but it is better. When each user posts an article in his/her own blog, it displays that post on the main page. This feature can help maintain content on the main page when we have an online community and want other members to know what is going on in other blogs.
Book – allows users to write books together. I claim that this is a wiki feature in Drupal. The user can add new pages, edit, and delete contents. It provides a history to keep track of who adds, changes, and deletes. We can also revert to an old version if we wish.
Forum – allows the user to create discussion boards on the Drupal site. It may not be as good as phpBB that is used for discussion boards but this feature makes it possible for Drupal to provide almost everything in one Web site. 

I also installed many modules in my Drupal site to make it more powerful. Some modules don’t work unless they have other modules to support them, so sometimes I have to find other modules. It is quite difficult in Drupal to install and learn how to use each module. It is not as easy as Wordpress. After I enable it, I have to change its permission in User management->access control, configure each module, and learn how to use it. Each module may display in different places.  

These are modules that I installed in addition to the original modules:  
 

Event Module – displays calendar and events. I can choose where I want this calendar to display. Users can add more events at the create content menu. 

Name

Description
Basic eventA story-like node that implements the event API automatically. Depends on: Event (enabled)
EventCalendaring API, calendar display and export Required by: Basic event (enabled), Event All Day (enabled), Event Views (enabled), Event Repeat (enabled)
Event All DayAllows creation of all-day events. Depends on: Event (enabled)
Event ViewsViews-enables the event fields and creates default event views. Depends on: Event (enabled), Views (enabled)
Event RepeatAdds repeating event functionality to event module. Depends on: Event (enabled)Required by: Event Repeat Views (enabled)
Event Repeat ViewsViews-enables the eventrepeat module. Depends on: Event Repeat (enabled), Views (enabled)

Image Module – allows uploading and showing pictures. It can create and manage galleries.  

Name

Description
CCK SlideshowAdds a slideshow formatter to CCK image types. Depends on: Content (enabled), Image (enabled), Imagecache (enabled), JQuery Interface Library (enabled)
ImageAllows uploading, resizing and viewing of images. Required by: Image Attach (enabled), Image Gallery (enabled), Image Import (enabled), Image assist (enabled), Upload image (enabled)
Image AttachAllows easy attaching of image nodes to other content types. Depends on: Image (enabled)
Image GalleryAllows sorting and displaying of image galleries based on categories. Depends on: Image (enabled), Taxonomy (enabled)
ImageMagick Advanced OptionsAdds advanced options to the ImageMagick image toolkit.
Image ImportAllows batches of images to be imported from a directory on the server. Depends on: Image (enabled)
ImagecacheDynamic image manipulator and cache. Required by: CCK Slideshow (enabled)
Image assistThis module allows users to upload and insert inline images into posts. It automatically generates an Add image link under the textarea fields of your choice. Depends on: Image (enabled)
Upload imageImage nodes will be created from images uploaded as attachments. Depends on: Image (enabled), Upload (enabled)

SWF tools module – allows the user to add MP3 and flash movie and show them on the Drupal site. 

Name

Description
jquery.flash.jsIntegration with Luke Lutman's jquery.flash.js Flash replacement plugin. This ships with SWF Tools, it does not need to be downloaded separately. Depends on: SWF Tools (enabled)
1 Pixel OutSWF Tools support for 1 Pixel Out MP3 Player. Depends on: SWF Tools (enabled)
SimpleViewerUnstable: Integration with SimpleViewer. Depends on: SWF Tools (enabled)
SWFObjectSupport for SWFObject by Geoff Stearns Depends on: SWF Tools (enabled)
SWF ToolsProvides a generic API for Macromedia Flash related tasks Required by: jquery.flash.js (enabled), 1 Pixel Out (enabled), SimpleViewer (enabled), SWFObject (enabled), UFO (enabled), Wijering Flash (enabled)
SWF Tools IntegrationUnstable: Provides useful integration options that can be switched on in the menu.
UFOSupport for UFO by Bobby Van der Sluis Depends on: SWF Tools (enabled)
Wijering FlashSWF Tools support for Jeroen Wijering Flash Players. Depends on: SWF Tools (enabled)
 

Chat room module– allows users to create chat rooms and chat with each other by using AJAX technology. 

TinyMCE module– provides a WYSIWYG editor for page, post, and comment. The user can easily edit the contents. The editor that it provides works like MS-word.  

In conclusion, Drupal is an open source that is very useful and is interesting to learn how to use. I believe that I can gain many benefits from it if I understand thoroughly how to use it. It is complicated but it is also flexible. You can configure what you want to have in your site. There are many modules for you to install and configure. It also has an active community and developers to improve and support Drupal. I think this is a great tool for building an online community.


[More]

is346 | page | Dec 12, 2007 - 9:19pm

LifeType

LifeType is an open-source blogging platform with support for multiple blogs and users in a single installation.

LifeType's design goal is to create a blogging platform that will enable users to spend as little time as possible between installation and actually posting. For that reason, LifeType will stay within its confines of a blogging platform and will not add any official features that aren't strictly blogging related. LifeType will not attempt to become another content management system like PostNuke or Joomla, though the templating system is simple enough, so that embeding other software packages into LifeType is relatively simple (and vice versa).

Source : http://wiki.lifetype.net/index.php/About_LifeType

LifeType Version

The first version that I have installed is Version 1.2.5 Beta.   After the crash of my LifeType, I have installed the latest version, which is Version 1.2.5.

Requirements of LifeType

LifeType Version 1.2.5 requires the followings :

(i)         PHP 5.0.x or later

(ii)        MySQL 4.0.x or later

Strengths of LifeType

The strengths of LifeType are :

(i)                 LifeType has a multiblog platform.  I actually tried the multiblog platform just before the crash and it did work.  But I wasn’t sure whether that was the cause of the crash, so I did not try to set up the other blog again.

(ii)               LifeType is very simple.  Those people who just want to blog will definitely like LifeType as at the post template, icons for embedding video, images and music have been provided.  

(iii)             Some of the plugins for LifeType do not need any configuration and that makes life easier.  All the user need to do is download the plugin and upload it to the Virtual WorkSpace.  Once uploaded, the plugin can be seen at the Administration page of LifeType.  All that is required now is to enable the plugin. 

Limitations of LifeType

The limitations of LifeType are :

(i)                 LifeType does not have a good HELP facility.  Even when I googled, there is not much help.  I guess all the users are simple people that they just used what is provided for by LifeType.  I have even tried to contact LifeType and asked some questions, until now, there is no response from them!

(ii)               There are also not many plugins for LifeType.  The reason may be due to the fact that it is still a nascent social networking platform and again those people using it are not so techky.  Some of the plugins does not function that well.  For example, I couldn’t get Technocrati Tag Cloud or TagCloud to work.

(iii)             The templates options are very few.  Unlike WordPress, LifeType has only 14 templates option. 

Plugins Installed

I have installed 6 plugins and got them working.  The effect of 2 plugins can only be seen in the administration page.  The rest can be seen at the user pages.  I have written some remarks on each plugin as shown below.

(i)       Copy Article

This plugin adds extra functionality to the "Edit Posts" page, so that it is possible to copy an existing article into a new one. The functionality is exposed via a new icon in the "Action" column for each one of the posts, and only one article can be copied at a time.   Source : http://wiki.lifetype.net/index.php/Plugin_copyarticle

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.   This feature can be seen at the Manage - Post page.  This is one of the plugins that can only be seen at the Administrator Page.

(ii)      Mail Center

This plugin allows site administrators to easily contact their users via email, via a couple of easy to use screens. Site administrators can either send emails to a user or a group of users. 

Source : http://wiki.lifetype.net/index.php/Plugin_mailcentre

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.  This plugin can be seen at the Administration – Mail Center. This plugin is only meant for Administrator.

(iii)     FeedReader

This plugin uses pLog's integrated RSS parser to allow users to read RSS and Atom feeds right from within their administration interfaces. The plugin also features support for RSS 2.0 enclosures.

Source : http://wiki.lifetype.net/index.php/Plugin_feedreader

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.  The only thing that is required to be done is to find the RSS materials.  To include the RSS materials, this has to be done at the Manage-Manage Link.  First, I have to create a new link by completing the name of the link, the URL and descriptions. 

To read the RSS from the administration page, just click at Manage – Feed Reader.  For the user, this feature is at the side bar under the Menu – RSS Links.

(iv)     Require Email

The Require Email plugin makes email addresses required for adding comments.  Source : http://wiki.lifetype.net/index.php/Plugin_requireemail

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated. 

For the Administrator, this plugin can be seen at Control Center – Anti Spam Management.  As for the user, this plugin can be seen at the Comment template, where the user will be required to input their email.

(v)     Smileys

This plugin adds the smileys at the comment template.  However, I was rather disappointed as the smiley that will be on the text is not the actual smiley.  Source : http://wiki.lifetype.net/index.php/Plugin_smileys

Installing this plugin was straight forward.  Once uploaded to the Virtual WorkSpace, I had to include this script at the commentFrom.template in the default folder :

{if $smileys->isEnabled()} <script type="text/javascript" src="{$url- >getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script><br/><label for="smileysBar"></label>{$smileys->generateSmileysBar()}{/if}

 The smileys can be seen at the comment template.

(vi)     Sociable

This plugin display all the sociable icons at the blog post.

Source : http://wiki.lifetype.net/index.php/Plugin_sociable

Installing this plugin was not that straight forward.  Once uploaded to the Virtual WorkSpace, I have to put this script {$sociable->showCSS()} at the header.template.  The I have to put this script {assign var="postId" value=$post->getId()} {$sociable->show($postId)} at the post.template.

LifeType Updates

There are 6 weeks of comments for LifeType.  All the comments have been entered into my personal blogs under the following headings :

(i)                 LifeType - The First Impression

(ii)               LifeType Update 2

(iii)             LifeType Update 3

(iv)              LifeType Update 4

(v)                LifeType Update 5

(vi)              LifeType Update 6

I have also attached all the write-ups for the above 6 updates in the pages below. 

Final Words on LifeType

For any blogger who just want to blog for the first time, this is the simplest platform that can be used.  So, this can be a test bed or the stepping stone for novice bloggers.  Most of the features like embedding of video, music and images have been catered for, at the post template.   I don’t actually enjoy using LifeType as there are limitations such as the templates, the plugins and also the poor Help feature. 

I guess those who are adventurous and aggressive with social networking platforms, will not choose LifeType as their platform because it doesn’t have much to offer, unless those bloggers are willing to help out to develop more plugins.  I guess that is why there is not many help providers even when googling for help.


[More]

is346 | page | Dec 12, 2007 - 9:13pm

LifeType

LifeType is an open-source blogging platform with support for multiple blogs and users in a single installation.

LifeType's design goal is to create a blogging platform that will enable users to spend as little time as possible between installation and actually posting. For that reason, LifeType will stay within its confines of a blogging platform and will not add any official features that aren't strictly blogging related. LifeType will not attempt to become another content management system like PostNuke or Joomla, though the templating system is simple enough, so that embeding other software packages into LifeType is relatively simple (and vice versa).

Source : http://wiki.lifetype.net/index.php/About_LifeType

LifeType Version

The first version that I have installed is Version 1.2.5 Beta.   After the crash of my LifeType, I have installed the latest version, which is Version 1.2.5.

Requirements of LifeType

LifeType Version 1.2.5 requires the followings :

(i)         PHP 5.0.x or later

(ii)        MySQL 4.0.x or later

Strengths of LifeType

The strengths of LifeType are :

(i)                 LifeType has a multiblog platform.  I actually tried the multiblog platform just before the crash and it did work.  But I wasn’t sure whether that was the cause of the crash, so I did not try to set up the other blog again.

(ii)               LifeType is very simple.  Those people who just want to blog will definitely like LifeType as at the post template, icons for embedding video, images and music have been provided.  

(iii)             Some of the plugins for LifeType do not need any configuration and that makes life easier.  All the user need to do is download the plugin and upload it to the Virtual WorkSpace.  Once uploaded, the plugin can be seen at the Administration page of LifeType.  All that is required now is to enable the plugin. 

Limitations of LifeType

The limitations of LifeType are :

(i)                 LifeType does not have a good HELP facility.  Even when I googled, there is not much help.  I guess all the users are simple people that they just used what is provided for by LifeType.  I have even tried to contact LifeType and asked some questions, until now, there is no response from them!

(ii)               There are also not many plugins for LifeType.  The reason may be due to the fact that it is still a nascent social networking platform and again those people using it are not so techky.  Some of the plugins does not function that well.  For example, I couldn’t get Technocrati Tag Cloud or TagCloud to work.

(iii)             The templates options are very few.  Unlike WordPress, LifeType has only 14 templates option. 

Plugins Installed

I have installed 6 plugins and got them working.  The effect of 2 plugins can only be seen in the administration page.  The rest can be seen at the user pages.  I have written some remarks on each plugin as shown below.

(i)       Copy Article

This plugin adds extra functionality to the "Edit Posts" page, so that it is possible to copy an existing article into a new one. The functionality is exposed via a new icon in the "Action" column for each one of the posts, and only one article can be copied at a time.   Source : http://wiki.lifetype.net/index.php/Plugin_copyarticle

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.   This feature can be seen at the Manage - Post page.  This is one of the plugins that can only be seen at the Administrator Page.

(ii)      Mail Center

This plugin allows site administrators to easily contact their users via email, via a couple of easy to use screens. Site administrators can either send emails to a user or a group of users. 

Source : http://wiki.lifetype.net/index.php/Plugin_mailcentre

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.  This plugin can be seen at the Administration – Mail Center. This plugin is only meant for Administrator.

(iii)     FeedReader

This plugin uses pLog's integrated RSS parser to allow users to read RSS and Atom feeds right from within their administration interfaces. The plugin also features support for RSS 2.0 enclosures.

Source : http://wiki.lifetype.net/index.php/Plugin_feedreader

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.  The only thing that is required to be done is to find the RSS materials.  To include the RSS materials, this has to be done at the Manage-Manage Link.  First, I have to create a new link by completing the name of the link, the URL and descriptions. 

To read the RSS from the administration page, just click at Manage – Feed Reader.  For the user, this feature is at the side bar under the Menu – RSS Links.

(iv)     Require Email

The Require Email plugin makes email addresses required for adding comments.  Source : http://wiki.lifetype.net/index.php/Plugin_requireemail

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated. 

For the Administrator, this plugin can be seen at Control Center – Anti Spam Management.  As for the user, this plugin can be seen at the Comment template, where the user will be required to input their email.

(v)     Smileys

This plugin adds the smileys at the comment template.  However, I was rather disappointed as the smiley that will be on the text is not the actual smiley.  Source : http://wiki.lifetype.net/index.php/Plugin_smileys

Installing this plugin was straight forward.  Once uploaded to the Virtual WorkSpace, I had to include this script at the commentFrom.template in the default folder :

{if $smileys->isEnabled()} <script type="text/javascript" src="{$url- >getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script><br/><label for="smileysBar"></label>{$smileys->generateSmileysBar()}{/if}

 The smileys can be seen at the comment template.

(vi)     Sociable

This plugin display all the sociable icons at the blog post.

Source : http://wiki.lifetype.net/index.php/Plugin_sociable

Installing this plugin was not that straight forward.  Once uploaded to the Virtual WorkSpace, I have to put this script {$sociable->showCSS()} at the header.template.  The I have to put this script {assign var="postId" value=$post->getId()} {$sociable->show($postId)} at the post.template.

LifeType Updates

There are 5 weeks of comments for LifeType.  All the comments have been entered into my personal blogs under the following headings :

(i)                 LifeType - The First Impression

(ii)               LifeType Update 2

(iii)             LifeType Update 3

(iv)              LifeType Update 4

(v)                LifeType Update 5

(vi)              LifeType Update 6

I have also attached all the write-ups for the above 6 updates in the pages below. 

Final Words on LifeType

For any blogger who just want to blog for the first time, this is the simplest platform that can be used.  So, this can be a test bed or the stepping stone for novice bloggers.  Most of the features like embedding of video, music and images have been catered for, at the post template.   I don’t actually enjoy using LifeType as there are limitations such as the templates, the plugins and also the poor Help feature. 

I guess those who are adventurous and aggressive with social networking platforms, will not choose LifeType as their platform because it doesn’t have much to offer, unless those bloggers are willing to help out to develop more plugins.  I guess that is why there is not many help providers even when googling for help.


[More]

is346 | page | Dec 12, 2007 - 9:12pm

LifeType

LifeType is an open-source blogging platform with support for multiple blogs and users in a single installation.

LifeType's design goal is to create a blogging platform that will enable users to spend as little time as possible between installation and actually posting. For that reason, LifeType will stay within its confines of a blogging platform and will not add any official features that aren't strictly blogging related. LifeType will not attempt to become another content management system like PostNuke or Joomla, though the templating system is simple enough, so that embeding other software packages into LifeType is relatively simple (and vice versa).

Source : http://wiki.lifetype.net/index.php/About_LifeType

LifeType Version

The first version that I have installed is Version 1.2.5 Beta.   After the crash of my LifeType, I have installed the latest version, which is Version 1.2.5.

Requirements of LifeType

LifeType Version 1.2.5 requires the followings :

(i)         PHP 5.0.x or later

(ii)        MySQL 4.0.x or later

Strengths of LifeType

The strengths of LifeType are :

(i)                 LifeType has a multiblog platform.  I actually tried the multiblog platform just before the crash and it did work.  But I wasn’t sure whether that was the cause of the crash, so I did not try to set up the other blog again.

(ii)               LifeType is very simple.  Those people who just want to blog will definitely like LifeType as at the post template, icons for embedding video, images and music have been provided.  

(iii)             Some of the plugins for LifeType do not need any configuration and that makes life easier.  All the user need to do is download the plugin and upload it to the Virtual WorkSpace.  Once uploaded, the plugin can be seen at the Administration page of LifeType.  All that is required now is to enable the plugin. 

Limitations of LifeType

The limitations of LifeType are :

(i)                 LifeType does not have a good HELP facility.  Even when I googled, there is not much help.  I guess all the users are simple people that they just used what is provided for by LifeType.  I have even tried to contact LifeType and asked some questions, until now, there is no response from them!

(ii)               There are also not many plugins for LifeType.  The reason may be due to the fact that it is still a nascent social networking platform and again those people using it are not so techky.  Some of the plugins does not function that well.  For example, I couldn’t get Technocrati Tag Cloud or TagCloud to work.

(iii)             The templates options are very few.  Unlike WordPress, LifeType has only 14 templates option. 

Plugins Installed

I have installed 6 plugins and got them working.  The effect of 2 plugins can only be seen in the administration page.  The rest can be seen at the user pages.  I have written some remarks on each plugin as shown below.

(i)       Copy Article

This plugin adds extra functionality to the "Edit Posts" page, so that it is possible to copy an existing article into a new one. The functionality is exposed via a new icon in the "Action" column for each one of the posts, and only one article can be copied at a time.   Source : http://wiki.lifetype.net/index.php/Plugin_copyarticle

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.   This feature can be seen at the Manage - Post page.  This is one of the plugins that can only be seen at the Administrator Page.

(ii)      Mail Center

This plugin allows site administrators to easily contact their users via email, via a couple of easy to use screens. Site administrators can either send emails to a user or a group of users. 

Source : http://wiki.lifetype.net/index.php/Plugin_mailcentre

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.  This plugin can be seen at the Administration – Mail Center. This plugin is only meant for Administrator.

(iii)     FeedReader

This plugin uses pLog's integrated RSS parser to allow users to read RSS and Atom feeds right from within their administration interfaces. The plugin also features support for RSS 2.0 enclosures.

Source : http://wiki.lifetype.net/index.php/Plugin_feedreader

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated.  The only thing that is required to be done is to find the RSS materials.  To include the RSS materials, this has to be done at the Manage-Manage Link.  First, I have to create a new link by completing the name of the link, the URL and descriptions. 

To read the RSS from the administration page, just click at Manage – Feed Reader.  For the user, this feature is at the side bar under the Menu – RSS Links.

(iv)     Require Email

The Require Email plugin makes email addresses required for adding comments.  Source : http://wiki.lifetype.net/index.php/Plugin_requireemail

Installing this plugin was straight forward.  No configuration was needed.  Once uploaded to the Virtual WorkSpace, the plugin is ready to be activated. 

For the Administrator, this plugin can be seen at Control Center – Anti Spam Management.  As for the user, this plugin can be seen at the Comment template, where the user will be required to input their email.

(v)     Smileys

This plugin adds the smileys at the comment template.  However, I was rather disappointed as the smiley that will be on the text is not the actual smiley.  Source : http://wiki.lifetype.net/index.php/Plugin_smileys

Installing this plugin was straight forward.  Once uploaded to the Virtual WorkSpace, I had to include this script at the commentFrom.template in the default folder :

{if $smileys->isEnabled()} <script type="text/javascript" src="{$url- >getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script><br/><label for="smileysBar"></label>{$smileys->generateSmileysBar()}{/if}

 The smileys can be seen at the comment template.

(vi)     Sociable

This plugin display all the sociable icons at the blog post.

Source : http://wiki.lifetype.net/index.php/Plugin_sociable

Installing this plugin was not that straight forward.  Once uploaded to the Virtual WorkSpace, I have to put this script {$sociable->showCSS()} at the header.template.  The I have to put this script {assign var="postId" value=$post->getId()} {$sociable->show($postId)} at the post.template.

LifeType Assignments