-
Sadegh Hosseini replied to the topic BuddyPress Favorites in in the forum Third Party Plugins 2 years, 10 months ago
Hi @danbp,
I’ve used your code in 2022theme.
it doesn’t work.
so I’ve edited this section :if ( ! $activity_id ) {
return 'No Activity';
}and now in the blog post, it shows “No Activity”.
Please tell me what’s wrong.
Thanks -
Diabolo replied to the topic Change 'Show all X comments' limit in the forum How-to & Troubleshooting 2 years, 11 months ago
Thanks @danbp for that toggle snippet, nearly five and a half years later and still works a treat!
Two questions if I may:
1 Is it possible to default to hidden?
2 Is it possible to move the button to another position?
I’m testing Youzify which may complicate things as it appears where I want to move it to is behind a Youzify component that…[Read more]
-
Ed N. replied to the topic What happened to OPEN??? in the forum Creating & Extending 3 years ago
@vapvarun – Thank you. I will take a look to see if this helps.
@imath, @jjj, @DJPaul, @boonebgorges, @mercime, @hnla, @shanebp, @danbp, @henrywright
Still wondering why the official docs are hidden from developers…
-
Ed N. replied to the topic What happened to OPEN??? in the forum Creating & Extending 3 years ago
@imath, @jjj, @DJPaul, @boonebgorges, @mercime, @hnla, @shanebp, @danbp, @henrywright
Anyone out there?
-
Daniel replied to the topic /wp-admin/customize.php?return=wp-admin in the forum Installing BuddyPress 4 years, 9 months ago
@danbp hello, sorry if I shouldn’t post here, reviving this post, it happened the same to me, I can’t seem to use the customizer if BuddyPress is active. But I was able to do that before.
I get it, I can customize the theme while BuddyPress is inactive. But how can I edit the BuddyPress “feed”, as I did before(1 week ago)? -
Siddharth replied to the topic Username in Activity Stream not showing in the forum How-to & Troubleshooting 7 years, 2 months ago
-
Siddharth replied to the topic change username to display name in the forum How-to & Troubleshooting 7 years, 2 months ago
Hello @danbp
Display name in buddypress activity stream is not showing once posting any activity.
It was showing earlier but all of a sudden its not showing for newly registered users. Please check the screenshot below:-
B’coz of this the {username} field is not showing in email templates as well when someone is i…[Read more]
-
Steve Taylor replied to the topic are there potential issues with completely dequeuing legacy CSS? in the forum Creating & Extending 7 years, 3 months ago
Thanks. I was wary because @danbp suggested otherwise: ‘Yes i understand (i’m also using a bootstrap theme), you can do like you want. But don’t claim after that that BP doesn’t work correctly.’ You’re saying that ‘doesn’t work correctly’ means ‘won’t be styled correctly’? There seems to be a confusion between functionality and presentation here.
-
Henry Wright replied to the topic Trying to get property of non-object in the forum How-to & Troubleshooting 7 years, 8 months ago
@danbp Thanks for pointing that out, I’ll keep it in mind. My only thought is how do we know this issue is PHP 7 specific? To me it looks unrelated to PHP version.
-
AiratVibe replied to the topic Trying to get property of non-object in the forum How-to & Troubleshooting 7 years, 8 months ago
-
Slava Abakumov replied to the topic Cannot Sign up in the forum Installing BuddyPress 7 years, 9 months ago
Have you read the article that was linked by @danbp?
Do you have.htaccess
file in the same diretory where you installed WordPress?
If not, create it with this content:# BEGIN WordPress
[Read more]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond… -
Slava Abakumov replied to the topic buddypress activity stream restructuring the gravatar position in the forum Ideas 7 years, 9 months ago
-
Masoud replied to the topic user role box under profile picture in the forum How-to & Troubleshooting 7 years, 9 months ago
hi @danbp
your explanations was complete. i understood completely.
and thank you very much for the help.
the code worked well.
actually i changed it a little to fit my requirements .
i added some other elements to the css#item-header-avatar p {
[Read more]
width: 90px;
height: 15px;
position : absolute;
top : 90px;
right : 0px;
text-align:… -
Paul Wong-Gibbs replied to the topic Broken after install in the forum Installing BuddyPress 7 years, 11 months ago
@wautersandreas and @danbp Fatal errors with that exact message are caused by a change in PHP 7.1. We have fixed this specific issue for an upcoming release — our ticket tracking PHP 7.1 is here https://buddypress.trac.wordpress.org/ticket/7392
While we could ship a release today to fix that specific error, there is at least 1 other PHP 7.1…[Read more]
-
Henry Wright replied to the topic oEmbed video in site-wide activity in the forum How-to & Troubleshooting 7 years, 11 months ago
Thanks @danbp. I’ve added an example to the update you made.
-
heytricia replied to the topic [Resolved] the right way to remove nav items in the forum How-to & Troubleshooting 7 years, 11 months ago
I’d like to restrict the submenus used in profile views to show only if a user is on their own profile or if they are an admin. I think this thread speaks to that. Please let me know if I’m wrong…
I tried using @danbp ‘s code, but I get a “page not found” on pages that should just be removing the submenu. Logging in as a test user with no admin…[Read more]
-
Jay replied to the topic [Resolved] Merging Buddypress Profile with WordPress Profile in the forum How-to & Troubleshooting 7 years, 11 months ago
@danbp, you are a scholar and a gentleman. Thanks for taking the time for all of this. Hopefully this exchange will enlighten future visitors as it has for me.
-
Jay replied to the topic [Resolved] Merging Buddypress Profile with WordPress Profile in the forum How-to & Troubleshooting 7 years, 11 months ago
Thanks for the background info about WP, @danbp. It certainly is interesting to see how the little old single-user blog platform called “WordPress” has mushroomed into the gargantuan that it is today, following the old adage, “Man expands to fill the available space.”
Obviously I’m a bit of a noobie to WordPress (I’ll admit, so feel free to…[Read more]
-
Jay replied to the topic [Resolved] Merging Buddypress Profile with WordPress Profile in the forum How-to & Troubleshooting 7 years, 11 months ago
I understand exactly what @jagarolik is looking for, and I find myself in that same position.
@danbp, you made the point about “The 3 mandatory field (username, email and password) belonging exclusively to WP.”
This is probably a bit of a noobie question, but is it possible for a plugin to expose the changing of the email and/or password on the…[Read more]
-
Henry Wright replied to the topic Error 404 for non logged in users in the forum How-to & Troubleshooting 8 years ago
Hi all
As @danbp mentioned, if you haven’t done so already, please open a bug report for this on Trac if you believe there to be an issue. That way it’ll get investigated by the core team.
- Load More
@danbp
Active 7 years, 5 months ago