Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 General Talk

 
 
LinkBack Thread Tools Display Modes
Old 07.04.2004, 22:31   #1 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 55
Farrukh is on a distinguished road
Default HTML Area 2 in Mozilla

Hi
When i want to add a story , HTML Area 2 is not visible in Mozilla whereas in IE , its visible.

Is there a work around this problem.
Farrukh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 07.04.2004, 22:37   #2 (permalink)
Mamber
 
lazarus_bitmap's Avatar
 
Join Date: Apr 2004
Location: Dallas, TX
Posts: 71
lazarus_bitmap is on a distinguished road
Send a message via MSN to lazarus_bitmap
Default Re: HTML Area 2 in Mozilla

HTMLArea 2 is only compatible with IE for windows.

You'll need to use HTMLArea3 or RTE on mozilla win/mac. There are also some commercial packages that work on Mozilla.
__________________
Jerry Stevenson
----------------
Stevenson Consulting
lazarus_bitmap is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08.04.2004, 00:54   #3 (permalink)
Expert Mamber
 
keliix06's Avatar
 
Join Date: Mar 2004
Posts: 202
keliix06 is on a distinguished road
Send a message via MSN to keliix06
Default Re: HTML Area 2 in Mozilla

I use RTE. It comes standard with the new Mambo installs and is a great editor. It works very well with FireFox on 2000, XP or OSX.
keliix06 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08.04.2004, 04:38   #4 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 55
Farrukh is on a distinguished road
Default Re: HTML Area 2 in Mozilla

Thanks for the info.

But i think HTML Area 3 is buggy
Farrukh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08.04.2004, 05:21   #5 (permalink)
Mamber
 
lazarus_bitmap's Avatar
 
Join Date: Apr 2004
Location: Dallas, TX
Posts: 71
lazarus_bitmap is on a distinguished road
Send a message via MSN to lazarus_bitmap
Default Re: HTML Area 2 in Mozilla

That it is... Though I've heard more recent CVS releases have improved. As noted, RTE is probably your best bet. Doesn't have tons of features, but the ones it does all work.
__________________
Jerry Stevenson
----------------
Stevenson Consulting
lazarus_bitmap is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08.04.2004, 12:51   #6 (permalink)
Mamber
 
Join Date: Apr 2004
Posts: 55
Farrukh is on a distinguished road
Default Re: HTML Area 2 in Mozilla

II'll give out RTE a test
Farrukh is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 20.04.2004, 00:39   #7 (permalink)
Senior Mamber
 
MamboZ's Avatar
 
Join Date: Apr 2004
Location: Germany
Posts: 164
MamboZ is on a distinguished road
RedCross Re: HTML Area 2 in Mozilla

You can download HTMLArea3 XTD:
http://mosforge.net/frs/?group_id=157

If you have any problems with the menu icons/images, change the code in the file .../editor/htmlarea3_xtd/htmlarea_xtd.js.php

var img = document.createElement("img");
img.src = btn[1];
img.style.width = "18px";
img.style.height = "18px";
el.appendChild(img);


to

/* image problem
var img = document.createElement("img");
img.src = btn[1];
img.style.width = "18px";
img.style.height = "18px";
el.appendChild(img);
*/
el.innerHTML = '<img src="'+ btn[1] +'" width="18" height="18">';


That's all folks.
__________________
Mamboz
--
www.zechmann.com
MamboZ is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 21.04.2004, 16:48   #8 (permalink)
Baby Mamber
 
ShutterBC's Avatar
 
Join Date: Apr 2004
Location: Boston, MA USA
Posts: 22
ShutterBC is on a distinguished road
Send a message via ICQ to ShutterBC Send a message via AIM to ShutterBC Send a message via MSN to ShutterBC Send a message via Yahoo to ShutterBC
Default Re: HTML Area 2 in Mozilla

Quote:
Originally Posted by keliix06
I use RTE. It comes standard with the new Mambo installs and is a great editor. It works very well with FireFox on 2000, XP or OSX.
For those of us who upgraded our mambo installs, would we be able to just change the $mosConfig_editor line in our configuration.php to "rte"?

Also I see a number of files in the /editor directory:
editor.php editor.wysiwygpro.php htmlarea3
editor.htmlarea2.php editor.rte.php editor.xstandard.php index.html
editor.htmlarea3.php editor.typetool75.php htmlarea2 rte
Are each of these editor.x.php files alternative editors, or just configuration files for ones that you could install? (seems like the latter, but I just wanted to make sure)

Cheers,
Rich
__________________
Rich Moffitt
Keep on swingin'...
ShutterBC is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 22.04.2004, 03:52   #9 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: HTML Area 2 in Mozilla

Quote:
For those of us who upgraded our mambo installs, would we be able to just change the $mosConfig_editor line in our configuration.php to "rte"?
That correct, or you could just go into the Global Configuration area of your Admin Backend and type 'rte' in the editor field.


Quote:
Are each of these editor.x.php files alternative editors, or just configuration files for ones that you could install? (seems like the latter, but I just wanted to make sure)
Your assuption is correct, they are just config files for ones that you can install into mambo and use immediately.

For editors other than those with existing conffig files, you would have to create a new config file as to get it to interface with mambo.
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 05.05.2004, 03:47   #10 (permalink)
Junior Mamber
 
Join Date: May 2004
Posts: 32
BigMitch is on a distinguished road
Default Re: HTML Area 2 in Mozilla

Quote:
Originally Posted by Farrukh
II'll give out RTE a test
Hello,

where do I get the RTE editor.

and another questions, is there a litmit to how much text you can type? I have HtmlArea 3 and in the configuration I have read more turned of. Now I am having problems with the amount of text. SHould I change back to allow read more?

Thanks for the help,
cheers,
Mitch
BigMitch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
modificare HTML Templates markuty Templates 2 07.04.2004 23:56


All times are GMT +2. The time now is 05:15.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.