• Resolved David Decker

    (@daveshine)


    Hi there!
    A great and very useful plugin – thanx for this!
    However, the translations don’t work yet, as the loading call for the textdomain should be refined a bit.

    You currently use this:
    load_plugin_textdomain(self::TD);

    It should be something like this and then it would work:
    load_plugin_textdomain( 'bbpressmoderation', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
    -> I suggest also a subfolder for the translations like “languages” which makes all a bit more organized…

    I have the German translation already ready 🙂

    In other news I included support for your plugin in my recent update of my bbPress Toolbar / Admin Bar Addition plugin:
    http://wordpress.org/extend/plugins/bbpress-admin-bar-addition/

    Thanx, Dave 🙂

    http://wordpress.org/extend/plugins/bbpressmoderation/

Viewing 1 replies (of 1 total)
  • Plugin Author ianhaycox

    (@ianhaycox)

    Hi Dave,

    Thanks for the feedback and adding it to the admin bar. I’ve modified the plugin to include your suggested changes.

    Could you send me the German translation and I’ll add it before releasing V1.1 – ian dot haycox (you know this bit) gmail.com

    Thanks Ian.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: bbPressModeration] Translations not yet working…’ is closed to new replies.