cdtoews
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting PDF] Can’t save PDFHi,
My guess is that your wordpress host is blocking the plugin from saving content to the uploads folder.
If you can create the PDF, you can then manually upload that file. That’s a little wonky, but it will work.
Hi,
The plugin isn’t designed to work if not logged into WP as an admin. You can login to WP, create the PDF, then you can host any PDF’s and link to the PDF for those not logged in.
Forum: Plugins
In reply to: [12 Step Meeting PDF] Does the alert “What is going on?” Indicate a problem?Looks like that’s related to the backend not knowing what Page Layout is selected. Have you selected a Page layout? That’s the top item on the plugin page. If you have selected one, change the selection, save, then change it back to what you want, and save again.
Forum: Plugins
In reply to: [12 Step Meeting PDF] Stopped Working with new WordPress versionThis has been updated and now works with PHP8
Forum: Plugins
In reply to: [12 Step Meeting PDF] Most setting options disappearedNote that one site is running PHP 7.4.30, the other is running 7.4.15
There are currently some issues with PHP 8.0 and the pluginForum: Plugins
In reply to: [12 Step Meeting PDF] Stopped Working with new WordPress version@bowlinggreenaa
Sorry that I’m just getting to this now.
what version of wordpress are you using?
I just verified that the plugin is working for me on 2 different sites both using 6.0.3
Thanks,
ChrisForum: Plugins
In reply to: [12 Step Meeting PDF] Most setting options disappearedHi,
this seems to be related to PHP 8
I am looking at trying to get the plugin to work with PHP 8, and am running into difficulties with one of the libraries I use. The current version of the code (not fully working in PHP 8) can be found here:
https://github.com/cdtoews/12-step-meeting-pdf/tree/php_8_issues-Chris
Forum: Plugins
In reply to: [12 Step Meeting PDF] Slavic encoding/charsetThanks for being my test subject,
I made another version and I included all the font files ( I had removed some because there are 25Mb of font files), and I think it’s working now. I can view your PDF, but since I only speak english, it looks weird to me anyway ??
I have another test version. I think this will work. If it does, I will make some options for font selections, cuz people will revolt if I change a font.
Here is another test version:
https://drive.google.com/file/d/1h_sgNGgifGE3-RdaRE8F2jzhe0p8l6nR/view?usp=sharingThanks,
ChrisForum: Plugins
In reply to: [12 Step Meeting PDF] Slavic encoding/charsetHi,
Before I push this out to production, can you test the update. I think it’s working for me, but I am able to encode a couple characters. I want to make sure everything is working for Slavic encoding before I push it out.
You can pull the zip file to install it here:https://drive.google.com/file/d/1cS88r_SoscV9EtiCYzqW3qSAtNX8ocgS/view?usp=sharing
The updated code is here:
https://github.com/cdtoews/12-step-meeting-pdf/tree/fix-encodingThanks for testing verifying it for me.
-ChrisForum: Plugins
In reply to: [12 Step Meeting PDF] Getting errors when generating pdfI didn’t get notified (or I probably didn’t see the notification)
Is this still an issue?Forum: Plugins
In reply to: [12 Step Meeting PDF] New Attendance Option in 12 Step Meeting PluginI believe if you set a meeting to “private” it will not show up on the website, but will be included in the printed PDF.
Forum: Plugins
In reply to: [12 Step Meeting PDF] New Attendance Option in 12 Step Meeting PluginAre you talking about including meetings in the website page, or on the PDF meeting list?
on the PDF meeting list, you can filter by attendance type (online, in-person, hybrid), and you can also white/black list types. I’m unsure of what exactly you are trying to accomplish and what the parameters are.Forum: Plugins
In reply to: [12 Step Meeting PDF] New Attendance Option in 12 Step Meeting PluginThis feature is now available.
Forum: Plugins
In reply to: [12 Step Meeting PDF] New Attendance Option in 12 Step Meeting PluginThis will probably be included in a future revision. I don’t have plans on releasing another version in the short term (in 2021)
Forum: Plugins
In reply to: [12 Step Meeting PDF] Displaying A Meeting Type Legend etc…Hi,
as far as the different meeting types, there is a link where you filter different meeting types. The link points to the 12-step list code:
https://github.com/code4recovery/12-step-meeting-list/blob/master/includes/variables.php#L501As far as putting that on a page, That should be easy enough to do with the custom html pages.
For having the meeting URL in the printed meeting, you can check “Use Custom HTML for Meeting”, and include __conference_url__
A list of variables that you can use are listed right there.Thanks,
Chris Toews