A couple of fixes for you Greg..
"moods" directory in noncgi should be "mood"
In mood_control.pl
This:
code:
&RequireVars("$vars_config{VariablesPath}/vars_wordlets_moods.cgi");
.
Should be this:
code:
[qb]&RequireVars("$vars_config{VariablesPath}/vars_wordlets_mood.cgi");
[/qb]
.
This:
code:
&LoadTemplate("cp_manage_mood.pl");
.
Should be this:
code:
[qb] &LoadTemplate("cp_manage_mood");
[/qb]
.
......................................................................
Hopefully that should have stomped a few problems for people..
.
.
.
.
.
The only problem I have now is that the settings in the "Mood Settings" don't stick.. Every time I try updating them by activating the mod and set the custom field, the radio buttons don't stay clicked..