Drupal tips |
Stragegy
dget install openatrium 7.x-2.19-no-core d7paths grep memory_limit /etc/php.ini #should be >= 256M grep max_allowed_packet /etc/my.cnf #should be >= 32M (add under [mysqld]}
mod=/opt/dr7/contrib/modules oa=$mod/openatrium function repoa { rm -Rf $oa/modules |
|||
|
|||
1. Install modules on serverdget install redhen 7.x-1.7 d7paths dget install message 7.x-1.9 d7paths dget install relation 7.x-1.0-rc5 d7paths dget install registration 7.x-1.3 d7paths dget install redhen_membership 7.x-1.x-dev d7paths dget install entityreference 7.x-1.1 d7paths dget install addressfield 7.x-1.0-beta5 d7paths
2. |
|||
Here are some useful links:
In case the problem is the underlying system performance: |
|||
Here are some resources for comparing the two systems:
|
|||
1. |
|||
Installing the theme is the easy bit. What is much harder is setting up automatic SCSS recompilation.
|
|||
There are two changes that need to be made. |
|||
Modules
|
|||
Drupal node display can be overridden using a template file of the form:
The simplest way of displaying fields is to use the render() function The render array is documented here: drupal.org/node/930760
|
|||
