- Moderated by:
- Support
-
- rank:
-
Freshman
- registered:
- September 2002
- Status:
- offline
- last visit:
- 13.06.03
- Posts:
- 8
What WYSIWYG editor are you using in PostNuke? I was just wondering since i want to implament one in Ikonboard (as a hack) but can't find a (free) WYSIWYG editor that works in (almost) every browser. Up till now i've only found WYSIWYG editors that only work in IE.
Thanks :) -
- rank:
-
Freshman
- registered:
- September 2002
- Status:
- offline
- last visit:
- 13.06.03
- Posts:
- 8
do you think that i could use the editor that you have with PostNuke to implament as a hack/addon for Ikonboard (the creator will be given credit for it). If you didn't make it but got it off some opensource project mind giving me the URL to the projects web-site? -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
thinking about it, as its open source, surley you can just take it and use it? you dont need permssion.
Though im sure the author would like the credit :wink:
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
the current editor in PostNuke .72x is from here - the .8 editor will be probably from here
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Helper
- registered:
- September 2002
- Status:
- offline
- last visit:
- 19.06.06
- Posts:
- 153
IMO, htmlarea or whatever that was, is very limited in comparison with what is currently in PostNuke.
But, That snippetmaster, that seemed to be a very good, useful, option. . . sadly the pro version costs money... -
- rank:
-
Softmore
- registered:
- February 2003
- Status:
- offline
- last visit:
- 20.01.05
- Posts:
- 71
the code that snippetmaster generates isn't the most tidy setup in the world but its not bad and its quite flexible, it uses some sort of microsoft java plugin i believe. especially i like the image upload and if it could be that images are uploaded to the database like the photshare mod does that would be something special indeed. userfriendliness, not just for webmasters but for the uninitiated. -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
The visual editor under .8 is (almost) completely modular so replacement visual editors can be developed by third parties very easily. The only non modular component of the currently version (htmlarea) is an addition to the body tag in the theme to call the main editor function.
HTMLarea was looked at due to good cross platform functionality.
-Mark -
- rank:
-
Moderator
- registered:
- March 2002
- Status:
- offline
- last visit:
- 26.08.08
- Posts:
- 7720
jeremydawes
sounds great, if whatever ends up being the default (text area) supports image uploads and the other formatting features then i will be impressed.
HTMLarea doesn't support uploads (at least not that i'm aware of - there maybe addons). My personal preference (and in no way an official position) would be to decouple file uploads from visual editing. To me these features don't belong together as file uploads are required in places that the visual editor doesn't touch (i.e non textareas).
I have, in the very early stages of development, a file upload module. This module will be available (either via hooks or apis) to all modules. So we can add upload facilites to all releveant modules via a single seccurable upload function rather than have many upload functions built into different modules and visual editors.
Users that want upload facilties can have them and those that don't need not install the upload module.
Much of this is in the planning stage at the moment but presents a more modular approach to adding this feature set to PN.
-Mark
