Shambix
Forum Replies Created
-
Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] Works simply great!!Oh, that’s not the right location of the csv export 🙂
That’s the default WordPress export options.Are you sure the Simple CSV/XLS Exporter plugin is enabled (check in Plugins list)?
If yes, you should see CSV/XLS Export menu link, under Tools.Unfortunately not, since the conversion to csv/xls happens server-side through PHP, hence before the rest is loaded (what you get from an external api).
What you could do, would be to save this data in custom metas of a custom post type and then run the conversion (after you set up the plugin’s options accordingly).
Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] Works simply great!!@illustrationwest sounds like there could be a conflict with the server setup or another plugin, since the plugin doesn’t create xml files.
I suggest you ask your website developer and/or your hosting provider, why an xml appears instead of the csv/xls download.Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] Works simply great!!Thank you very much @jtas ! 🙂
Great suggestions, I’ll try to work on them as soon as I have some time.
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] ccsve_export_returns – how to use?It was mistakenly removed, thank you for catching that!
Please watch forv. 1.5.6, which will re-introduce it, coming in the next minutes.Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Wrong stock numberNumbers are exported as they are in the db, so it’s probably all to do with how your excel is setup, your locale and the cell format.
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Wrong stock numberThat may depend on your pc’s locale (how it interprets decimals and thousands – with , or .) and also how many decimals you set in Excel.
Try to set the number cells as normal text, or change the number locale for this file only.
You can provide a link to the site and processed csv so I can look at it (as a temporary pastebin).
Forum: Plugins
In reply to: [Simple PDF Exporter] Format errorUnfortunately the PDF conversion library that the plugin uses (DOMPDF) has issues with persian text and is therefore not compatible, sorry!
Forum: Reviews
In reply to: [Simple CSV/XLS Exporter] Best plugin i foundYou are very welcome 🙂
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Custom fields via url parameterNot at the moment, but I could add this feature.
Don’t have free time to work on it unfortunately, but contact me if you’re interested in a paid custom feature!
Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Export comments content@marisoplete I checked and unfortunately those fields require a whole new query for the posts’ specific comments, they’re not linked to the post, but comments IDs.
So in order to do that, we can either query all comments for all posts (which I strongly advise against) or add the possibility to only export comments of content (and not the content itself)… or maybe there’s other ways, I think it really depends on what you need specifically.
I can do this, but it would be a custom-made feature.
If you are interested, contact me via email and we can work something out!
- This reply was modified 6 years ago by Shambix.
Forum: Plugins
In reply to: [Simple PDF Exporter] Custom Post type issueYes the plugin is meant to convert posts to a pdf.
However, as the plugin description says, it also requires that you edit thepdf_layout.phpfile to get the layout you need (it requires coding skills).
Please check the FAQ for more info about that file.
The post_id parameter should work without issues though, if not you may want to try other plugins/methods (like Print Friendly).Forum: Plugins
In reply to: [Simple PDF Exporter] Custom Post type issueThis could be due to a theme conflict, the post type parameter has been tested extensively.
Have you tried using a theme like TwentyTwenty?Forum: Plugins
In reply to: [Simple CSV/XLS Exporter] Export comments contentThank you! 🙂
Yes I can add those!
I’m working on a new update (adding a date option!) so I’ll try to include these too in the next release!Just one thing though: not sure when I’ll be able to release it, but hopefully within the week.
Great to hear! 🙂