I want modify conversation_list.js ! what defferent between these ??
plz help :(
OW_PLUGINS: When a plugin is installed, it goes directly to ow_plugins and is stored here.
OW_STATIC/plugins: A copy of the installed plugin is stored in this directory, but when we enable ow_debug, every time a new copy of the plugin is called here,We can also say the copy is deteled and copied here again.This happens every time when page is loaded.
Okay, then you must understand what is the difference between ow_plugins and ow_static:Thanks :) it's helpfulOW_PLUGINS: When a plugin is installed, it goes directly to ow_plugins and is stored here.
OW_STATIC/plugins: A copy of the installed plugin is stored in this directory, but when we enable ow_debug, every time a new copy of the plugin is called here,We can also say the copy is deteled and copied here again.This happens every time when page is loaded.
Durlabh is right.
Also, we do not recommend to do the changes in the core files of software and plugins as they will be overwritten while next update of the software or plugin.