Just trying this module for the first time and the autotagging functionality is just what I needed and I'm excited about the interface so thank you!
Unfortunately, it appears as though there is a bug with the newest release, at least for me at line 46:
if(
variable_get('autotag_without_user_input', 0) ||
!count($hide_vids) ||
strpos($_GET['q'], 'admin/content/node_import') !== FALSE ||
in_array($form['type']['#value'], variable_get('autotag_dont_autotag'))
){
return;
}
Basically, when I go to the administrative interface for the module and mess with the various options there as to whether I want user control of the tagging or not, in any capacity, the node form no longer renders with a 'Next' button with a warning that 'variable_get('autotag_dont_autotag'))' needs another argument.
I commented this out and the form w/ 'Next' button and all renders as you intended. It appears to be a recent addition.
Anyway, I'm kind of a newbie and would offer a patch if I could, but I thought I'd let you all know.
Comments
Comment #1
sdrycroft commentedDuplicate of #705072: Module update messes up the rendering of the 'Next' button and prevents access to subsequent form