Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Source code editor bug?
#19
(2013-10-15, 07:06:25)jliwanag77 Wrote: Interesting. And all your other plugins are ok?

Most of them fine but those plugins that load css and js files directly into content and not queued will be affected too except if you modify/update the plugin files to take the new path.

Lets say your new plugins folder name is modules then you would need to modify the plugin files paths from:
PHP Code:
$style '<link rel="stylesheet" type="text/css" href="'.$SITEURL.'plugins/simple_contact/css/simple_contact.css"></link>';
$script '<script type="text/javascript" src="'.$SITEURL.'plugins/simple_contact/js/jquery.validate.min.js"></script>'
to
PHP Code:
$style '<link rel="stylesheet" type="text/css" href="'.$SITEURL.'modules/simple_contact/css/simple_contact.css"></link>';
$script '<script type="text/javascript" src="'.$SITEURL.'modules/simple_contact/js/jquery.validate.min.js"></script>'

Maybe in the future GetSimple will have a variable for this?
Reply


Messages In This Thread
Source code editor bug? - by jliwanag77 - 2013-10-15, 01:24:11
RE: Source code editor bug? - by shawn_a - 2013-10-15, 01:31:11
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 01:34:37
RE: Source code editor bug? - by shawn_a - 2013-10-15, 02:09:28
RE: Source code editor bug? - by Kolyok - 2013-10-15, 04:20:31
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 04:25:40
RE: Source code editor bug? - by Kolyok - 2013-10-15, 04:35:16
RE: Source code editor bug? - by shawn_a - 2013-10-15, 04:35:46
RE: Source code editor bug? - by Kris_B - 2013-10-15, 06:21:39
RE: Source code editor bug? - by Kolyok - 2013-10-15, 04:52:46
RE: Source code editor bug? - by Kris_B - 2013-10-15, 06:19:23
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 06:31:48
RE: Source code editor bug? - by Kolyok - 2013-10-15, 06:36:13
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 06:40:24
RE: Source code editor bug? - by Kris_B - 2013-10-15, 06:45:33
RE: Source code editor bug? - by Kolyok - 2013-10-15, 06:45:32
RE: Source code editor bug? - by Kolyok - 2013-10-15, 07:02:50
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 07:06:25
RE: Source code editor bug? - by Kolyok - 2013-10-15, 07:14:36
RE: Source code editor bug? - by Kris_B - 2013-10-15, 07:16:59
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 07:51:48
RE: Source code editor bug? - by shawn_a - 2013-10-15, 07:33:14
RE: Source code editor bug? - by Kolyok - 2013-10-15, 07:35:23
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 07:54:04
RE: Source code editor bug? - by Kolyok - 2013-10-15, 08:00:49
RE: Source code editor bug? - by jliwanag77 - 2013-10-15, 10:09:38
RE: Source code editor bug? - by eatons - 2013-10-16, 07:19:43



Users browsing this thread: 8 Guest(s)