Title: genauder's Replies | WordPress.org

---

# genauder

  [  ](https://wordpress.org/support/users/genauder/)

 *   [Profile](https://wordpress.org/support/users/genauder/)
 *   [Topics Started](https://wordpress.org/support/users/genauder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/genauder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/genauder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/genauder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/genauder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/genauder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Like Post Block] Possible to like again after IP address change](https://wordpress.org/support/topic/possible-to-like-again-after-ip-address-change/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/possible-to-like-again-after-ip-address-change/#post-18450339)
 * Hello [@rokumetal](https://wordpress.org/support/users/rokumetal/),
 * amazing, thank you very much, I will check it out!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Like Post Block] Possible to like again after IP address change](https://wordpress.org/support/topic/possible-to-like-again-after-ip-address-change/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/possible-to-like-again-after-ip-address-change/#post-18419057)
 * Hello [@rokumetal](https://wordpress.org/support/users/rokumetal/),
 * thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Exclude pages and posts](https://wordpress.org/support/topic/exclude-pages-and-posts-2/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-pages-and-posts-2/#post-18411501)
 * I will test this and get back to you, thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Exclude pages and posts](https://wordpress.org/support/topic/exclude-pages-and-posts-2/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-pages-and-posts-2/#post-18411417)
 * Hello, unfortunately the start page is still being recorded by Burst Statistics.
   This is the code in wp-config.php:
 *     ```wp-block-code
       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!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Exclude pages and posts](https://wordpress.org/support/topic/exclude-pages-and-posts-2/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-pages-and-posts-2/#post-18409711)
 * Thank you, it seems to work!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Exclude pages and posts](https://wordpress.org/support/topic/exclude-pages-and-posts-2/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-pages-and-posts-2/#post-18409563)
 * Thank you for the suggestion. When doing it that way unfortunately the site is
   not working anymore and visitors get HTTP error 500.
 *     ```wp-block-code
       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?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Exclude pages and posts](https://wordpress.org/support/topic/exclude-pages-and-posts-2/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/exclude-pages-and-posts-2/#post-18409362)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Event Manager] URL when clicking on category keys](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/#post-18309789)
 * Maybe 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Event Manager] URL when clicking on category keys](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/#post-18309777)
 * Great stuff, thank you very much!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Event Manager] URL when clicking on category keys](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/#post-18306718)
 * I am not skilled enough so your help would be highly appreciated. Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Event Manager] URL when clicking on category keys](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/url-when-clicking-on-category-keys/#post-18306113)
 * I 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, 5 months ago by [genauder](https://wordpress.org/support/users/genauder/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SAML Single Sign On – SSO Login] AD attributes which contain a comma](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/#post-18262690)
 * Thank you very much! Sorry, I was just surprised!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SAML Single Sign On – SSO Login] AD attributes which contain a comma](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/#post-18262654)
 * Why 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, 6 months ago by [genauder](https://wordpress.org/support/users/genauder/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SAML Single Sign On – SSO Login] AD attributes which contain a comma](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/#post-18259135)
 * Oh sorry, the plugin version is 12.3.0.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SAML Single Sign On – SSO Login] AD attributes which contain a comma](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/)
 *  Thread Starter [genauder](https://wordpress.org/support/users/genauder/)
 * (@genauder)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/ad-attributes-which-contain-a-comma/#post-18258964)
 * Hello,
 * thanks for the reply. Unfortunately I can’t even login on the forum, there is
   no button or link for that.

Viewing 15 replies - 1 through 15 (of 15 total)