Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
plugins folder placement
#18
The good news is that out of the 6 plugins I have in the post in my signature, only 3 had very minor changes to be made in order to work with the new plugins folder location.

Hat tip to developers: use these define constants anywhere you can when developing plugins. Doing so worked wonderfully for me. (they are defined in common.php)
Code:
define('GSROOTPATH', get_root_path());
define('GSADMINPATH', get_admin_path());
define('GSADMININCPATH', get_admin_path(). 'inc/');
define('GSPLUGINPATH', get_root_path(). 'plugins/');
define('GSDATAOTHERPATH', get_root_path(). 'data/other/');
define('GSDATAPAGESPATH', get_root_path(). 'data/pages/');
define('GSDATAUPLOADPATH', get_root_path(). 'data/uploads/');
define('GSBACKUPSPATH', get_root_path(). 'backups/');
define('GSTHEMESPATH', get_root_path(). 'theme/');
- Chris
Thanks for using GetSimple! - Download

Please do not email me directly for help regarding GetSimple. Please post all your questions/problems in the forum!
Reply


Messages In This Thread
plugins folder placement - by internet54 - 2010-02-21, 04:56:53
plugins folder placement - by superyms - 2010-02-21, 05:06:24
plugins folder placement - by ccagle8 - 2010-02-21, 09:56:32
plugins folder placement - by internet54 - 2010-02-21, 13:09:25
plugins folder placement - by jamiewhiskers - 2010-02-21, 16:08:59
plugins folder placement - by superyms - 2010-02-21, 17:59:42
plugins folder placement - by Zegnåt - 2010-02-21, 19:11:22
plugins folder placement - by superyms - 2010-02-21, 19:20:03
plugins folder placement - by jamiewhiskers - 2010-02-21, 20:39:06
plugins folder placement - by n00dles101 - 2010-02-22, 00:35:51
plugins folder placement - by ccagle8 - 2010-02-22, 00:57:35
plugins folder placement - by superyms - 2010-02-22, 03:28:34
plugins folder placement - by Zegnåt - 2010-02-22, 06:18:15
plugins folder placement - by ccagle8 - 2010-02-22, 06:22:50
plugins folder placement - by ccagle8 - 2010-02-22, 06:23:50
plugins folder placement - by jamiewhiskers - 2010-02-22, 06:35:58
plugins folder placement - by JWH_Matthew - 2010-02-22, 12:53:57
plugins folder placement - by ccagle8 - 2010-02-23, 12:45:46
plugins folder placement - by Zegnåt - 2010-02-23, 19:01:31
plugins folder placement - by badcat - 2010-02-24, 08:59:47
plugins folder placement - by internet54 - 2010-02-25, 09:00:20



Users browsing this thread: 3 Guest(s)