• Hi, love your plugin, it almost does the job ?? Got 2 questions:
    I read that you would implement a link to the activity page, is that something that is coming in near future, so when showing e.g. 10 word the user can click to read more?
    I have installed a plugin ‘BuddyPress Edit Activity’ from BoddyBoss, and it places an Edit button in the widget, can I somehow hide this in the widget?

    Hope you can help ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Brajesh Singh

    (@sbrajesh)

    Thank you for the kind words.

    1. Linking to directory is coming soon(next update).

    2. The simple solution will be to use css. Please use the follwoing css.

    
    
    /**
     * Hide the dit button in Sitewide activity Widget
     */
    .swa-activity-list .buddyboss_edit_activity,
    .swa-activity-list .buddyboss_edit_activity_comment {
    	display: none;
    }
    
    

    hope that helps.

    Regards
    Brajesh

    Love the plugin but it is not obvious how to get to the activity page from the widget.
    How can I have the “view discussion’ button display so that users know where to go to read the conversation. Right now, they only see View Discussion button when they hover over the date, which is not intuitive. Thanks!!!

    Plugin Author Brajesh Singh

    (@sbrajesh)

    Hi williamslyd ,
    Thank you.

    Where do you want the button to be? Please let me know and I will try to accommodate it.

    At the moment, the plugin tries to be as similar to BuddyPress default activity as feasible. And the BuddyPress default activity stream uses the date as permalink to discussion, that’s why it is like that.

    Regards
    Brajesh

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Link from the widget to the activity’ is closed to new replies.