When trying to configure the module, I get an error message that the alias is not found, although it exists. This happens with any alias.
Could there be a problem when using the terms of use with the module domain access, dealing with more than one domain?
Comments
Comment #1
Arnion commentedIn terms_of_use.admin.inc, line 26 change:
'#autocomplete_path' => 'node/autocomplete',
to
'#autocomplete_path' => 'terms_of_use/autocomplete',Comment #2
mv_alex commentedThis change makes it work indeed.
Thanks a lot!