-
Anointed started the forum topic need exclude parameter for bp_has_activities() in the group How-To and Troubleshooting: 14 years, 3 months ago
I am trying to modify the primary bp activity stream loop to remove ‘all activities’ related to a set of specific blog id’s. However I do not see an exclude parameter as an option for the function bp_has_activities()
In the meantime is there a workaround?
–exclude_blog_id(3,6,29);
-
Anointed posted on the forum topic The fixes have begun: activity permalinks in the group buddypress.org Ninjas: 14 years, 3 months ago
stupid question:
I am using bp 1.2.5trunk which I update every couple of days.Is this fix and the others in this branch or just the 1.3 branch?
–I tried installing 1.3 but it just puked all over itself, so as JJJ suggested I went to the 1.2.5trunk instead.
-
Anointed joined the group buddypress.org Ninjas 14 years, 3 months ago
-
Anointed posted an update in the group BuddyPress Sliding Login Panel: 14 years, 3 months ago
this plugin really needs its own forum!
@pollyplummer
I am having the same problem as a few others have reported where it keeps saying I have a friend request from myself. It comes and goes, but happens very often. I keep ‘friending’ myself, but it keeps coming back.No errors are reported in the logs, so not quite sure where to begin…[Read more]
-
I’m aware of this error. Hoping to fix it for the next release.
-
Sorry, I just sent you a message on your website before I saw this. Do you happen to have an ETA on the release?
Thanks and best wishes,
Kristen-
Not yet. I’m totally slammed with other projects right now. Probably not for another 2 or 3 weeks at best.
-
Okay. I look forward to it. Is there something any of us can contribute to help things along? Or is it simply a time factor? π
Thanks and best wishes,
Kristen
-
-
-
-
-
Anointed posted on the forum topic Can somebody test this share button in IE? in the group Third Party Components & Plugins: 14 years, 3 months ago
still working great for me.
-
Anointed started the forum topic bp-groupblog subdomain vs. subdirectory in the group How-To and Troubleshooting: 14 years, 3 months ago
Weird issue going on with this one and it only happens on one of my installs. I have wp 3multi setup as a subdomain install running bp 1.2.5trunk. When I go into a group to create a new group blog, it gives me the option to create a subdirectory group instead of a subdomain. Somehow […]
-
Anointed joined the group BP Jobs Board 14 years, 3 months ago
-
Anointed posted on the forum topic Is it possible to have two post forms in one page? in the group How-To and Troubleshooting: 14 years, 3 months ago
somewhat related:
Wish I could help with the actual visual editor you are working with, but alas no experience doing that, just happened upon the article above yesterday while working on another project. Hope it lends some ideas
-
Anointed posted on the forum topic Can somebody test this share button in IE? in the group Third Party Components & Plugins: 14 years, 3 months ago
worked for me just fine.
Nice little plugin there!
–how about using modals instead of full window pop ups?
-
Anointed posted on the forum topic Router for root components in the group Creating & Extending: 14 years, 3 months ago
@jgwebdevelopment I would absolutely love to hear how you solved this problem and built the multisite recipe component with global searching. I’m trying to do something similar where each site has a custom post-type ‘testimonials’. I want to pull them all into a ‘root page’ as well where they can also be searched. I was going […]
-
Anointed posted a new activity comment 14 years, 3 months ago
lol, yup that was it. great catch, saved me from hours of deactivating plugins.
Go figure, if I use curly anywhere else in wp it would white screen on me… that’s what I get for copy paste from the forums here.
thank you!
-
Anointed posted a new activity comment 14 years, 3 months ago
It is probably another conflicting buddypress plugin. I’ll try figuring it out.
-
Anointed posted a new activity comment 14 years, 3 months ago
tried that as well.. wow you respond fast lol
-
haha yeah, just working tonight. So one other idea – might be silly. Are you quotes curly in your define statement? I mean it looks like they are from how you pasted them. They should be plain, like this: ‘ ‘ Might be way off, but who knows? π
-
whoops mine posted curly too. ok it’s probably not that π I have no idea why you cant disable the bar. There’s a dirtier way that you can do it with CSS… oh wait, just checked your site. Looks like it’s working now π great job.
-
lol, yup that was it. great catch, saved me from hours of deactivating plugins.
Go figure, if I use curly anywhere else in wp it would white screen on me… that’s what I get for copy paste from the forums here.
thank you!
-
-
-
Anointed posted a new activity comment 14 years, 3 months ago
yeah, the admin bar won’t disable, looking into it now.
I have the following code in my wp-config.php file
define(‘WP_POST_REVISIONS’, false);
define( βBP_DISABLE_ADMIN_BARβ, false );
/* That’s all, stop editing! Happy blogging. */-
@Anointed – Try changing false to true instead.
-
tried that as well.. wow you respond fast lol
-
haha yeah, just working tonight. So one other idea – might be silly. Are you quotes curly in your define statement? I mean it looks like they are from how you pasted them. They should be plain, like this: ‘ ‘ Might be way off, but who knows? π
-
whoops mine posted curly too. ok it’s probably not that π I have no idea why you cant disable the bar. There’s a dirtier way that you can do it with CSS… oh wait, just checked your site. Looks like it’s working now π great job.
-
lol, yup that was it. great catch, saved me from hours of deactivating plugins.
Go figure, if I use curly anywhere else in wp it would white screen on me… that’s what I get for copy paste from the forums here.
thank you!
-
-
-
It is probably another conflicting buddypress plugin. I’ll try figuring it out.
-
-
-
Anointed posted an update in the group BuddyPress Sliding Login Panel: 14 years, 3 months ago
@pollyplummer
Just for kicks I tried installing the bp sliding panel but for some reason it doesn’t slide. Using standard bp theme.
http://mydreamhost.netideas?
-
@Anointed Looks like you don’t have the BP admin bar disabled. You have to disable that for it to work.
-
yeah, the admin bar won’t disable, looking into it now.
I have the following code in my wp-config.php file
define(‘WP_POST_REVISIONS’, false);
define( βBP_DISABLE_ADMIN_BARβ, false );
/* That’s all, stop editing! Happy blogging. */-
@Anointed – Try changing false to true instead.
-
tried that as well.. wow you respond fast lol
-
haha yeah, just working tonight. So one other idea – might be silly. Are you quotes curly in your define statement? I mean it looks like they are from how you pasted them. They should be plain, like this: ‘ ‘ Might be way off, but who knows? π
-
whoops mine posted curly too. ok it’s probably not that π I have no idea why you cant disable the bar. There’s a dirtier way that you can do it with CSS… oh wait, just checked your site. Looks like it’s working now π great job.
-
lol, yup that was it. great catch, saved me from hours of deactivating plugins.
Go figure, if I use curly anywhere else in wp it would white screen on me… that’s what I get for copy paste from the forums here.
thank you!
-
-
-
It is probably another conflicting buddypress plugin. I’ll try figuring it out.
-
-
-
-
-
Anointed joined the group BuddyPress Sliding Login Panel 14 years, 3 months ago
-
Anointed posted on the forum topic Testers needed for version 2.1beta! in the group Add All Nav Links to BP Adminbar: 14 years, 3 months ago
@pcwriter do you have an email contact address that you can post? I went to your site and registered to see the bar in action. I was having tons of problems with the s2members system puking all over my account. Was going to try and contact you about it, but you have no contact form on […]
-
Anointed joined the group Add All Nav Links to BP Adminbar 14 years, 3 months ago
-
Anointed started the forum topic latest vs. messes up the flash uploader for wp gallery in the group gPress: 14 years, 3 months ago
When I have gpress activated and go to add media to a post via the flash uploader, I always end up with a general ‘upload failure’ warning. I can use the browser based uploader just fine.
Deactivating the plugin solves the issue.
Using wp 3.0.1, bp 1.2.5trunk, and latest gpress plugin.
-
Anointed joined the group oEmbed for BuddyPress 14 years, 3 months ago
- Load More
@anointed
Not recently active