-
ipstenu joined the group Requests & Feedback 14 years, 7 months ago
-
ipstenu started the forum topic [Plugin: Buddypress Sitewide activity Widget] CSS Customization Acts Weird in the group Buddypress Sitewide activity Widget: 14 years, 7 months ago
That’s not as descriptive as it should be but. I installed it, and right away I wanted to hide the display of avatars. To my surprise, I had to add the CSS to _inc/css/default.css instead of style.css, and even then, it ignored some of my calls (like ‘display:none’ when I tried to hide the avatars). […]
-
ipstenu joined the group Buddypress Sitewide activity Widget 14 years, 7 months ago
-
ipstenu joined the group BuddyPress 14 years, 7 months ago
-
ipstenu posted on the forum topic Hosting requirements for Buddypress in the group How-To and Troubleshooting: 14 years, 7 months ago
In part that depends on how big a BP install you’re going to have. I would read this: http://wpmu.org/dedicated-or-shared-hosting-for-wordpress-mu/
Basically you’d look at it the same way you’d look at a WPMU site. How much traffic, how many users, how many groups and forums etc etc.
-
ipstenu posted on the forum topic BuddyPress Security in the group Creating & Extending: 14 years, 7 months ago
The problem with Ban Hammer is I never bothered to plug into the WPMU register screen, let alone the BP one 🙂
What error/warning messages are you getting? Ban Hammer SHOULD clean itself up when it gets deactivated.
-
ipstenu posted on the forum topic BuddyPress and WordPress 3.0 in the group Miscellaneous: 14 years, 7 months ago
Yeah, but poor @Chad Holden isn’t so lucky 🙂
-
ipstenu posted on the forum topic Adding comment counts to BuddyBar in the group How-To and Troubleshooting: 14 years, 7 months ago
AH! Got it http://buddypress.pastebin.com/LrQuRa9T
This will show you the number of pending (NOT SPAM) comments next to the menu for ‘Manage Comments (#)’. Whew. I’m going to fiddle and see if I can make something like the notifications alert show up. But this is mostly what I wanted 🙂
-
ipstenu posted on the forum topic Adding comment counts to BuddyBar in the group How-To and Troubleshooting: 14 years, 7 months ago
Since the code … code here is weird right now: http://buddypress.pastebin.com/xZuQapR1
Line 28 is the one I’m 99% sure is wrong.
-
Ipstenu (Mika Epstein) started the topic Adding comment counts to BuddyBar in the forum How-to & Troubleshooting 14 years, 7 months ago
I’ve been trying to make a custom buddybar tweak (following these epic directions: https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/ ) to show any pending comments I may have per blog.
The problem I ran into is having the foreach blog loop call the site ID:
if ( is_array( $blogs ) && (int)$blogs ) {
[Read more]
$counter =… -
ipstenu started the forum topic Adding comment counts to BuddyBar in the group How-To and Troubleshooting: 14 years, 7 months ago
I’ve been trying to make a custom buddybar tweak (following these epic directions: https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/ ) to show any pending comments I may have per blog. The problem I ran into is having the foreach blog loop call the site ID:
if ( is_array( $blogs ) && (int)$blogs ) { $counter = 0;…
[Read more] -
Ipstenu (Mika Epstein) posted a new activity comment 14 years, 7 months ago
I hacked up a adminbar blogs per https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
And adding in this
$numcomms = $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = '0'");
isn’t it…
if (0 comments -
Ipstenu (Mika Epstein) posted an update 14 years, 7 months ago
Sorting out my idea to have the number of PENDING comments show up in the buddy bar by the ‘manage comments’ link.
-
I hacked up a adminbar blogs per https://codex.buddypress.org/how-to-guides/modifying-the-buddypress-admin-bar/
And adding in this
`
$numcomms = $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->comments WHERE comment_approved = ‘0’”);
if (0 comments` isn’t it…
-
-
ipstenu posted on the forum topic BuddyPress and WordPress 3.0 in the group Miscellaneous: 14 years, 7 months ago
*ponder* It doesn’t make any sense to me, except maybe it’s PHP setup. Can you add an image to a regular blog post outside of BP?
-
ipstenu posted on the forum topic Had Our First Hacker Attempt. in the group Creating & Extending: 14 years, 7 months ago
FYI, Ban Hammer doesn’t work on WPMU 3.0 right now which … I don’t plan on fixing, since WPMU has a built-in ban filter. The problem is that BuddyPress is ignoring the built-in Ban Filter of WPMU. I’ve never tested it on WPMU 2.9.x Ban Hammer works fine on a single install of WP 3.0, […]
-
ipstenu posted on the forum topic Avatar Upload Issue in the group How-To and Troubleshooting: 14 years, 7 months ago
I added this info to https://trac.buddypress.org/ticket/2206
@ipstenu
Active 2 days, 12 hours ago