athlan
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple lightGallery] [contribution] init script to support Gallery BlockHello James, that’s a great contribution, thank you, I have used it in my installation. @savvasha Is there any chance to pull this into a plugin so that native WP galleries in block editor would be supports alongside the short code? Nowadays, it’s a convenient visual way to manage galleries in the content. It would be a game changer really, especially @jrevillini posted ready to re-use code, with a little customization of loaded plugins.
Forum: Plugins
In reply to: [Custom Fields Permalink 2] ReleaseHello minaxi11. Thank you for query.
It is open source plugin. I see that you have a need on last wp version, most likely setting up some site.
May I ask you to test out on test wp whether plugin works?
Happy to involve community into development as well and accept contributions.
Forum: Reviews
In reply to: [Custom Fields Permalink 2] not workingYou need to use /%field_MY_CUSTOM_FIELD%/ as documentation says.
References:
- This reply was modified 6 years, 4 months ago by athlan.
Forum: Reviews
In reply to: [Custom Fields Permalink 2] Half works, half notI do not support plugin “Custom Post Type Permalinks”, this plugin named “Custom Fields Permalink 2” is kind of fork. Reason why project was kicked-off was lack of support of aforementioned origin.
Looking at:
“link is generated correctly, the value of this variable is found there, but the post can not be open when clicked”
“because some posts start open, but others still not, even if they has a value for that variable”I suggest check your post status and logged in role. General principle of WordPress is to hide unpublished (drafts) posts for non-admin users. This plugin won’t change that.
Please also make sure that you have fresh WP installation and plugin is not clashing with each other. Otherwise, raise a bug ticket with instructions to reproduce.
Forum: Reviews
In reply to: [Custom Fields Permalink 2] Half works, half notHello,
Thank you for feedback.
I’m not sure what you mean by “to generate permalink using most popular WP Permalink plugins”. Having enabled multiple plugins might cause them clashing.
However, to verify your rating of the plugin I encourage you to submit a ticket with well described environment to reproduce. Maybe you identified some bug we can fix or you have some clash with plugins.
Athlan.
Problem has been fixed in 1.5.0 version after your report in less than 24 hours.
Could you check which version are you using and if there are only those conditions you described (private post)?
You are also kindly invited follow the discussion here before raising 1-star for volunteer open source work.
Forum: Plugins
In reply to: [Custom Fields Permalink 2] Error on post pagePlease be informed that issue has been fixed in 1.5.0
Please be informed that issue has been fixed in 1.5.0
Hello,
thank you for raising an issue. Picking it up. Let’s continue it on github:
https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues/38Piotr.
Forum: Plugins
In reply to: [Custom Fields Permalink 2] Error on post pageHello,
thanks for raising an issue!
Let’s continue that on github.https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues/38
Forum: Plugins
In reply to: [Custom Fields Permalink 2] Error on post pageHello.
If you enjoy plugin I encourage you to give some rating 🙂
I couldn’t reproduce your issue even field name contain a dash.
Thanks a lot fot contact. If you have any further details witch reproducible error, please raise a issue: https://github.com/athlan/wordpress-custom-fields-permalink-plugin/issues then I will try to fix it soon. You can include on it:
1. Which version of plugin are you using?
2. Do you have specified some hook filter onwpcfp_get_post_metadata?
3. Which plugin are you using?
4. Are you refering to non-existing post to generate permalink maybe?
5. Are you able to provide full reproducible scenario?Forum: Plugins
In reply to: [Custom Fields Permalink 2] user of user metaHello,
Thank you for the contact.
In terms of installing Custom Post Type Permalinks it is not required to have it installed, plugin is standalone. However, if you would like to use mentioned plugin’s functionality and have different permalink structure for each Custom Post, you need to install it and this plugin works with it perfectly.
Going back to the question of user meta key, it’s not supported out of the box in this plugin – only post meta fields are considered. You can always use build-in filters functionality and extend post meta keys on-the-fly without creating them. Then you can provide any value you want, especially some user’s meta value, for instance author’s one.
I don’t know your real use case of getting user meta key (author one or another user?) but this plugin has an extension called ACF Permalink, then you can make an association of the post custom field to user and reuse this user’s value.
Hope I little helped,
Piotr.- This reply was modified 7 years, 8 months ago by athlan.
Forum: Plugins
In reply to: [Custom Fields Permalink 2] How to get the Relationship object titleHey,
Now it’s easier with ACF support:
https://ww.wp.xz.cn/plugins/acf-permalinks/Forum: Plugins
In reply to: [Custom Fields Permalink 2] Does this work with ACFHey,
Now ACF is fully supported:
https://ww.wp.xz.cn/plugins/acf-permalinks/Forum: Plugins
In reply to: [Custom Fields Permalink 2] Not replacing placeholder in URLMarking as resolved.