Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author John Clause

    (@johnclause)

    I installed https://www.ads-software.com/plugins/nextcellent-gallery-nextgen-legacy/
    and https://www.ads-software.com/plugins/events-made-easy/ plugins and I did not get any error messages. How do I see what is not working?

    Thread Starter hboswijk

    (@hboswijk)

    First of all: a good 2015!

    I haven’t seen any error messages, because debug was off. But the results on screen were obvious. Unfortunately, my project is on a local server for the moment, so I cannot show it to you.

    About NextCellent Gallery: Gallery-titles in an album were shown just like I entered them, with shortcodes. For exaple: [:nl]Zomer 2011[:de]Sommer 2011. The same goes for descriptions of individual images.
    Changing the function reference in the file core.php (the only reference in the plugin code as far as I can see) from qtrans to qtranxf solves this problem. I (or you) could ask the plugin authors to add this to their code.

    Events Made Easy is a somewhat more complicated affair, because there are several references to qTranslate functions in the code.
    Titles of events and locations display in all languages with the shortcodes, and the tinymce editor for adding event details does not show the language switcher buttons. With (m)qTranslate it all works fine.

    Plugin Author John Clause

    (@johnclause)

    We will try to make those function available by the original name in one of the next releases. For now, you can create wrappers like

    function qtrans_getLanguage() { return qtranxf_getLanguage(); }

    for each function you need. Thanks for pointing it out.

    Hi, I already changed Events Made Easy to take the new function names into account too ??

    You must activate Settings – Languages – Custom Integration – Compatibility functions

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Compatibility function naming with other plugins’ is closed to new replies.