yet another kig problem...

e107 CMS » Forums » e107 Code » Plugin / Code Developer Discussion << Previous thread | Next thread >>
[user deleted]
May 20 2004, 09:58AM
Guest
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


any help would be massivly appreciated
Go to top
jeremy2
May 20 2004, 10:13AM
Registered Member #6474
Joined: May 06 2004, 06:26PM
Posts: 698
edit the paths in the plugin.php or whetever file stores the confguration paths...
Go to top
[user deleted]
May 20 2004, 12:40PM
Guest
// 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
Go to top
sumen
May 20 2004, 02:44PM
Registered Member #6011
Joined: Jan 31 2004, 02:46PM
Posts: 18
change
$eplug_link_url = "e107_plugins/kig_menu/";


to:
$eplug_link_url ="".e_PLUGIN."kig_menu/";


....i think
Go to top
[user deleted]
May 21 2004, 09:18AM
Guest
no luck - and thats just for the link anyway.
C'MON! somebody find a fix!
Go to top
 

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System