-
Fanoop posted an update in the group BuddyPress Followers
Is there an update coming for this plugin for BuddyPress 1.5? I am not getting the links in the nav bar to show and my links to the following and followers page are giving me 404 errors.
-
Fanoop joined the group BuddyPress Followers
-
Fanoop joined the group How-To and Troubleshooting
-
Fanoop posted on the forum topic Disable the 'REPLY' function to already existing post reply in the group How-To and Troubleshooting:
I was able to remove the “reply to reply” link with some CSS.
#buddypress-page .acomment-replylink {
display: none;
}This seems to work perfectly for me.