Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kerry

    (@bluenotes)

    Hello. There’s not an option to do this automatically. You can of course add it manually to the message body or tinker with the bne_testimonials_the_content filter to customize the message output.

    Thread Starter rebel.ga

    (@rebelga)

    OK, thanks.

    I’ve found the list of hooks for 2.x at https://support.bnecreative.com/product-support/wordpress-plugins/bne-testimonials-pro/ but am unsure which of the older hooks I can safely depend on. Some are marked legacy in the code so that makes me cautious to use them (and also am unsure if they are even used in the newer shortcodes). I couldn’t find a comprehensive, up-to-date list.

    I have found in the code (in addition to the 2.x, cmb2 and puc stuff):

    bne_testimonials_content
    bne_testimonials_cpt_args
    bne_testimonials_details
    bne_testimonials_featured_image
    bne_testimonials_list_above
    bne_testimonials_list_below
    bne_testimonials_list_single_above
    bne_testimonials_list_single_below
    bne_testimonials_masonry_above
    bne_testimonials_masonry_below
    bne_testimonials_masonry_single_above
    bne_testimonials_masonry_single_below
    bne_testimonials_single_structure
    bne_testimonials_slider_above
    bne_testimonials_slider_below
    bne_testimonials_slider_single_above
    bne_testimonials_slider_single_below
    bne_testimonials_the_content
    bne_testimonials_title
    bne_testimonials_wp_from_email

    It would be most helpful if the 2.x list was expanded to include both new and prior shortcodes that will be maintained going forward.

    BTW – I have used other testimonial plugins in the past and tested about a dozen this time. I like yours because it is cleanly implemented, has all the features I need without fluff and produces attractive output. Well done! Also, FWIW, I avoid commercial plugins for a lot of reasons but your pricing for a quality plugin and developer friendly license makes this an easy purchase. It also makes me interested in your other stuff…

    Plugin Author Kerry

    (@bluenotes)

    Are you using BNE Testimonials (free) from the WP Repo or the pro version?

    The list of filters on the support site is what is officially supported in the pro v2.x. All filters in the free version are still available in the pro version but only using the v1.x variants of the shortcodes. Those are not being removed and left in for backwards compatibility. Therefore, you should be fine using those existing filters. They will remain in the free version here on the WP Repo and as legacy in the v2.0 pro.

    With your other question, If using the v2.x shortcode versions, some of the old filters are technically there, but renamed. For example bne_testimonials_title is now bne_testimonials_name.

    In other words, If using v1.x shortcode in either free or pro, you would use bne_testimonials_title. In v2.x shortcode you would use bne_testimonials_name going forward. Hope that makes sense.

    Thread Starter rebel.ga

    (@rebelga)

    I am using the Pro version (bought yesterday).

    Thanks for the explanation.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘display date’ is closed to new replies.