Hey, My problem is this: I used class2.php to change the directory of the plugins file from e107_plugins to aftershock_content.
However, while kig works fine, it can't detect saved pictures as it searches in e107_plugins/kig_menu/images rather than aftershock_content/kig_menu/images
// Create a link in main menu (yes=TRUE, no=FALSE) ------------------------------------------------------------- $eplug_link = TRUE; $eplug_link_name = "Kig"; $eplug_link_url = "e107_plugins/kig_menu/";
thats all I could find in plugin.php .... and I'm having no luck finding anything relative in the other php files