![]() |
Adding MyBB plugin codes to new theme - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Community Archive (https://community.mybb.com/forum-106.html) +--- Forum: Archived Forums (https://community.mybb.com/forum-143.html) +---- Forum: Archived Development and Support (https://community.mybb.com/forum-155.html) +----- Forum: MyBB 1.6 (https://community.mybb.com/forum-138.html) +------ Forum: 1.6 General Support (https://community.mybb.com/forum-127.html) +------ Thread: Adding MyBB plugin codes to new theme (/thread-101555.html) |
Adding MyBB plugin codes to new theme - Fluffybunny - 2011-08-12 It should have automatically converted to the new theme but it's not. How do I make it so the plugin codes such as NewPoints show up in a new theme? RE: Adding MyBB plugin codes to new theme - fizz - 2011-08-12 Because they shouldn't automatically be converted...the template edits are typically run in the install or activate functions. So basically deactivate and reactivate the plugin. RE: Adding MyBB plugin codes to new theme - Fluffybunny - 2011-08-12 Would that not get rid of plugin settings though? RE: Adding MyBB plugin codes to new theme - fizz - 2011-08-12 No it shouldn't, uninstalling deletes settings/tables/etc. It varies plugin to plugin, but typically deactivating wouldn't, and shouldn't, delete settings. |