Blogs

By default the most out of the box Open Atrium provides is username token for email messages.
Not sufficient if you plan to use OA in a professional environment. Also username is shown in listings instead of user's full name while it really ought to be users full name. 

Here's a solution to the problem:

Because sometimes asterisk is not good enough to distinguish a required field from others - or you want it to look custom.
theme_form_required_marker() was added in D7.

Add this to your template.php: 

/**

  1. Increase memory limit (Rackspace provides 32 MB by default). I use the following at the top of my .htaccess files:

    # Overridden PHP settings:
    #
    php_value memory_limit 128M
    php_value max_execution_time 60
    php_value post_max_size 128M
    php_value upload_max_filesize 128M