Title: jsjs's Replies | WordPress.org

---

# jsjs

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[SV Tracking Manager] Unfortunately not compatible with PHP 8.2.](https://wordpress.org/support/topic/unfortunately-not-compatible-with-php-8-2/)
 *  Thread Starter [jsjs](https://wordpress.org/support/users/jsjs/)
 * (@jsjs)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/unfortunately-not-compatible-with-php-8-2/#post-17896155)
 * One more thing: Your plugin is recommmended by Usercentric as “Plugin from out
   partner straightvision”: [https://usercentrics.com/de/knowledge-hub/wordpress-und-usercentrics/](https://usercentrics.com/de/knowledge-hub/wordpress-und-usercentrics/)
   
   I`m a usercentric customer, and installed the plugin. And my local wordpress 
   was completely broke because of the deprecation notice and the wordpress admin
   asset thing. So even if this is open source plugin: That didn’t look to me like
   a plugin that a single developer put his free time into. It looked like a plugin
   from a commercially active company where im a paying customer. Perhaps one more
   reason why I quickly switched to bad rating.Just that you can understand my perpective
   a bit more 🙂
    -  This reply was modified 2 years, 1 month ago by [jsjs](https://wordpress.org/support/users/jsjs/).
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[SV Tracking Manager] Unfortunately not compatible with PHP 8.2.](https://wordpress.org/support/topic/unfortunately-not-compatible-with-php-8-2/)
 *  Thread Starter [jsjs](https://wordpress.org/support/users/jsjs/)
 * (@jsjs)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/unfortunately-not-compatible-with-php-8-2/#post-17896110)
 * Hi Matthias,
   i`m sorry. I searched for the suport forum and did not find it. 
   Link was more prominent in the past and I did not see another possibility of 
   creating a bug report. Please do not overjudge this as a general failure culture
   thing. I was just in a rush and wanted to report the problem.I created a topic
   with my issues [https://wordpress.org/support/topic/deprecation-warning-in-php-8-2-and-incompatibility-with-roots-sage/](https://wordpress.org/support/topic/deprecation-warning-in-php-8-2-and-incompatibility-with-roots-sage/)
   Sorry again,
 * Johannes
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] Incompatibility with BuddyBoss](https://wordpress.org/support/topic/incompatibility-with-buddyboss-2/)
 *  Thread Starter [jsjs](https://wordpress.org/support/users/jsjs/)
 * (@jsjs)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/incompatibility-with-buddyboss-2/#post-16129094)
 * Unfortunately it causes real problems:
    - I can`t edit the “has archive” value – There is just no control where the 
      dropdown normally is in wp admin
    - Archive does not show up. Even not if I disable the BuddyBoss pro Plugin, 
      save the post type (without errors) and activate the BuddyBoss Plugin again.
      And then save Permalink settings – /post-type-slug is just a 404. /post-type-
      slug/my-post is visible
    - BuddyBoss, BuddyBossPro and Custom Post Type UI are the only activated plugins
    - If I disable BuddyBoss Pro, everything works fine. No Warning, archive is 
      shown like expected
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WordPress add_rewrite_rule problems when rewriting to startpage](https://wordpress.org/support/topic/wordpress-add_rewrite_rule-redirects-instead-of-rewrite-if-page_id-parameter-is/)
 *  Thread Starter [jsjs](https://wordpress.org/support/users/jsjs/)
 * (@jsjs)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/wordpress-add_rewrite_rule-redirects-instead-of-rewrite-if-page_id-parameter-is/#post-7152938)
 * Hi bcworkz,
 * thank you for your detailed answer. In the meantime, I found the solution by 
   myself. It was the canonical redirect, which can be disabled by the following
   code:
 *     ```
       function disable_canonical_redirect_for_front_page( $redirect ) {
           if ( is_page() && $front_page = get_option( 'page_on_front' ) ) {
               if ( is_page( $front_page ) )
                   $redirect = false;
           }
   
           return $redirect;
       }
       add_filter( 'redirect_canonical', 'disable_canonical_redirect_for_front_page' );
       ```
   
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [WordPress add_rewrite_rule problems when rewriting to startpage](https://wordpress.org/support/topic/wordpress-add_rewrite_rule-redirects-instead-of-rewrite-if-page_id-parameter-is/)
 *  Thread Starter [jsjs](https://wordpress.org/support/users/jsjs/)
 * (@jsjs)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/wordpress-add_rewrite_rule-redirects-instead-of-rewrite-if-page_id-parameter-is/#post-7152903)
 * But I don’t want to only get the tags variable: I want the user (and search engines)
   to see /mypath/tag1,tag2,tag3/ as URL in the Browser.
 * Can nobody tell me, what is happening there, and how I can avoid it?

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