markwk / domain_logo

Provides a custom logo for each domain with Drupal Domain module
0 stars 0 forks source link

Publish on Drupal.org #1

Open alberthendriks opened 11 years ago

alberthendriks commented 11 years ago

Why not publish this module on Drupal.org? I am using it with the following function added:

function domain_logo_preprocess(&$variables, $hook) {
  $variables['logo'] = domain_logo_get_logo_path();
}
markwk commented 11 years ago

It is on drupal.org: https://drupal.org/sandbox/markwk/1715792. I don't use domain module on any ongoing or personal projects so I haven't upgraded it to a full project. If you are interested in helping maintain, I'd upgrade and make you a co-maintainer.

On Thu, Aug 1, 2013 at 3:59 AM, alberthendriks notifications@github.comwrote:

Why not publish this module on Drupal.org? I am using it with the following function added:

function domain_logo_preprocess(&$variables, $hook) { $variables['logo'] = domain_logo_get_logo_path(); }

— Reply to this email directly or view it on GitHubhttps://github.com/markwk/domain_logo/issues/1 .

Mark W. Koester 马克 Tweet me @markwkoester

alberthendriks commented 11 years ago

That would be great!

alberthendriks commented 11 years ago

Are we still on?

markwk commented 11 years ago

Yes, just post an issue on Drupal.org project page with you id and I'll add you as maintainer.

On Mon, Aug 12, 2013 at 5:50 AM, alberthendriks notifications@github.com wrote:

Are we still on?

Reply to this email directly or view it on GitHub: https://github.com/markwk/domain_logo/issues/1#issuecomment-22485499

alberthendriks commented 11 years ago

Done