-
stwc posted on the forum topic Shortcodes in the group BuddyPress Moderation: 13 years, 10 months ago
Tried this, with no luck:
'blog_comment', 'author_id' => $comment->user_id,'id' => $wpdb->blogid,'id2' => $comment->comment_ID,'unflagged_text' => __('Flag this comment as inappropriate','bp-moderation'))); ?>
-
stwc posted on the forum topic Shortcodes in the group BuddyPress Moderation: 13 years, 10 months ago
@francescolaffi – that last is exactly what I would like to do, for the main blog — place the flag in the comment metadata div, rather than attached to the actual blog comment content, basically for layout purposes. Could you offer a little help on how to use bpModFrontend::get_link() to generate the link? I understand where […]
-
stwc joined the group BuddyPress Moderation 13 years, 10 months ago
-
stwc posted on the forum topic "My Favorites" Plugin in the group Requests & Feedback: 13 years, 10 months ago
Bookmark post.
-
stwc posted on the forum topic Buddypress needs to STOP supporting bbPress in the group Requests & Feedback: 14 years, 6 months ago
Thinking in architectural terms, this makes a lot of sense — certainly more sense than Franken-bbPress does. If BP were to get a richly-featured, native, extensible replacement for ‘forum’-structured discussion, that would be a good thing. These days, more than in the past, I worry about the right user-interaction design decisions being made,…[Read more]
-
stwc posted on the forum topic activated buddypress before deleting “bp-default” and “bp-sn-parent” (site is now dead) in the group Installing BuddyPress: 14 years, 6 months ago
Reupload them and do not delete them in future.
-
stwc posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
Yup. This is precisely the point I’ve made about buddypress.org (a point that will apply to many of our own sites as well) many many times before, and is at the heart of my reluctant but growing disenchantment. Agree, 100 percent.
-
stwc posted on the forum topic How do I favorite a forum post? in the group Miscellaneous: 14 years, 6 months ago
We used to be able to Favorite forum threads here. It was one of many important pieces of functionality we’ve lost. Your favorites from the old site still exist, though, at https://buddypress.org/forums/profile//favorites . I haven’t a shred of a clue why @apeatling decided to omit that functionality in the new design. I’ve ported BP-Like to work […]
-
stwc posted on the forum topic Buddypress needs to STOP supporting bbPress in the group Requests & Feedback: 14 years, 6 months ago
bbPress as a component of BP is weaksauce, I would agree. But it is a non-trivial project to write a fully-featured forums app/component. I would support native forums functionality in BP, definitely, especially if it let us do more with it, but I suspect given the lack of focus on that functionality here and in […]
-
stwc posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
I think we agree, then, for the first time ever: that Andy &co should be focussing on fixing problems (usability and otherwise) and the dev community can extend core where they like.
-
stwc posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
Heh. I’m not disagreeing with you in principle, but taken in the context of Buddypress itself, that’s pretty ironic, with forum comments (and everything else) showing up in Activity streams as well as where they were originally posted. 😉 (and in this specific case, it shows up inline, thread-indented on the Activity item and indentically […]
-
stwc posted on the forum topic Here come the spammers!!! in the group Requests & Feedback: 14 years, 6 months ago
Good on you, foxly. There are a lot of significant problems with BP (made more apparent by the new design we’re using here on buddypress.org, which will, hopefully, mean that they are addressed more quickly), and it’s great to see someone from the dev community step up with substantive proposals to address one of the […]
-
stwc posted on the forum topic Noob Theme creation question in the group Creating & Extending: 14 years, 6 months ago
My suggestion (just because that’s the ramshackle way I go about stuff) would be to grab a free BP theme that you like (or just a copy of the bp-default theme), set it up as a child theme, grab a plugin or two that you like, and start messing around with the templates and the […]
-
stwc posted on the forum topic The BuddyPress UI Design and conceptual approach to Social Networking in the group Miscellaneous: 14 years, 6 months ago
It’s been working flawlessly for me.
and throws in a different workflow for people to get used too
Don’t see how — it consolidates rather than adds, the way I’ve got it set up. *shrug*
-
stwc started the forum topic Plugin/Functionality Idea: Buddypress ’My Stuff’ in the group Creating & Extending: 14 years, 6 months ago
I think I’m going to try and build this, but if anyone else likes the idea and wants to give it a go (since my skills are intermediate at best), please feel free. The idea is to have a kind of ‘dashboard’ in a collapsed-by-default, toggle-able .message div, with all a user’s ‘stuff’ easily accessible […]
-
stwc posted on the forum topic Here come the spammers!!! in the group Requests & Feedback: 14 years, 6 months ago
Example: http://www.google.ca/search?hl=en&q=%2B”is+proudly+powered+by+WordPress+and+BuddyPress”; (front page of every BP site on the net) Example: http://www.google.ca/search?hl=en&q=inurl:%22/community/members/%22+%2Bbuddypress (members page of every BP site on the net) Very much behind this, but I will mention that changing those two thi…[Read more]
-
stwc posted on the forum topic How do a post a variable in a link? in the group How-To and Troubleshooting: 14 years, 6 months ago
For stuff like this, the fastest and easiest thing to do is just look at the template files you’ll be modifying for your child theme, the stuff in bp-themes/bp-default to see how it’s done. Have a look at /bp-themes/bp-default/members/index.php for example.
You probably want bp_get_loggedin_user_fullname(). See here, too:…[Read more]
-
stwc posted on the forum topic Weird issue in the group How-To and Troubleshooting: 14 years, 6 months ago
Could it be that you’re not uploading the files as ASCII where appropriate? (also, please try to name your threads informatively, so those of us who are willing to help can guess whether or not we might be able to… 🙂 )
-
stwc posted on the forum topic How do i disable case sensitivity for username? in the group How-To and Troubleshooting: 14 years, 6 months ago
Yeah, this is an annoyance, and a WordPress thing as opposed to something that can be changed in BP. Users can, of course, case their display names however they like, but the actual login must be lowercase with no non-alpha characters. And Buddypress will only send @notifications to the login name, as opposed to the […]
-
stwc posted on the forum topic Groups name not changing…. in the group How-To and Troubleshooting: 14 years, 6 months ago
Rich means that you’ll have to manually go into your MySQL database (with PHPMyAdmin or another GUI tool) and edit data directly until the bug gets fixed, which is not for the fainthearted if you haven’t done it before. Make sure you back up your db first before messing around.
- Load More
@stwc
Active 3 years, 3 months ago