Hi, is there any possibility to add a generic blog URL to this module (typically different domain per user, but presented with the same icon)? I've tried to add a service with nothing in the URL domain field, but that gives me the The specified path is invalid. Please enter a path on this site (e.g. rss.xml or taxonomy/term/1/feed). error.

function MYMODULE_follow_networks_alter(&$networks, $uid = 0) {
  // Add a network.
    $networks[$uid]['blog'] = array(
      'title' => t('Blog'),
      'domain' => '',
    );
  }

Any pointers much appreciated!

Comments

AstonVictor’s picture

Status: Active » Closed (outdated)

I'm closing it because the issue was created a long time ago without any further steps.

if you still need it then raise a new one.
thanks