cdtoews
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting PDF] ThanksThanks,
consider putting a review in.marking as resolved
Forum: Plugins
In reply to: [12 Step Meeting PDF] User Permission required to useresolved
Forum: Plugins
In reply to: [12 Step Meeting PDF] Changing the “Click to Call” button to an Email linkresolved
Forum: Plugins
In reply to: [12 Step Meeting PDF] Changing the “Click to Call” button to an Email linkThis should be submitted to the 12-step meeting plugin directly. This is just the printing plugin.
Forum: Plugins
In reply to: [12 Step Meeting PDF] New Column Ordering – Relocate HTML0.2.4 released with that feature
Forum: Plugins
In reply to: [12 Step Meeting PDF] New Column Ordering – Relocate HTMLJim,
Sorry,
I do see that email. I think i put this off for so long, that I forgot that you had sent it to me. I will probably take a peek tomorrow.-Chris
Forum: Plugins
In reply to: [12 Step Meeting PDF] New Column Ordering – Relocate HTMLNo example provided.
@webmasteraaneok,
Thanks for the code for Table1 outut. I put that in place, and will be included in a release in the next few days.I’m looking at the column2 layout, currently:
Grouped by Day
sub-grouped by Timeyou’re looking for:
grouped by region (city)
sub-grouped by sub-region?doesn’t sound like you are using sub-region. For my intergroup, I use region for state, and sub-region for city.
@watercanyon
I’m not sure why it’s not working. I have minor experience with supporting WordPress sites, so I’m not sure what to tell you except to find someone who has experience supporting wordpress.Forum: Plugins
In reply to: [12 Step Meeting PDF] Meeting Type Filterresolved
Forum: Plugins
In reply to: [12 Step Meeting PDF] Meeting Type FilterThis has been implemented in version 0.2.1a
Forum: Plugins
In reply to: [12 Step Meeting PDF] Meeting Type FilterSo,
my plugin only does the printed meeting list. But I have struggled with the same struggle you have. What I did was to create a type of “In Person Meeting”, and then am able to filter by that type.in my functions.php I put the following:
/* make a custom meeting type for In Person Meeting */
if (function_exists(‘tsml_custom_types’)) {
tsml_custom_types(array(
‘IPM’ => ‘In Person’,
));
}Then, I can filter by IPM for display purposes, and have links to In Person meetings only. You filter by adding &tsml-type=IPM to the end of the URL. The easiest way to see how to do this is to go to your meeting page and use the dropdowns to filter by a type, then pay attention to the URL when filtered.
btw, I’m also working on putting filtering by type into my plugin.
If you’re fluent in PHP, you can edit the plugin files directly. If you want to poke around at the files, you can view them here:
https://github.com/cdtoews/12-step-meeting-pdf-Chris
Hi,
I’m not sure how quickly I’ll be able to put these changes in place. I have another change stacked up already. Once I make one change, the second will be much quicker. I have been busy lately with work (I do computer/network support).Forum: Plugins
In reply to: [12 Step Meeting PDF] New Column Ordering – Relocate HTMLAre you using a single sheet of legal sized paper for the pamphlet?
Please send me an example to [email protected]
-Chris