remove text on bottom site

dutchwii

New Member
I use the hack inactive users and got this on the bottom of my forum:
Inactive Reminders By Mished.co.uk it's not in the footer template neither in the phrases list, where can i remove this text?? need to enable the debug modus??​
 
dutchwii said:
I use the hack inactive users and got this on the bottom of my forum:​

Inactive Reminders By Mished.co.uk it's not in the footer template neither in the phrases list, where can i remove this text?? need to enable the debug modus??​

Take a look into your "product-remindermail.xml" install file.

Search for this part:

Code:
   <phpcode><![CDATA[if($vbulletin->options['reminder_footer']){
$vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '<div align=center>Inactive Reminders By <a href=http://www.mished.co.uk/>Mished.co.uk</a></div>',$vbulletin->templatecache['footer']);
}]]></phpcode>

I have edited my install file (see attachment). I have removed the <div> part. Try to un-install the mod/hack. You can use the modified install file (see attachment).
 
Or go to
AdminCP>Plugins & Products>Plugin Manager>
Look for "Product : Inactive User Reminder Emails" and delete the one that says "Footer addition" or whatever it is!
:)
 
well i guess no need of doin all these things bcz this hacks include a option of turning the footer msg on and off ..
 
Back
Top