Results 1 to 4 of 4

Thread: Third party plugins integration fail - CP 3.x.x

  1. #1
    Thread Starter
    Veteran Fanatic's Avatar
    Join Date
    Jul 2010
    Location
    Canada
    Posts
    885
    Thanks
    309
    Thanked 57 Times in 51 Posts

    Third party plugins integration fail - CP 3.x.x

    I'm sure this one is common and frustrating to some, but I'm hoping it will reach local developers and maybe even be taken in consideration for future releases of CP allowing more flexibility with third party plugins.

    Here are live cases I'm dealing with in regards to 2 third party plugins that fail to work with CP due to CP's customization, be it for the Author slug and profiles or the Comments sections of CP (Single ad + Blog posts)

    1st case
    All in One SEO plugin: https://wordpress.org/support/topic/...-404-xml-file/

    Edit Author Slug --> https://wordpress.org/support/topic/...#post-12468501

    Outcome:
    It sounds like it could be the way your theme handles attributing content to users. If it works fine when you enable the default theme and author some content by some of your users then you’ll know it’s your theme.

    2nd case
    LetsReview plugin
    Here's the feedback I got from the developer:

    The plugin inserts itself into the WordPress comments via this code:

    $visitors = new Lets_Review_Visitors( $this->slug, $this->version, $this->url );
    add_action( 'wp_insert_comment', array( $visitors, 'lets_review_insert' ), 10, 2 );
    add_filter( 'comment_text', array( $visitors, 'lets_review_output' ), 10, 2 );
    add_action( 'comment_form_before_fields', array( $visitors, 'lets_review_form' ) );
    add_action( 'comment_form_logged_in_after', array( $visitors, 'lets_review_form' ) );
    The wp_insert_comment, comment_text, comment_form_before_fields, etc are all the regular WordPress hooks for the comments, the real problem is that your theme isn't using the standard:

    comment_form(); to output the form, instead it's using this:

    <?php appthemes_before_blog_comments_form(); ?>
    <?php appthemes_blog_comments_form(); ?-->
    <!--?php appthemes_after_blog_comments_form(); ?-->
    which means that there is custom comment form code written somewhere else in the theme.
    This not only affects the Single Ad listings, it also affects the Blog posts Comments section.

    The feedback I got was to try changing that part to just comment_form(); but I would lose whatever custom code CP is using for whatever reason it is used.

    Bottom line, third party plugins integration is a hassle or almost impossible unless some custom code changes are brought to CP, I myself am not a developer but I try few tweaks here and there to customize the display output/

    Will CP 4.x next major release allow more flexibility with third party plugins? If not, are there local AppThemes/CP developers willing to offer third party plugins integration within CP?

  2. #2
    Moderator ovidiubica's Avatar
    Join Date
    Mar 2011
    Posts
    5,749
    Thanks
    240
    Thanked 1,060 Times in 999 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. The Following User Says Thank You to ovidiubica For This Useful Post:

    Fanatic (February 25th, 2020)

  4. #3
    Thread Starter
    Veteran Fanatic's Avatar
    Join Date
    Jul 2010
    Location
    Canada
    Posts
    885
    Thanks
    309
    Thanked 57 Times in 51 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #4
    Thread Starter
    Veteran Fanatic's Avatar
    Join Date
    Jul 2010
    Location
    Canada
    Posts
    885
    Thanks
    309
    Thanked 57 Times in 51 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. The Following User Says Thank You to Fanatic For This Useful Post:

    ovidiubica (February 27th, 2020)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Hirebee and 3rd party plugins
    By davidjohnodonovan in forum Help Using HireBee
    Replies: 2
    Last Post: March 13th, 2017, 11:01 AM
  2. No popups are working from third party plugins.
    By khias41mm3r in forum Help Using Clipper
    Replies: 1
    Last Post: February 15th, 2016, 10:50 AM
  3. Dimitris integration indeed fail and cant fetch
    By ceweqsakti in forum Help Using JobRoller
    Replies: 2
    Last Post: March 9th, 2015, 10:35 AM
  4. HELP - Jobroller integration with SQL server third party app
    By marojevic in forum Help Using JobRoller
    Replies: 3
    Last Post: October 10th, 2014, 12:26 PM
  5. Problem with 3rd Party Integration
    By cobano in forum Help Using JobRoller
    Replies: 5
    Last Post: December 9th, 2010, 06:25 PM