SsofbJoomlaRhuk

SomethingCorporate < Skins > Steamport   (talk | users? | test page | RWD? | set as default | unset | validate: HTML, CSS)

Summary: A CSS based skin with a choice of six colors, based on a Joomla template.
Version: 1.2.1304
Prerequisites: PmWiki 2.2.0 betas
Status: maintained
Maintainer: AndyG
Categories: Skins, PHP72

Click to enlarge

Click to enlarge

Click to enlarge

Click to enlarge

Click to enlarge

Click to enlarge

Description

ssofb.co.uk_joomla_rhuk skin for PmWiki

Notes

Adapted by AndyG from Software Systems Open For Business http://www.ssofb.co.uk. Please note any bugs or suggestions at the bottom of this page.

This Skin is an adaptation of a Joomla Template called rhuk_milkyway (v1.0.2) created by Andy Miller aka rhuk (rhuk@rhuk.net) so all thanks go to him for creating a great starting point. Some changes were made to the template, mainly removing aspects of the layout, simplifying the design greatly. Then it was ported to PmWiki skin format. The re-purposing of open source code from one project to another is good for cross pollination of ideas and leverage of existing code.

It is completely CSS based and has a choice of six colours.

The theme is designed with CMS like websites in mind, where the majority of user are not editors, so the edit menu is in a side menu that is conditional on the user being authenticated. This is easy to remove. Just change the code in ssofb.co.uk_joomla_rhuk.tmpl from:

 <!--markup:
 (:div1 class="module_menu":)
 (:div2:)
 (:div3:)
 (:div4:)
 !!!Wiki Menu
 (:include {$Group}.PageActions {$SiteGroup}.PageActions :)
 (:div4end:)
 (:div3end:)
 (:div2end:)
 (:div1end:)
 -->

to:

 <div class="module_menu">
 <div>
 <div>
 <div>
 <h3>Wiki Menu</h3>
 <!--wiki: Skins.PageActions Site.PageActions                     
 </div>
 </div>
 </div>
 </div>

It is all valid XHTML and CSS.

This is the first skin that I've posted, so sorry if there are any issues.

Release Notes

1.0.827 is the first release on 14 October 2008. Download: ssofb.co.uk_joomla_rhuk_v1.0.827.zipΔ

  • First Release

1.1.969 is the second release on 4 November 2008. Download: ssofb.co.uk_joomla_rhuk_v1.1.969.zipΔ

  • Fixed some CSS issues with heading sizes, (thanks Frank)
  • Tidied up a couple of other bits.

1.2.1304 is the third release on 1 January 2009. Download: ssofb.co.uk_joomla_rhuk_v1.2.1304.zipΔ

  • Changed the css path from using the base tag to using $SkinDirUrl on CSS paths. This fixed a couple of issues.
  • Tidied up a couple of other bits.

Download

Download: see above.

Install

To add this theme to your PmWiki2 installation, follow these basic steps:

1. Download the theme archive and extract the files it contains.

2. Move the directory 'ssofb.co.uk_joomla_rhuk' to the pub/skins directory provided by PmWiki on your server.

3. Add the following to your local configuration file (config.php).

    $Skin = 'ssofb.co.uk_joomla_rhuk';

4. Look at ownership and permission of files if you have any trouble.

5. Change The logo, it should not really be any bigger than 600 pixels wide or 65 pixels high. set the variable

    $PageLogoUrl = "$FarmPubDirUrl/skins/ssofb.co.uk_joomla_rhuk/site_logo.gif";

6. Set the colour in the ssofb.co.uk_joomla_rhuk.php, there is a choice of blue, black, red, green, orange and white.

    $stylesheet = "white";

See Also

SsofbJoomlaRhuk-Talk

Bugs

There are some issues on the SsofbJoomlaRhuk-Talk page.

Suggestions

There are some suggestions on the SsofbJoomlaRhuk-Talk page.

Contributors

AndyG

Comments

See discussion at SsofbJoomlaRhuk-Talk

User notes? : If you use, used or reviewed "SsofbJoomlaRhuk", you can add your name. These statistics appear in the Skins listings and will help newcomers browsing through the wiki.