DAEXT
Forum Replies Created
-
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] GutenbergHello dimalifragis,
this message is displayed when changes are performed in the post content or post meta data. If you believe there is a difference in this behavior when the plugin is active please indicate the steps to experience this difference.
Thank you.
Forum: Plugins
In reply to: [Autolinks Manager - SEO Auto Linker] Pages with shortcodes (plugins)Hello dimalifragis,
Nice plugin you have !!
Thank you very much, if you like this plugin please remember to rate in the Reviews section. This greatly helps its future development.
I would like to know if it works for Pages with a Shortcode, meaning some plugin output.
For example a Forum like wpForo.With the Advanced -> Filter Priority option value set to its default value (which is “2147483646”) the HTML generated from shortcodes, Gutenbergs blocks, or visual editor elements is parsed by the plugin, and the automatic links are applied.
I just tested Autolinks Manager with wpForo (with all the default settings for both plugins) and the automatic links are applied.If instead instead you want to apply the automatic links with filters provided by WordPress or by themes and plugins you can customize and use this code:
function add_autolinks_manager_autolinks($content){ require_once( ABSPATH . 'wp-content/plugins/daext-autolinks-manager/shared/class-daam-shared.php' ); $Autolinks_Manager_Daam_Shared = Daam_Shared::get_instance(); return $Autolinks_Manager_Daam_Shared->add_autolinks($content, false, 'post', false); } add_filter( 'filter_name', 'add_autolinks_manager_autolinks', 999999);Please note that the automatic links added with custom filter are not considered in the statistics generated in the back-end.
Let me know if you have other questions.
Forum: Plugins
In reply to: [Import Markdown - Versatile Markdown Importer] Frontmatter and MDXHello Kevin,
I was wondering about whether your plug-in parses frontmatter in Markdown posts.
Frontmatter is not parsed. How would you use frontmatter in WordPress?
Are the posts names based on the file name?
Yes.
Is it possible to allow .mdx files through?
If you have a text file with markdown formatting with the .mdx extension you can either change the file extension to .txt or .md or add the .mdx extension in the regex used to verify the extension of the uploaded file available here:
https://plugins.trac.ww.wp.xz.cn/browser/import-markdown/tags/1.05/admin/class-daimma-admin.php#L645
Let me know if you have other questions.
- This reply was modified 5 years, 7 months ago by DAEXT.
Forum: Reviews
In reply to: [Autolinks Manager - SEO Auto Linker] Excellent!!!Hello Sergio,
Excellent plugin!
I tested several plugins that automatically generate links on my website, but this was the only one that worked correctly as I need.
I am impressed that I am the first to evaluate!
Good job DAEXT =D
Thank you very much for the great review. This plugin has been published on ww.wp.xz.cn in October (it was previously distributed via the Envato Market and via Envato Elements), that’s why there are no other reviews at the moment.
Ah… I have a suggesttion:
The page to create backlinks list only 10 links created and have pagination… is usefull if you create an option to show 50, 100 and 500 links… or a option to user determine how many links want to show.
Thanks!!
This is one of the additional features included in the Pro Version sold through our website:
Since we just started selling the Pro Version with a subscription model via our website we provide discount coupons. In case you are interested in a coupon simply contact us at [email protected]
Hope this helps. Let me know if you have any questions.
- This reply was modified 5 years, 7 months ago by DAEXT.
Forum: Developing with WordPress
In reply to: Convert meta boxes used to store meta data to GutenbergThere is no indication that meta boxes will not be supported. If you add your box with a “side” context, it appears in the document panel, which is little different than putting a box in its own panel. It’s the same UI either way. I’m pretty sure the Yoast content is still a meta box, except it was added to a new context. What’s missing for us I think is the creation of a new context. Just a hunch, unverified.
Thank you again for these details. It seems that this can be done with the plugin sidebar feature. I just got this suggestion on GitHub https://github.com/WordPress/gutenberg/issues/12710. I’m going to test this in the next few days.
No, you couldn’t copy open source code into a commercial product. I was thinking more along the lines of observing their process, setting it aside, then developing your own along similar lines. It’s not really any different than my telling you how to proceed or following a tutorial, it’s just the “language” of the presentation is different 🙂
Yes, this was clear.
Forum: Developing with WordPress
In reply to: Convert meta boxes used to store meta data to GutenbergThank you for your answer. Would be great for us to keep the existing meta boxes but there are a couple of problems:
1 – It’s not clear how long the meta boxes will be supported
2 – For our commercial products distributed through the Envato Market one of the points required in the Gutenberg Optimized Definition is to “Convert any metaboxes created by the plugin to blocks / controls in Gutenberg.” and we have to do something about this. Be compliant or try to discuss these requirements with Envato.In general there are a lot of plugins with meta boxes used to save meta data that should not have an association with specific Gutenberg blocks and a sort of documented standard solution that don’t require to reverse engineer other products would be much better. Not only for the time required to understand how this is achieved by Yoast SEO for example, but because copying what can be an hack/workaround is not optimal.
Forum: Fixing WordPress
In reply to: Using the i18n package with GutenbergThank you I posted an updated version of this question on the Gutenberg forum.
Forum: Everything else WordPress
In reply to: Translated version not detected in ww.wp.xz.cnThank you.