Experimental project

This is a sandbox project, which contains experimental code for developer use only.

Provides a text field formatter to display about.me profile information.

The output of the profile can be customised using template files and theme pre-process functions.

Theme hooks

  • aboutme_tag_link
  • aboutme_website_link
  • aboutme_website_icon_link
  • aboutme_placeholder_link
  • aboutme_main_link

Usage

YOURTHEME_preprocess_aboutme_tag_link(&$variables){
  // Change $variables here.
}

Template files

  • aboutme-profile.tpl.php
  • aboutme-profile-teaser.tpl.php

You can copy these template files to your theme directory to customise.

Caching

Caching can be adjusted to update more or less frequently depending on your needs or limitations using the administration settings /admin/structure/aboutme.

Project information

  • Created by davidgrayston on , updated