• Now I’m developing a theme and I integrated Devin’s Options Framework(theme integrating version) into it:
    https://wordpress.org/plugins/options-framework/

    The framework is so great, simple, flexible and even convenient to develop themes, but it’s only for theme options and not for plugin options. I want to use it in both of my theme and my plugin. Redux framework is also great, but I have adjusted and added some features of the Options Framework and it’s the best fit my theme and plugin. Because the options of my plugin is a part of the options of my theme(the theme includes the plugin as a component, and has same features and options). So I want only to use Devin’s Options Framework.

    First, it has no namespace, so integrating it in theme and plugin which are both to be activated together will make a collision happen. And it needs to be fixed somewhere before I can use it for my plugin, but I have no idea where I should change.

    If a capable developer finds this message, please help me! Or, is it possible to develop another branch or modified version of the framework for plugins(not for themes)? It seems that Devin is too busy or have no desire to modify it like that.

  • The topic ‘Could anyone convert Devin's Options Framework plugin to the one for plugins?’ is closed to new replies.