Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

BuddyPress External Group Blogs : link target _blank ? (5 posts)

Started 1 year, 6 months ago by: gregsexymedia

  • Profile picture of gregsexymedia gregsexymedia said 1 year, 6 months ago:

    Hello all,

    I used the very useful BuddyPress External Group Blogs plugin and I would like to know if it possible to add a _blank target to the links that are in the RSS items displayed in the activity feed ?

  • Profile picture of gregsexymedia gregsexymedia said 1 year, 6 months ago:

    Anyone can help ?

    In the bp-groups-externalblogs.php file I found the following code :

    /* Record found blog posts in activity streams */
    foreach ( (array) $items as $post_date => $post ) {
    $activity_action = sprintf( __( ‘Nouvel article %s sur le site %s’, ‘bp-groups-externalblogs’ ), ‘‘ . attribute_escape( $post['title'] ) . ‘‘, ‘‘ . attribute_escape( $post['blogname'] ) . ‘‘, ‘‘ . attribute_escape( $group->name ) . ‘‘ );

    What I want is to open links form external blogs in a new window to I change with but It does not work :-(

  • Profile picture of Sunandan Sunandan said 1 year, 5 months ago:

    Hi , Is there are a way to redirect avatar link to group page instead of sending the user to members page.

    When i am using External group blog. The posts coming from external sites have avatar of this group but the avatar link is redirecting to memebers page i want this to redirect to Group page. Where should i change the code.

  • Profile picture of Sunandan Sunandan said 1 year, 5 months ago:

    Hi , Is there are a way to redirect avatar link to group page instead of sending the user to members page.

    When i am using External group blog. The posts coming from external sites have avatar of this group but the avatar link is redirecting to memebers page i want this to redirect to Group page. Where should i change the code.

  • Profile picture of Sunandan Sunandan said 1 year, 5 months ago:

    Hi , Is there are a way to redirect avatar link to group page instead of sending the user to members page.

    When i am using External group blog. The posts coming from external sites have avatar of this group but the avatar link is redirecting to memebers page i want this to redirect to Group page. Where should i change the code.