MyBB Community Forums

Full Version: MyTheme Removal
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well i found another way to do the 'shortcut theme'.

And now i Want to remove the 'DropDown', in other words, this: http://mods.mybb.com/uploads/previews/22...ew%202.PNG

But I dont want to deactivate the plug in.

Does any one knows how to do it? Smile
I'm guessing you have to edit a certain template.


PS: I would LOVE to know whow you did the "shortcut theme"! I'm trying to find out but got no luck.......
Since the plugin doesn't modify the templates, you have to edit the file itself. Open ./inc/plugins/mytheme.php in a text editor, find and delete this bit of code:

preg_match('#'.preg_quote('<!-- start: footer -->').'#i', $page, $matches);
if($matches[0])
{
	$page = str_replace($matches[0], "<br />".$data."\n<!-- start: footer -->", $page);
}

@Everett777: It's a plugin: http://mods.mybb.com/view/mytheme
Thanks Faviouz Smile.

Everet, you have to install the Mytheme then you add http://linkofyourforum.com/index.php?act...heme&style=ID you can see the theme ID here :
http://i51.tinypic.com/2wohdly.png

Thanks to kavin and a bit to faviouz xD