genauder
Forum Replies Created
-
Forum: Plugins
In reply to: [Like Post Block] Possible to like again after IP address changeHello @rokumetal,
amazing, thank you very much, I will check it out!
Forum: Plugins
In reply to: [Like Post Block] Possible to like again after IP address changeHello @rokumetal,
thank you very much!
I will test this and get back to you, thanks again.
Hello, unfortunately the start page is still being recorded by Burst Statistics. This is the code in wp-config.php:
function set_referrer_to_spammer( $sanitized_data ) {
$url = $sanitized_data['host'] . $sanitized_data['page_url'];
if (empty($sanitized_data['page_url']) ) {
//we use a trick, by setting the referrer to spammer, this page won't get tracked.
$sanitized_data['referrer'] = 'spammer';
}
return $sanitized_data;
}
add_filter( 'burst_before_track_hit', 'set_referrer_to_spammer' );Is anything wrong with that? Thank you!
Thank you, it seems to work!
Thank you for the suggestion. When doing it that way unfortunately the site is not working anymore and visitors get HTTP error 500.
function set_referrer_to_spammer( $sanitized_data ) {
$url = $sanitized_data['host'] . $sanitized_data['page_url'];
if (empty($sanitized_data['page_url']) {
//we use a trick, by setting the referrer to spammer, this page won't get tracked.
$sanitized_data['referrer'] = 'spammer';
}
return $sanitized_data;
}
add_filter( 'burst_before_track_hit', 'set_referrer_to_spammer' );Is this correct?
Thank you very much! Actually I want to exclude the front page which is obviously classified as “/” by Burst Statistics. So I guess the “str_contains” is probably not the right approach?
Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysMaybe if possible you can also add an addtional class for the “all” categories tab when activated? It’s grey with white font color, it doesn’t look very nice and it also seems to miss an extra class so I can’t really change.
Thank you!
Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysGreat stuff, thank you very much!
Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysI am not skilled enough so your help would be highly appreciated. Thank you!
Forum: Plugins
In reply to: [Quick Event Manager] URL when clicking on category keysI would love to use CSS only but I cannot make it work since it’s not really an active button / the class does not change after the category button is clicked. Or I am doing something wrong fundamentally. Can you please tell me how to do this via CSS only?
- This reply was modified 1 year, 3 months ago by genauder.
Forum: Plugins
In reply to: [SAML Single Sign On – SSO Login] AD attributes which contain a commaThank you very much! Sorry, I was just surprised!
Forum: Plugins
In reply to: [SAML Single Sign On – SSO Login] AD attributes which contain a commaWhy is this marked as resolved? It is not.
The support still did not come back to me and the forum is not working as well.
- This reply was modified 1 year, 4 months ago by genauder.
Forum: Plugins
In reply to: [SAML Single Sign On – SSO Login] AD attributes which contain a commaOh sorry, the plugin version is 12.3.0.
Forum: Plugins
In reply to: [SAML Single Sign On – SSO Login] AD attributes which contain a commaHello,
thanks for the reply. Unfortunately I can’t even login on the forum, there is no button or link for that.