Custom Meeting Types
-
I have am trying to add some custom meeting types to my list and have used the code provided in the FAQs, added through the Code Snippets plugin (recommended by the Theme developer). I must be missing a step, or more, as I am not seeing anything on the Edit Meeting page.
The following, is the code I add to a Code Snippet:
if (function_exists(‘tsml_custom_types’)) {
tsml_custom_types(array(
‘OUT’ => ‘Outdoor’,
‘NEW’ => ‘New Meeting’,
‘ID’ => ‘ID Meeting’,
‘F2F’ => ‘Face To Face’,
‘UPD’ => ‘Updated’,
));
}The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Meeting Types’ is closed to new replies.