-
Fabi replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 12 years, 4 months ago
@djpaul
function redirect_feed() {
header( 'Location: http://example.com' ) ;
}
add_action('bp_activity_sitewide_feed', 'redirect_feed', 1);Is also not working…
I think you need to overwrite […] -
Fabi replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 12 years, 4 months ago
-
Fabi replied to the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 12 years, 4 months ago
@djpaul Well, your code will remove just the RSS Link in the browser, but not the feed itself.. any idea for a function that makes
bp_core_redirect
work? -
Fabi started the forum topic Removing 'Global RSS Feed' in the group How-To and Troubleshooting 12 years, 4 months ago
Just a simple question:
How can I remove the Global RSS Feed (bp_activity_sitewide_feed
) not their links inbp_head
i mean the feed itself. So when you go to example.com/activity/feed you will be redirected […] -
Fabi replied to the forum topic [Unresolved] Activity Item duplicated when posting new update and clicking ’Load More’ in the group How-To and Troubleshooting 12 years, 4 months ago
@djpaul Posted a ticket.. Looks like a important bug… Could you maybe take look at this […]
-
Fabi replied to the forum topic [Unresolved] Activity Item duplicated when posting new update and clicking ’Load More’ in the group How-To and Troubleshooting 12 years, 4 months ago
@djpaul default theme v1.6 and 1.5.5
And jep just sign-up on testbp.org and the bug is there. Reproduce it by viewing your or the global activity, post something and the last activity item will appear a second […]
-
Fabi replied to the forum topic [Unresolved] Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
@djpaul OK, but how?
-
Fabi replied to the forum topic [Unresolved] Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
I need to bump this, it is just too important.. Come on help me 😉
-
Fabi replied to the forum topic [Unresolved] Activity Item duplicated when posting new update and clicking ’Load More’ in the group How-To and Troubleshooting 12 years, 4 months ago
@djpaul I think this should be fixed in the next release, maybe in 1.6 because you can’t hide the bug on the site… Should I post a ticket?
-
Fabi started the forum topic Activity Item duplicated when posting new update and clicking 'Load More' in the group How-To and Troubleshooting 12 years, 4 months ago
When posting a new update to the activity stream and clicking the ‘Load More’ Button, the last item in the stream will appear a second time.
This happens in all activity streams…Any idea how to fix that?
-
Fabi replied to the forum topic Activity Item duplicated when posting new update and clicking 'Load More' in the group How-To and Troubleshooting 12 years, 4 months ago
Tested on 1.6 and 1.5.5 still there… I think
ajax.php
need to renumber the hidden updates when posting an new one. -
Fabi replied to the forum topic [Unresolved] Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
I tested the search_terms the last hours on a local server with 1.5.5 and 1.6 and on an web server with 1.5.5 and 1.6.. The bug won’t go away… But one thing I found out: The Plugin BuddyPress Hashtags make it […]
-
Fabi replied to the forum topic [Unresolved] Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
Oh, really nobody?
Maybe I need to filterbp_activity_has_more_items()
… But how? -
Fabi started the forum topic [Unresolved] Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
– Load More request ignores search_terms –
Currently I’m working on a BuddyPress Site with some cool features. But there is a problem… Let me give you an example:
You got on your BP Site a Page with […]
-
Fabi replied to the forum topic Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
OK, Hugo, I will wait… 😉
-
Fabi replied to the forum topic Big Issues with Activity search_terms= and ”Load More” in the group How-To and Troubleshooting 12 years, 4 months ago
No idea? (!)
-
xxx started the topic Issues with Activity search_terms= and ”Load More” in the forum How-to & Troubleshooting 12 years, 4 months ago
– Load More request ignores search_terms –
Currently I’m working on a BuddyPress Site with some cool features. But there is a problem… Let me give you an example:
You got on your BP Site a Page with the Name, let’s say “Stuff” – So the address would be example.com/suff
In your child-Theme you got a Template for that with the name stuff.php .…[Read more] -
Fabi joined the group How-To and Troubleshooting 12 years, 4 months ago
@pixelflat
Not recently active