Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by graceweb One thing I’ve noticed that helps maintain speed without breaking things is being careful with how many plugins you install. Sometimes even just one poorly optimized plugin can slow things down. Also, consider lazy loading videos and iframes if you haven’t already. Re: How to speed up my (WordPress) website? Digital Media Digital Marketing by asadalig … switched to WebP and used TinyPNG), setting up a caching plugin like WP Rocket, and minifying CSS and JS with Autoptimize… Re: Cannot run exe from asp.net Programming Web Development by Neil_brown001 … runs the .exe themselves. Or, you create a special browser plugin or extension (which is complex and often not supported anymore… Re: Cannot run exe from asp.net Programming Web Development by lennyli … .exe themselves. > > Or, you create a special browser plugin or extension (which is complex and often not supported anymore… Re: WooCommerce Duplicate Categories Programming Web Development by simplixi … * If you wish to merge categories, you'll need a plugin like "Term Management Tools" which allows you to… affect your website if not done correctly **Use a Plugin:** * Consider using a plugin like "WooCommerce Duplicate Category Remover" to… Plugin in wordpress to download csv file from ftp Programming Web Development by neha05 plugin for admin panel in which user can login on its ftp details and download all files(.csv I have Ingram Micro products details) and show only check information on sites.so any plugin is available for that ?? Plugin Interfacing Programming Software Development by JohanG … basic design is to use DLL's for each plugin. Each plugin have a special function that loads all of its functions…(cmdParam); } YAMP_Engine::~YAMP_Engine() { } void YAMP_Engine::Init() { env.setEngine(this); plugin.setEngine(this); plugin.Load("plugins\\in_yamp32.dll"); } void YAMP_Engine::Exit… Plugin Update Notification Issue Programming Web Development by joshmac …if($sql1->num_rows == 0 && $plugin['Plugin Slug'] != $r1['plugin_slug'] && $…escape($pUpgrade[1]), pmdb::connect()->escape($plugin), ), 'plugin_slug, version, update_url' ); … Re: Plugin Application architecture Programming Software Development by ZootAllures …return "TestPluginTheFirst"; } virtual void ProcessData() { // Do some amazing plugin thing. } };[/code] So now, in your main program you can…"); if (factory != NULL) { // Call the function in the plugin to get the real interface class. IPlugin* plug = (*factory) (); //… Re: Plugin based forum tool (phpbb, smf, etc) ? Programming Web Development by bimaljr … issue. That's why I am searching for a fully plugin based forum tool. Joomla and Wordpress are just example for… the plugin flexibility that I need in a forum tool. Like in… Wordpress, I just need to copy the plugin folder in "plugin" folder and start to work. Also if… Plugin based forum tool (phpbb, smf, etc) ? Programming Web Development by bimaljr …Joomla, Wordpress and other CMS tools. All this tools are plugin and theme based. The basic concept for plugins are to…update the core system than it will not break the plugin's functionality. I like this same feature in a forum…system with new updates. Example, In Joomla, I install a plugin that will display my latest members in sidebar. If I… Re: Plugin Update Notification Issue Programming Web Development by LastMitch … called and/or updated. What kind of plugin is this? You modify the plugin and you can't save the info in… plugin localization: text and db tables of content Programming Web Development by surferbloggy Hi, i have done a wordpress plugin i'd like to localize so i've foun this … [Click Here](http://premium.wpmudev.org/blog/localize-a-wordpress-plugin-and-make-it-translation-ready/) it explain about localize the… static txt of the plugin but my plugin manage contents stored in 2 db tables if the… Re: Plugin Application architecture Programming Software Development by ZootAllures … would be simpler to simply export the functions from the plugin(s) and call them directly from the host application. If…) where it is implemented (ie, it is implemented in the plugin, you must instantiate it there). 2. All methods in the… which is implemented in the host and called by the plugin. I could probably find code examples, but I think … Plugin to View Videos on Browser? Hardware and Software macOS by SeeJay023 I have Firefox on my Mac. When i try to view certain videos, not youtube videos, it asks me to install a plugin in order to view it. When i try to install it, it says that it wasn't installed. What plugin can i use in order for it to work? I can provide a screenshot to understand better. Thanks. Plugin could not be activated because it triggered a fatal error. Programming Web Development by gptArun … fix this ? i got below message when activating plugin from wp-admin Plugin could not be activated because it triggered a fatal… Plugin Application architecture Programming Software Development by Stefano Mtangoo … buddies, I have a project that I need to be plugin based. I have never done that before and I have… unloadPlugin and the dataProcessor. This will be implemented by each plugin. 2. create class in the host IHost that checks the… Re: Plugin could not be activated because it triggered a fatal error. Programming Web Development by ax8l i googled your plugin and it looks like (in some cases wp 2.8...) … Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo … loadPlugin returns. In my understanding it should return instance of plugin object that host will use. am I write? Here is… Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo …. I have included Codelite Workspace for the whole App and plugin. I'm still trying to get the concept in my… Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo …, double b)=0; }; /* *extern "C" { IPlugin* loadPlugin(){ //load Plugin to the manager } void unloadPlugin(IPlugin* pluginInstance){ //do cleaning here… Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo … define it. [CODE=C++]vector<IPlugin*> pluginList;//hold plugin lists[/CODE] Now this causes throws of errors which I… Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo … define it. [CODE=C++]vector<IPlugin*> pluginList;//hold plugin lists[/CODE] Now this causes throws of errors which I… Re: Plugin Application architecture Programming Software Development by mitrmkar Umm, maybe [code] #include <vector> std::vector<IPlugin*> pluginList;//hold plugin lists [/code] ? Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo … std::string String; std::vector<IPlugin*> pluginList;//hold plugin lists class PluginManager{ pluginList getValidPlugins(String path); //give us list… Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo the function pluginList getValidPlugins(String path); will load all valid plugin and return the list as a vector. I have already … Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo …: [CODE=C++]typedef std::vector<IPlugin*> pluginList;//hold plugin lists[/CODE] So I don't know where to start… Re: Plugin Application architecture Programming Software Development by Stefano Mtangoo Thanks. I have made major changes and although it doesn't work "exactly" but my main focus is the concept. So review and tell me what you think of the concept of plugin I have used Plugin system in c# Programming Software Development by dfdez Hello, I'm working on developing a plugin system in c# for an application. I need a system that can load and unload an assembly. Ideas? Webs? tutorial? Thank you for all. plugin framework Programming Software Development by Akatosh I want to know how to make a plugin framework in c++. I have searched for some topics and …