I'm working in Drupal 6 to create a custom module. I have a menu that creates some custom URLs and tabs for me, and each item runs a page callback function, which itself runs drupal_get_form.
What I'm observing is that this process does not run mymodule_form_name_alter. While this makes sense, I'd like to achieve both of these ends.
Does anyone know of a standalone Visual Shortcodes module that will allow editors you to visually pick and modify a shortcode. I bought a theme that incorporates this feature into the theme, but I would like to just have that feature. An example is here https://www.youtube.com/watch?v=E_aLu7HAx_Y.
This one is also similar https://www.youtube.com/watch?v=-yeYx9OHZaM
include(./sites/all/themes/myTheme/webform-form-713.tpl.php) [<a href='function.include'>function.include</a>]: failed to open stream: No such file or directory in /opt/drupal/mySite/includes/theme.inc on line 1079.
Looking at this error it appears the theme.inc is trying to open a file that does not exist in my theme. If I look in my theme, this file does not exist. I am guessing at one time it may have existed.