I don't know what happened but I'm still getting redirected to the smiley page. It was working fine until today when I noticed it happening.
I applied osperty's method, did not work.
When I originally uploaded the template, I first changed all reference of the word "lucky" to "stumble" instead as we Christians do not believe in "luck".
Anyway, template is called "stumble" in the template list as it was and should be.
The code in the plugin is this:
Code:
if (is_array($settings['stumble_group']))
{
$settings['stumble_group'] = implode(',', $settings['stumble_group']);
}
The template called "stumble" has this
Code:
<td class="vbmenu_control"><a href="misc.php?do=stumble">$vbphrase[stumble]</a></td>