Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,841
- How-to & Troubleshooting
- 129,850
- Creating & Extending
- 25,886
- Requests & Feedback
- 9,530
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,387
- Miscellaneous
- 9,177
-
Seems this code not working on my site at all.
I also tried another way– hide all activity type with “mini” class by modifying the $nothanks like this:
`$nothanks = bp_get_activity_css_class();`
and
`if ($nothanks=’mini’) `
It does’t work either.
Any idea?