I can’t seem to get fbss to show up in my activity feed. Can someone give me some direction as to what I need to do to get that working? I set up the facebook statues activity type via the Activity Publisher Template. What further settings need to be configured? Within the view would any changed need to be made? Attached is my (edited) all_activities export. Thanks.

CommentFileSizeAuthor
all_activity view export.txt8.08 KByosisays

Comments

madhusudan’s picture

In default activity view it should work.. check the permissions.. if anything disabled enable it..

sirkitree’s picture

Status: Active » Closed (fixed)

Please reopen if this is still an issue.

NathanM’s picture

Version: 6.x-2.x-dev » 6.x-2.0-alpha1

I am still having this as an issue. The 2.x version of FBSS displays activity views fine, but the 3.x version will not display the activity view below the status area if you are using an argument such as (requester) User relationships: Requestee user. I should also note that this will only happen when the fbss block is embedded into a panel. If you go to the default statuses/share link, the activity view will display below the block, but if you are on the panel page, it will show up blank. I'm pasting an example view below, (requires user relationships).

$view = new view;
$view->name = 'activity_friends4';
$view->description = 'All activity on a site.';
$view->tag = 'activity';
$view->base_table = 'activity';
$view->core = 6;
$view->api_version = '2';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */
$handler = $view->new_display('default', 'Defaults', 'default');
$handler->override_option('relationships', array(
  'uid' => array(
    'label' => 'User',
    'required' => 0,
    'id' => 'uid',
    'table' => 'activity',
    'field' => 'uid',
    'relationship' => 'none',
  ),
  'nid' => array(
    'label' => 'Node',
    'required' => 0,
    'id' => 'nid',
    'table' => 'activity',
    'field' => 'nid',
    'relationship' => 'none',
  ),
  'requestee_id' => array(
    'label' => 'requestee',
    'required' => 0,
    'id' => 'requestee_id',
    'table' => 'user_relationships',
    'field' => 'requestee_id',
    'relationship' => 'uid',
  ),
  'requester_id' => array(
    'label' => 'requester',
    'required' => 0,
    'id' => 'requester_id',
    'table' => 'user_relationships',
    'field' => 'requester_id',
    'relationship' => 'uid',
  ),
));
$handler->override_option('fields', array(
  'picture' => array(
    'label' => 'User',
    'alter' => array(
      'alter_text' => 0,
      'text' => '',
      'make_link' => 0,
      'path' => '',
      'link_class' => '',
      'alt' => '',
      'prefix' => '',
      'suffix' => '',
      'target' => '',
      'help' => '',
      'trim' => 0,
      'max_length' => '',
      'word_boundary' => 1,
      'ellipsis' => 1,
      'html' => 0,
      'strip_tags' => 0,
    ),
    'empty' => '',
    'hide_empty' => 0,
    'empty_zero' => 0,
    'imagecache_preset' => 'user_image_small',
    'exclude' => 0,
    'id' => 'picture',
    'table' => 'users',
    'field' => 'picture',
    'relationship' => 'uid',
  ),
  'message' => array(
    'label' => '',
    'alter' => array(
      'alter_text' => 0,
      'text' => '',
      'make_link' => 0,
      'path' => '',
      'alt' => '',
      'prefix' => '',
      'suffix' => '',
      'help' => '',
      'trim' => 0,
      'max_length' => '',
      'word_boundary' => 1,
      'ellipsis' => 1,
      'html' => 0,
    ),
    'exclude' => 0,
    'id' => 'message',
    'table' => 'activity_messages',
    'field' => 'message',
    'relationship' => 'none',
  ),
  'comment_count' => array(
    'label' => 'Comment count',
    'alter' => array(
      'alter_text' => 1,
      'text' => '<p><b>Comment Count:</b> [comment_count]',
      'make_link' => 0,
      'path' => '',
      'link_class' => '',
      'alt' => '',
      'prefix' => '',
      'suffix' => '',
      'target' => '',
      'help' => '',
      'trim' => 0,
      'max_length' => '',
      'word_boundary' => 1,
      'ellipsis' => 1,
      'html' => 0,
      'strip_tags' => 0,
    ),
    'empty' => '',
    'hide_empty' => 0,
    'empty_zero' => 0,
    'set_precision' => FALSE,
    'precision' => 0,
    'decimal' => '.',
    'separator' => ',',
    'prefix' => '',
    'suffix' => '',
    'exclude' => 0,
    'id' => 'comment_count',
    'table' => 'activity_comments_stats',
    'field' => 'comment_count',
    'relationship' => 'none',
  ),
  'comment_form' => array(
    'label' => 'Comments',
    'alter' => array(
      'alter_text' => 0,
      'text' => '',
      'make_link' => 0,
      'path' => '',
      'link_class' => '',
      'alt' => '',
      'prefix' => '',
      'suffix' => '',
      'target' => '',
      'help' => '',
      'trim' => 0,
      'max_length' => '',
      'word_boundary' => 1,
      'ellipsis' => 1,
      'html' => 0,
      'strip_tags' => 0,
    ),
    'empty' => '',
    'hide_empty' => 0,
    'empty_zero' => 0,
    'order' => 'ASC',
    'limit' => '2',
    'exclude' => 0,
    'id' => 'comment_form',
    'table' => 'activity_comments_field',
    'field' => 'comment_form',
    'relationship' => 'none',
  ),
  'delete_activity' => array(
    'label' => 'Delete link',
    'alter' => array(
      'alter_text' => 0,
      'text' => '',
      'make_link' => 0,
      'path' => '',
      'link_class' => '',
      'alt' => '',
      'prefix' => '',
      'suffix' => '',
      'target' => '',
      'help' => '',
      'trim' => 0,
      'max_length' => '',
      'word_boundary' => 1,
      'ellipsis' => 1,
      'html' => 0,
      'strip_tags' => 0,
    ),
    'empty' => '',
    'hide_empty' => 0,
    'empty_zero' => 0,
    'text' => '',
    'exclude' => 0,
    'id' => 'delete_activity',
    'table' => 'activity',
    'field' => 'delete_activity',
    'relationship' => 'none',
  ),
));
$handler->override_option('sorts', array(
  'aid' => array(
    'order' => 'DESC',
    'id' => 'aid',
    'table' => 'activity',
    'field' => 'aid',
    'relationship' => 'none',
  ),
));
$handler->override_option('arguments', array(
  'requester_id' => array(
    'default_action' => 'default',
    'style_plugin' => 'default_summary',
    'style_options' => array(),
    'wildcard' => 'all',
    'wildcard_substitution' => 'All',
    'title' => '',
    'breadcrumb' => '',
    'default_argument_type' => 'current_user',
    'default_argument' => '',
    'validate_type' => 'none',
    'validate_fail' => 'not found',
    'break_phrase' => 1,
    'not' => 0,
    'id' => 'requester_id',
    'table' => 'user_relationships',
    'field' => 'requester_id',
    'relationship' => 'requestee_id',
    'validate_user_argument_type' => 'uid',
    'validate_user_roles' => array(
      2 => 0,
      7 => 0,
      3 => 0,
      6 => 0,
      4 => 0,
      8 => 0,
      5 => 0,
    ),
    'me_redirect' => 0,
    'me_validate_user_argument_type' => 'uid',
    'me_validate_user_roles' => array(
      2 => 0,
      7 => 0,
      3 => 0,
      6 => 0,
      4 => 0,
      8 => 0,
      5 => 0,
    ),
    'default_options_div_prefix' => '',
    'default_taxonomy_tid_term_page' => 0,
    'default_taxonomy_tid_node' => 0,
    'default_taxonomy_tid_limit' => 0,
    'default_taxonomy_tid_vids' => array(
      1 => 0,
      21 => 0,
      9 => 0,
      22 => 0,
      8 => 0,
      7 => 0,
      19 => 0,
      23 => 0,
      27 => 0,
      10 => 0,
      13 => 0,
      26 => 0,
      12 => 0,
      18 => 0,
      16 => 0,
      15 => 0,
      11 => 0,
      17 => 0,
      20 => 0,
      2 => 0,
      24 => 0,
      25 => 0,
    ),
    'default_argument_user' => 0,
    'default_argument_fixed' => '',
    'default_argument_activity_log_stream_owner_type' => 'user',
    'default_argument_php' => '',
    'validate_argument_node_type' => array(
      'poll' => 0,
      'answer' => 0,
      'question' => 0,
      'job' => 0,
      'product' => 0,
      'points' => 0,
      'subscriptions' => 0,
      'product_kit' => 0,
      'forum' => 0,
      'panel' => 0,
      'book' => 0,
      'company' => 0,
      'discussion' => 0,
      'event' => 0,
      'feed' => 0,
      'feed_item' => 0,
      'jobappln' => 0,
      'jobposting' => 0,
      'job_vacancy' => 0,
      'network' => 0,
      'page' => 0,
      'personalinfo' => 0,
      'profile' => 0,
      'resume' => 0,
      'simplenews' => 0,
      'story' => 0,
    ),
    'validate_argument_node_access' => 0,
    'validate_argument_nid_type' => 'nid',
    'validate_argument_vocabulary' => array(
      1 => 0,
      21 => 0,
      9 => 0,
      22 => 0,
      8 => 0,
      7 => 0,
      19 => 0,
      23 => 0,
      27 => 0,
      10 => 0,
      13 => 0,
      26 => 0,
      12 => 0,
      18 => 0,
      16 => 0,
      15 => 0,
      11 => 0,
      17 => 0,
      20 => 0,
      2 => 0,
      24 => 0,
      25 => 0,
    ),
    'validate_argument_type' => 'tid',
    'validate_argument_transform' => 0,
    'validate_user_restrict_roles' => 0,
    'validate_argument_node_flag_name' => '*relationship*',
    'validate_argument_node_flag_test' => 'flaggable',
    'validate_argument_node_flag_id_type' => 'id',
    'validate_argument_user_flag_name' => '*relationship*',
    'validate_argument_user_flag_test' => 'flaggable',
    'validate_argument_user_flag_id_type' => 'id',
    'validate_argument_is_member' => 'OG_VIEWS_DO_NOT_VALIDATE_MEMBERSHIP',
    'validate_argument_group_node_type' => array(
      'network' => 0,
    ),
    'validate_argument_signup_status' => 'any',
    'validate_argument_signup_node_access' => 0,
    'validate_argument_php' => '',
    'me_validate_user_restrict_roles' => 0,
  ),
));
$handler->override_option('access', array(
  'type' => 'none',
));
$handler->override_option('cache', array(
  'type' => 'none',
));
$handler->override_option('title', 'Activity Wall');
$handler->override_option('css_class', 'activity');
$handler->override_option('header_format', '4');
$handler->override_option('header_empty', 0);
$handler->override_option('footer', 'keep up-to-date.');
$handler->override_option('footer_format', '1');
$handler->override_option('footer_empty', 0);
$handler->override_option('empty_format', '1');
$handler->override_option('use_ajax', TRUE);
$handler->override_option('items_per_page', 25);
$handler->override_option('use_pager', '1');
$handler->override_option('distinct', 1);
$handler->override_option('style_plugin', 'table');
$handler->override_option('style_options', array(
  'grouping' => '',
  'override' => 1,
  'sticky' => 0,
  'order' => 'asc',
  'columns' => array(
    'picture' => 'picture',
    'message' => 'message',
    'comment_form' => 'message',
    'comment_count' => 'message',
  ),
  'info' => array(
    'picture' => array(
      'sortable' => 0,
      'separator' => '',
    ),
    'message' => array(
      'separator' => '',
    ),
    'comment_form' => array(
      'separator' => '',
    ),
    'comment_count' => array(
      'sortable' => 0,
      'separator' => '',
    ),
  ),
  'default' => '-1',
));
$handler->override_option('row_plugin', 'ds_fields');
$handler->override_option('row_options', array(
  'picture' => array(
    'region' => 'header',
    'weight' => '-50',
    'css-class' => '',
    'labelformat' => 'above',
  ),
  'message' => array(
    'region' => 'left',
    'weight' => '-49',
    'css-class' => '',
    'labelformat' => 'above',
  ),
  'comment_form' => array(
    'region' => 'left',
    'weight' => '-48',
    'css-class' => '',
    'labelformat' => 'inline',
  ),
  'comment_count' => array(
    'region' => 'left',
    'weight' => '-47',
    'css-class' => '',
    'labelformat' => 'inline',
  ),
  'buttons' => array(
    'submit' => 'Update',
    'cancel' => 'Cancel',
  ),
  'regions' => array(
    'header' => array(
      'picture' => '-50',
    ),
    'left' => array(
      'message' => '-49',
      'comment_form' => '-48',
      'comment_count' => '-47',
    ),
  ),
  'module' => 'ds-views',
  'object_type' => 'ds-views',
));
$handler = $view->new_display('page', 'Page', 'page_1');
$handler->override_option('path', 'user/%/activity');
$handler->override_option('menu', array(
  'type' => 'none',
  'title' => 'User',
  'description' => '',
  'weight' => '1',
  'name' => 'navigation',
));
$handler->override_option('tab_options', array(
  'type' => 'tab',
  'title' => 'All stuff',
  'description' => '',
  'weight' => '0',
  'name' => 'navigation',
));
NathanM’s picture

Status: Closed (fixed) » Active
_shy’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

D6 reached its EOL back in February 2016, and there is no active release for D6 for this module anymore.
Development or support is not planned for D6. All D6-related issues are marked as outdated in a bunch.

If the issue remains relevant for D10+ versions, merge requests with proposed solutions for a new module version (D10+) are welcome in a new follow-up issue.

Thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.