RilPoint/Documentation
Contents |
RilPoint for Drupal
Installation
- Unpack the content of the tar-gzip archive into e.g. your sites/all/themes folder, under your Drupal install folder.
- Navigate to http://www.yousite.com/admin/build/themes and activate the theme.
Enabling Main tabs and top right links
- Go to the block administration page ( http://www.yousite.com/admin/build/block )and drag one of your menus to the block regions called "Main Tabs" and "Top navigation" respectively. A good tip is to create custom menus that you use for these links.
RilPoint for MediaWiki
Installation
- Unpack the content of the tar-gzip archive into your skins folder under your MediaWiki install folder.
- Set the
$wgDefaultSkinvariable in LocalSettings.php to "RilPoint".
Example:
$wgDefaultSkin = 'rilpoint';
Enabling Main tabs
- Edit the article named MediaWiki:Sidebar, and add a section named "RILPOINT_TABS", where you place your links.
Example content of the MediaWiki:Sidebar article:
* SEARCH * navigation ** mainpage|mainpage-description ** currentevents-url|currentevents ** recentchanges-url|recentchanges ** randompage-url|randompage * TOOLBOX * LANGUAGES * RILPOINT_TABS ** Main Page|Home ** Article 1|Article 1 ** Article 2|Article 2 ** Article 3|Article 3 ** http://www.example.com|Example.Com

