Page 1 of 2
html-area: enlarge editor staus empty
Posted: Wed 7. Jan 2004, 22:35
by Moozie
The new feauture in html-area - enlarge editor - leaves me with a popup window where nothing happens. No text appear and no buttons appear. What's wrong?
Re: html-area: enlarge editor staus empty
Posted: Thu 8. Jan 2004, 08:49
by DeXXus
Moozie wrote:The new feauture in html-area - enlarge editor - leaves me with a popup window where nothing happens. No text appear and no buttons appear. What's wrong?
Did you apply the latest patch in which HTMLarea handling was optimized:
patch_07-01-2004.zip 238.51 KB
I actually get a popup "preview" depiction of the frontend, except the graphics for layout and navigation have "red X" (cannot be displayed) because their paths have:
Code: Select all
phpwcms/include/inc_ext/htmlarea/popups/img/article/nav_link_1.gif
instead of:
Code: Select all
phpwcms/img/article/nav_link_1.gif
etc.
Perhaps I have a path set wrong. I'll have to check tomorrow. Sleep overcomes me

Posted: Thu 8. Jan 2004, 09:18
by Oliver Georgi
Sorry it does not work - don't ask me why. I had the same problem here (also when releasing). But also the HTMLarea examples itselfs does not work with that function. Maybe later - so it will stay in there.
Oliver
Posted: Thu 8. Jan 2004, 15:09
by art777
This is problem

How insert table in page? I know html, but it knows not each

Maybe you write module "TABLE" ???
Posted: Thu 8. Jan 2004, 15:18
by art777
module "TABLE" I think as eg "price list" and any
1. insert table
2. set cols
3. set rows
4. and edit content
What you think?
Re: html-area: enlarge editor staus empty
Posted: Thu 8. Jan 2004, 21:21
by sporto
Moozie wrote:The new feauture in html-area - enlarge editor - leaves me with a popup window where nothing happens. No text appear and no buttons appear. What's wrong?
I'm having this problem too. I installed the Jan 7th patch and the HTML area editor is not working properly.
Posted: Thu 8. Jan 2004, 21:22
by sporto
Oliver Georgi wrote:Sorry it does not work - don't ask me why. I had the same problem here (also when releasing). But also the HTMLarea examples itselfs does not work with that function. Maybe later - so it will stay in there.
Oliver
I'm confused. I can not use any of the fundtions of HTML area. Is this a problem with HTML Area or with PHPWcms?
Posted: Thu 8. Jan 2004, 23:57
by Oliver Georgi
If you have a problem with HTMLarea with current patch file - maybe you forgot to update every new file. But first check if the $phpwcms["htmlarea"] is set to 1 in conf.inc.php.
And HTMLarea only works on PC with IE or Mozilla 1.3+ (Mac/PC)
Posted: Fri 9. Jan 2004, 02:13
by sporto
I just reinstalled the Jan 7th patch and made sure the $phpwcms["htmlarea"] is set properly, I'm using IE 6, I have php 4.3.2 on an Apache server... I'm not sure what's going on. My error is the same as what DeXXus describes above.

Posted: Fri 9. Jan 2004, 02:25
by art777
Olivier, I don't forgot to update all files - patch_07-01-2004.zip and $phpwcms["htmlarea"] = 1
When I add content part "text w/image" is bug in script in window IE6 (WIN98SE):
row: 34
char: 4
bug: 'undefined' is empty
code: 0
url: [...]phpwcms.php?do=articles&p=2&s=1&aktion=2&id=9&acid=0

Posted: Fri 9. Jan 2004, 07:58
by Oliver Georgi
Hm - on my system it works but maybe...
I can check again.
Oliver
Posted: Fri 9. Jan 2004, 09:40
by frold
sporto wrote:
I'm confused. I can not use any of the fundtions of HTML area. Is this a problem with HTML Area or with PHPWcms?
I have the same problem....
Posted: Fri 9. Jan 2004, 09:54
by Oliver Georgi
I published a new release. Maybe this solves your problems. On my system (XP) it works on IE6 and Mozilla 1.5
Regards
Oliver
Posted: Fri 9. Jan 2004, 10:20
by art777
OK, now is good, no bugs

- win98se, ie6
THX
Posted: Fri 9. Jan 2004, 14:10
by sporto
I'm lost

. It's still not working for me. When I select one of the HTML Area popup windows, it brings up a window with just the unlinked content. The URL that it gets to is (for example):
http://www.healthyschoolscampaign.org/i ... color.html
Now, all the HTML Area files are uploaded properly and have worked in the past. Also, HTML Area does run on my system (I've installed it on other sites and I just tested the demo on their website).
Any thoughts? I must be missing something.