1 papzadsl Dec 26, 2005 20:08
3 papzadsl Dec 27, 2005 23:26
I haven't yet tested it, but in the case it won't work with 1.6, are you planning to make it 1.6 compliant?
4 edb Dec 27, 2005 23:38
Yes, but maybe 1.7 compatible instead. Not sure how much difference there will be, but I'm not running 1.6 anywhere (I'm doing 1.6 + CVS) so it might be after alpha and beta.
5 papzadsl Dec 28, 2005 10:52
As a result of my tentatives, I can now say: it doesn't work on Phoenix alpha.
I made these changes (yes, I'm php lamer):
if( !defined('DB_USER') )
became
if( !defined('EVO_MAIN_INIT') )
require_once dirname(__FILE__).'/../renderer.class.php';
became
require_once dirname(__FILE__).'renderer.class.php';
and also
require_once dirname(__FILE__).'/renderer.class.php';
$new_window = false;
became
$new_window = true;
(even if this is insignificant)
var $priority = 14;
became
var $priority = 80;
but no results at all.
I surrender, and hope you guru decide to make this fabulous script 1.6 compliant as soon as you can :)
6 edb Dec 28, 2005 15:06
It's way high on my list. I sorta liked it, so I'm sure to want it back again is why ;)
http://wonderwinds.com/hackblog.php/2005/02/25/link_a_word_plugin was written when 0.9.0.11 was new, worked for me in 0.9.0.12 and 0.9.1, but probably won't work in 1.6