-
foxly posted on the forum topic Can't find 0.1.9 Nightly… in the group BuddyPress Media: 13 years, 5 months ago
http://buddypress-media.googlecode.com/files/bp-media-2010-12-01.zip
This is the latest nightly build that runs on a normal server. The current nightly build will only run on dev workstation because we’re refactoring the core classes. Not much longer to a new nightly build release, however.
^F^
-
thelandman posted on the forum topic Remove Sitewide Activity in the group How-To and Troubleshooting: 14 years, 1 month ago
@bojanski, Here is the code you are looking for, you’ll find it under /wp-content/themes/yourtheme/activity/index.php around line 22. This is presuming you have created a child theme based on the default BP theme.
<a href="" title=" "> </a>
Remove that code and you should be good to […] -
Roger Coathup posted on the forum topic Remove Sitewide Activity in the group How-To and Troubleshooting: 14 years, 1 month ago
@bojanski hide_sitewide is a boolean, and in this line is being used to test whether an activity item has been marked as hidden or not – (it’s not a count @tom_taylor_85) You should NOT be modifying the code there – that’s a core file, and you’ll run into problems when you upgrade if you’ve modified them. You’ve […]
@bojanski
Not recently active