Isra
Forum Replies Created
-
Forum: Plugins
In reply to: [Kanpress] Can't create / assign post to taskHi 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?Which role are the user that you are using?
Forum: Plugins
In reply to: [Kanpress] Kanban table Columns & SettingsHi 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!Forum: Plugins
In reply to: [Kanpress] How to add new task?The new 0.3.10 release fixes the problem ??
Forum: Plugins
In reply to: [Kanpress] Kanpress broken since WordPress 5.1I just released the version 0.3.10 which fixes the problem! ??
Forum: Plugins
In reply to: [Kanpress] How to add new task?Hi again, I see it. Seems a bug. I’m updating you ASAP about this… sorry! ??
Forum: Plugins
In reply to: [Kanpress] How to add new task?Hi patloq, there is a “new task” button on top… did you noticed it?
Forum: Plugins
In reply to: [NextGEN Facebook] og:url does not point to canonical URLGreat! 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
andpk_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']);
Forum: Plugins
In reply to: [Kanpress] [Plugin: Kanpress] Front-end and custom post type / taxonomyHi maxxannik! Glad to read that. Please email me isra00 at gmail dot com and we talk further. Thanks!
Forum: Plugins
In reply to: [Kanpress] Kanpress on Front end.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!