Quote:
Originally Posted by Gene Steinberg
And nothing personal, but your credit line at the footer of the forum doesn't turn off even if you turn it off.
Peace,
Gene
|
As a quick fix for you and those that have this installed:
1. Go into AdminCP -> Plugins and Products System
2. Go to Plugin Manager
3. Scroll down and look for "Inactive User Reminder Emails"
4. Open the "Footer Addition Plugin"
5. Replace the PHP code with the following code:
PHP Code:
if($vbulletin->options['reminder_footer'])
{
$footer .= "<br/><div class='shade footer_copyright' align='center'>Inactive Reminders By <a href='http://www.talkvirginia.net'/>TalkVirginia.net</a></div>";
}
6. Click Save
I will update the product zip file in a moment.