Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Isra

    (@isra00)

    Hi Jarlskov,

    To assign an existing post to a new task is not possible, but the link “Create corresponding post” should redirect you to a new post and that should work. Otherwise, it is a bug. Unfortunately, I discontinued Kanpress long ago, since my personal situation does not allow me. It is possible, however, that the bug is caused because of WordPress compatibility. The last verified compatible version was 3.5.2 as you can see in the plug-in page.

    I will try to dedicate some time to look for the problem and correct it, but I cannot promise a fix in the short term.

    My apologies.

    Forum: Plugins
    In reply to: [Kanpress] Problem?
    Plugin Author Isra

    (@isra00)

    Which role are the user that you are using?

    Plugin Author Isra

    (@isra00)

    Hi fanl, sorry but that feature is not available, though it’s in my roadmap and will be added probably in the next release (BUT I don’t know when I will code the next release…).

    Anyway, if you want, you can change the column names manually in the translation files. Just edit your language’s .po file and replace the lines 146-156:

    #: page_board.view.php:7
    msgid “Proposed”
    msgstr “”

    #: page_board.view.php:15
    msgid “Work in progress”
    msgstr “”

    #: page_board.view.php:23
    msgid “Under review”
    msgstr “”

    For example, if you are using english, you can edit lang/kanpress-en_US.po and type the names you want, i.e.:

    #: page_board.view.php:7
    msgid “Proposed”
    msgstr “Pendant”

    #: page_board.view.php:15
    msgid “Work in progress”
    msgstr “Working now”

    #: page_board.view.php:23
    msgid “Under review”
    msgstr “Done”

    Once you edited the file, you need to compile it to kanpress-en_US.mo (replacing the current .mo file in the lang/ directory). For compiling it, you can use the msgfmt command or this webapp: https://online-po-compile.israelviana.es/

    Hope it helps! If you don’t get it done, just ping me ??
    God bless you!

    Plugin Author Isra

    (@isra00)

    The new 0.3.10 release fixes the problem ??

    Plugin Author Isra

    (@isra00)

    I just released the version 0.3.10 which fixes the problem! ??

    Plugin Author Isra

    (@isra00)

    Hi again, I see it. Seems a bug. I’m updating you ASAP about this… sorry! ??

    Plugin Author Isra

    (@isra00)

    Hi patloq, there is a “new task” button on top… did you noticed it?

    Thread Starter Isra

    (@isra00)

    Great! But removing the entire query string could be dangerous if friendly URL are not set, right? Something like /?p=123 would be converted to /

    This removes only Google tracking parameters. It could be interesting to remove other parameters like pk_campaign and pk_kwd (Piwik campaign tracking), other advertising systems, etc.

    $og['og:url'] = preg_replace('/[\?&](utm_source|utm_medium|utm_campaign|utm_term|gclid)=([^&]+)/i', '', $og['og:url']);
    Plugin Author Isra

    (@isra00)

    Hi maxxannik! Glad to read that. Please email me isra00 at gmail dot com and we talk further. Thanks!

    Plugin Author Isra

    (@isra00)

    Hi obsidianz! I understand Kanpress as a tool for collaborative writing. And since site members write the entries in the back-end, it makes sense to have the Kanban board in the back-end.

    But hey, that’s interesting, could you specify how would the front-end kanban work?

    Cheers!

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