Re: [Dolibarr-dev] DOL_URL_ROOT_ALT removed ?

2013-11-30 Par sujet Laurent Destailleur (eldy)
Le 30/11/2013 08:13, Christophe Battarel a écrit : > Hello, > > I'm working on 3.5alpha to develop modules and i notice that > DOL_URL_ROOT_ALT and DOL_DOCUMENT_ROOT_ALT constants are not defined > anymore ? > > Those constants that gave path to custom modules are very used by > modules developer a

Re: [Dolibarr-dev] DOL_URL_ROOT_ALT removed ?

2013-11-30 Par sujet Christophe Battarel
And for ajax calls ? -- Responsable technique SARL altairis www.altairis.fr 09 52 71 70 96 Le 30/11/2013 12:10, Laurent Destailleur (eldy) a écrit : Le 30/11/2013 08:13, Christophe Battarel a écrit : Hello, I'm working on 3.5alpha to develop modules and i notice that DOL_URL_ROOT_ALT and DOL

Re: [Dolibarr-dev] DOL_URL_ROOT_ALT removed ?

2013-11-30 Par sujet Destailleur Laurent
Do you mean to know how to forge an url ? For this you must use dol_buildpath('mymodyle/myajaxpage.php') function. Function will forge correct url according to place of module. 2013/11/30 Christophe Battarel > And for ajax calls ? > > -- > Responsable technique > SARL altairiswww.altairis.fr0

Re: [Dolibarr-dev] DOL_URL_ROOT_ALT removed ?

2013-11-30 Par sujet Christophe Battarel
Great ! :) Thank you very much ! -- Responsable technique SARL altairis www.altairis.fr 09 52 71 70 96 Le 30/11/2013 16:54, Destailleur Laurent a écrit : Do you mean to know how to forge an url ? For this you must use dol_buildpath('mymodyle/myajaxpage.php') function. Function will forge corre