Reference material about the Drupal installation for simulistics.com
From the Create content menu in the left bar click the Story item.
In the ensuing form:
Must ensure Organic Groups access control is enabled before putting the site online after an upgrade!
Make new version of Simile available to from UberCart downloads
fid | filename | |||
94 | Standard/Simile-4.8_Linux.tar.gz | |||
93 | Standard/Simile48.exe |
pfid | fid | model | description | shippable |
pfid | fid | model | description | shippable | |||
2 | 111 | SimileSEWin | Download Simile Standard Edition for Windows | 0 | |||
5 | 114 | SimileSELinux | Download Simile Standard Edition for Linux | 0 | |||
6 | 115 | SimileSEMacOsX | Download Simile Standard Edition for MacOsX | 0 | |||
3 | 89 | SimileEEWindows | Download Simile Enterprise Edition for Windows | 0 | |||
7 | 91 | SimileEELinux | Download Simile Enterprise Edition for Linux | 0 | |||
8 | 90 | SimileEEMacOsX | Download Simile Enterprise Edition for MacOsX | 0 |
fid | uid | pfid | key | granted | accessed | addresses | |||
39 | 22 | 0 | fc93a93a358196074a69b799d228190f | 1216418198 | 0 | a:0:{} | |||
39 | 12 | 0 | ec02f7c1e2934ccab4d80ad87ccd3863 | 1216462913 | 1 | a:1:{i:0;s:12:"83.67.127.34";} | |||
16 | 12 | 0 | 3353b602579eff0a63c9f9e20d088784 | 1216462989 | 0 | a:0:{} |
This section documents and provides reference material about (or points to it) the visual appearance of the site.
Initially the Garland theme was chosen because it provided the three-column layout. So far some time has been spent customising that theme.
I have copied the Garland theme we were using to garlandsimulistics in the customisation directory /simulistics.com/drupal/sites/all/themes/.
At present I am confused that style.css isn't being used though print.css is. A css file with a number of lots of digits is used. It may be a processed version of style.css. I'll investigate futher.
Jonathan
-----------------
If the Garland colours are changed the modified css are copied in to the files dir and used from there. Those css are the ones to edit, e.g. "/drupal/files/color/garlandsimulistics-4d3e4149/style.css";
I've shrunk the margins to 160px.
Jonathan 25 Feb 2008
Garland Simple modification Tutorial
Shows modifications of the theme. Not much of a tutorial but a list of changes. Any explanation?
At the time of writing before going live with Drupal urls are http://www.simulistics.com/drupal/* . To get rid of the drupal/ the .htaccess in the root directrory has to have a url rewrite rule.
Set error reporting to log file only: not to the screen.
We are used to:
The old content is being copied to Drupal pages with url aliases to match the old urls. At present the url base is set to /drupal so all Drupal page urls start with that. When we want to switch over to Drupal we can change the url base in Drupal site settings and possibly .htaccess.
Links must be checked.
Appearance must be finalised - make our own CSS using the existing simulistics.css
Most content has been copied from the original site displayed in a browser and pasted into Drupal in the wysiwyg editor. Link destinations are therefore the original content. Links must be checked. Also images and documents are in their original locations NOT in the Drupal installation.
Notes
Introduction
Under the edit area titled Body that you want to exclude from fckeditor
mv (move) the unpacked new module to /simulistics.com/drupal/sites/all/modules, e.g.
(uiserver):u45169214:~ > mv sitedoc simulistics.com/drupal/sites/all/modules
A new major version of Drupal is about to be released so at some point we should upgrade to it. Our Drupal site (along with most others) rely on addition modelules. Releases of Drupal are a bit messy because of the high degree of dissagregation of the development. The core is publicly released before most modules to give a stable platform for module writers. Core 6 is now released (and patched) but modules vital for most sites, such as views and CCK (see below), are still being worked on.
We should release our Drupal-based site using version 5.x and then upgrade to version 6.x when all the modules we need are ready.
Contributed modules status - version 6.x this seems a bit out of date. The projects modules are probably the only thing we need and a development version is being used on drupal.org but the upgrade path from that is likely to be difficult.
JMM 7/7/09