2007-03-10 23:11:07

Els
Admin
omega
Real name: Els Lepelaars
From: The Netherlands
Known languages: nl, en, (some: de, fr, es, it)
Website

Re: EditArea usage in the admin section

I’m not sure about that. There are also styles in the js files.
Maybe something can be found in the docs on how to customize colours?


<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields

Offline

 

2007-03-11 00:33:01

hakjoon
Moderator
psi
Real name: Patrick
From: Arlington, VA
Known languages: en, pt
Website

Re: EditArea usage in the admin section

Els wrote:
Perhaps you should announce this elsewhere, e.g. the plugins forum, because I think not many people will find it here and I’m sure many would be interested.

I’m going to make a post there as soon as I have a chance to clean it up a bit.


Shoving is the answer – pusher robot

Offline

 

2007-03-11 00:39:44

Els
Admin
omega
Real name: Els Lepelaars
From: The Netherlands
Known languages: nl, en, (some: de, fr, es, it)
Website

Re: EditArea usage in the admin section

BTW the EditArea site is down.


<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields

Offline

 

2007-03-11 00:42:21

hakjoon
Moderator
psi
Real name: Patrick
From: Arlington, VA
Known languages: en, pt
Website

Re: EditArea usage in the admin section

The Sourceforge page is up still at least.


Shoving is the answer – pusher robot

Offline

 

2007-04-19 17:21:39

hcgtv
Member
omega
Real name: Bert Garcia
From: Charlotte, NC
Known languages: en, es
Website

Re: EditArea usage in the admin section

There a new version of EditArea, 0.6.7.


txp:tag – Textpattern Tags ~ TxPlanet – Textpattern Planet

Offline

 

2007-07-09 16:19:07

mapu
Member
zêta
Real name: Marcus
From: Munich, Germany
Known languages: deutsch, english

Re: EditArea usage in the admin section

Can someone (not) confirm if hak_editarea 0.1 is working with EditArea 0.6.7?
I’m getting a JS error: editAreaLoader is not defined
Error occurs with both TXP 4.0.4 and 4.0.5.

Offline

 

2007-07-30 07:38:34

dazonic
Member
gamma

Re: EditArea usage in the admin section

Yeah… mine doesn’t work at all. 4.0.5 with editarea 0.6.7

no errors, no pretty colours either

Last edited by dazonic (2007-07-30 07:38:57)

Offline

 

2007-08-13 13:07:57

iblastoff
Plugin Author
sigma
Real name: Steve Lam
From: Toronto
Known languages: en
Website

Re: EditArea usage in the admin section

hmm. i just tried this plugin out along with editarea 0.6.7. works fine for my (hosted) txp 4.0.5 installation.

Last edited by iblastoff (2007-09-12 20:04:54)

Offline

 

2007-08-17 05:18:30

Ramen Angel
New Member
alpha

Re: EditArea usage in the admin section

0.6.7 + 4.0.5 works on my local server (Xubuntu 6.06), but not on my hosted site, running I-know-not-what. (Got that same “editAreaLoader is not defined” JS error.) Comparing the two sites, it sure looks like the directory structure and permissions are identical; I don’t know what’s wrong.

To get things working on the hosted site, I edited the plugin to call the gzipped version of the script instead of the php compressor:

function hak_editarea_common() {
$js = '<script language="javascript" type="text/javascript"'.
          'src="editarea/edit_area/edit_area_full.gz">'.
          '</script>';

echo $js;
}

The EditArea docs warn that not all servers can handle that gzipped file, so if it still doesn’t work, try calling the script straight up by replacing “.gz” in the above with “.js”.

Offline

 

2007-09-12 12:30:55

markusfalk
Member
delta
Real name: Markus Falk
Known languages: de, en
Website

Re: EditArea usage in the admin section

same problem, still not working. Did someone find a solution to the problem with JS error: editAreaLoader is not defined ??


I sometimes destructively reverse engineer my own work and the only help is this forum.

visit me at visiongraphix

Offline

 

Powered by FluxBB