MyBB Community Forums

Full Version: Christmas Lights Wont Go Away
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed a plugin called Christmas lights for my forum. Its self explanatory anyways I cannot get rid of then. I have deactivatedthe plugin and uninstalled it but they remain. how can I get rid of them?
The plugin probably failed to remove the code from the templates in its uninstall routine.

Which plugin are you talking about exactly? What's your forum URL?
I used this plugin http://mods.mybb.com/view/christmas-forum-lights and my forum url is deluxegamingsociety.com

I think I figured it out. I just looked at the source page and found Christmas in the header and removed both lines and it seems to have disappeared. Hopefully i didnt remove something that is harmful to my forum
Just delete all files from your root and it not will shown more.
I have run into I think the same issue with this. Mine no longer show up but you can run the mouse across where they were and they start breaking as if they were there. Huh

I am not real swift at this stuff but usually I can sort of work my way through it but this has me stumped. I guess having the flu since New Years eve has me messed up. My site is here www.afksite.com. You will have to go to the Forums as I don't have it working on the home page.

Here is what I did. In order and I still get the same result.
1. I Deactivated it
2. I uninstalled it
3. I went through my FTP and removed every file that was uploaded when I installed it. Or at least I checked twice and I think I got every one of them.

Any assistance would be appreciated. Thanks
Remove:
<link rel="stylesheet" media="screen" href="http://xserverx.com/forums/inc/lights/christmaslights.css" />
<script type="text/javascript" src="http://xserverx.com/forums/inc/lights/soundmanager2-nodebug-jsmin.js"></script>
<script type="text/javascript" src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>
<script type="text/javascript" src="http://xserverx.com/forums/inc/lights/christmaslights.js.php?bburl={$mybb->settings[\'bburl\']}"></script>
<script type="text/javascript">
var urlBase = \'./\';
soundManager.url = \'./\';
</script>
<div id="lights" class="lightsActive"  onclick="makeInact()"></div>
or something similar from header template.
Ahh I am so blind. Thank you.
I've tested it and this doesn't happen on a clean install of MyBB. It's possible that some other plugin changed the template in a way that made the removal not work. Did you use any other plugins at the same time? (Sorry for mild necro)