User login

Public

How to enable the search box in Open Atrium

It's enabled by default. Click the magnifying glass icon in the upper left area of the screen to reveal the form textfield.

Not that I would need to search the web to find an obvious element of the user interface... but really, OA, clicking to be able to type in the text box is a usability fail for something as important as search. The 15x50 pixels are available.

Architecting Drupal Sites with Panels 3 session by Suzanne Kenendy at DrupalCamp Montreal

See also Hally Turner's notes on this presentation.

Suzanne Kennedy
Architecting Drupal Sites with Panels 3

Also try composite layout and other page layout module assistance.

Original motivation was a better alternative to the core block configuration.

Drupal distributions session by Omar Bickell at DrupalCamp Montreal

See also Hally Turner's notes on this presentation.

irakli and jmiccolis know more, this draws in part on their presentations.

Distributions contain installation profiles
(an installation profile does not contain a distribution)

install profiles are install time only
- run custom install tasks
- enable modules and themes

A lot of those on Drupal.org are old, not released, or unmaintained

Committing selected changes in files, not all the changes, with git add -p

For committing just some changes in a file, use

git add -p

y to apply the hunk presented, n for not that hunk, and s to split the hunk smaller – and e to edit manually

It is all explained in the Interactive Mode portion of the git add manpage:

http://www.kernel.org/pub/software/scm/git/docs/git-add.html#_interactive_mode

regex find-replace works in Skype on Mac and Linux

regex-style find replace - s/mistake/replacement/ - works in Skype on Mac and Linux for your previous message!

I'm not the first to discover this but discovering it by accident was fun!

Removing the bubbletimer sample node stubborn remnant after uninstalling the module

Bubbletimer module unfortunately did not work out, possibly due more to our server configuration at the time, but i didn't have time to investigate, so i sent $20 for the year to Bubbletimer.com. Note to self: offer a decade-worth of payments to developers of the Drupal module.

SELECT type, name, module, locked FROM node_type;

Syndicate content