Home Private Messages Search
CPG Dragonfly™ CMS stopsoftwarepatents.eu petition banner
Toggle Content
 
Forums ⇒ CMS (All) ⇒ Requests :: Archives ⇒ WYSIWYG Editor :: Archived


WYSIWYG Editor :: Archived
Requests for core changes must be submitted through the Projects Features section.
Go to page Previous  1, 2, 3, 4, 5, 6, 7
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page     Forum Index ⇒  Requests

Topic Archived View previous topic :: View next topic  
Author Message
pjotr
Newbie
Newbie

Offline Offline
Joined: May 13, 2004
Posts: 20

PostPosted: Wed Feb 16, 2005 6:38 pm
Post subject: Re: WYSIWYG Editor

Can someone tell me how to download the fckeditor from the CVS repository?

I managed to get the html/ directory, but the wysiwyg directory didn't work.

Thanx !!

Pjotr


pjotr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/
Back to top
View user's profile
tour93
Gold Supporter
Gold Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 526
Location: florida
PostPosted: Wed Feb 16, 2005 7:23 pm
Post subject: Re: WYSIWYG Editor

what cvs software do you use?

_________________



tour93's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/1.3.39/4.1.22/4.4.7/Dragonfly9.1.2.1
Back to top
View user's profile Visit poster's website MSN Messenger
Head-e
Silver Supporter
Silver Supporter

Offline Offline
Joined: Apr 20, 2004
Posts: 937

PostPosted: Wed Feb 16, 2005 7:56 pm
Post subject: Re: WYSIWYG Editor

only the html/includes/wysiwyg is in the html directory.. for the editors themselves change html to wysiwyg

see www.cpgnuke.com/cvs/ for refference


Head-e please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Photo Gallery
pjotr
Newbie
Newbie

Offline Offline
Joined: May 13, 2004
Posts: 20

PostPosted: Wed Feb 16, 2005 8:01 pm
Post subject: Re: WYSIWYG Editor

I use gcvs on linux

I tried to set the directory to wysiwyg/ instead of html/, but the message i get is:

cvs server: cannot find module 'wysiwyg' - ignored


pjotr's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
XP/
Back to top
View user's profile
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Wed Feb 16, 2005 9:32 pm
Post subject: Re: WYSIWYG Editor

I've added them to the Dragonfly Downloads section so you can experiment with them.

Keep in my that not everything works


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
RedGerry
Silver Supporter
Silver Supporter

Offline Offline
Joined: Jun 29, 2004
Posts: 480
Location: Fishcross, Scotland
PostPosted: Fri Feb 18, 2005 2:09 am
Post subject: Re: WYSIWYG Editor

Well I've got SPAW working. Couple of things I've had to do:
spaw/config/spaw_control.config.php Line 36
Code::
$spaw_default_css_stylesheet = $spaw_dir.'wysiwyg.css';

changed to

Code::
$spaw_default_css_stylesheet = 'wysiwyg.css';

I've also had to add an htaccess file to the spaw directory allowing access to the js files (php) which is blocked by the htaccess in the root of includes/

Now have it working on new records and record edits for my module, brilliant!!

_________________
gerry @ redgerry.com
redgerry.com
clacks.co
123v.com
copseygroup.com

RedGerry's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Suse11.4 - LAMP on zypper - ISPConfig 3
Back to top
View user's profile Visit poster's website MSN Messenger
RedGerry
Silver Supporter
Silver Supporter

Offline Offline
Joined: Jun 29, 2004
Posts: 480
Location: Fishcross, Scotland
PostPosted: Fri Feb 18, 2005 2:47 am
Post subject: Re: WYSIWYG Editor

Still seem to have a few path problems where it is adding to the address of the page its called from instead of it's root path i.e.:

Code::
/RG_Sports/do=editteam/includes/wysiwyg/spaw/dialogs/img_library.php?lang=en&theme=default&request_uri=http%3A//www.redgerry.com/RG_Sports/do%3Deditteam/team_id%3D17.html

I've seen the two array references to image library and tried setting the following, and making the folder of course.

Code::
// image libraries
$spaw_imglibs = array(
  array(
    'value'   => 'modules/coppermine/albums/spaw/',
    'text'    => 'Spaw Gallery',
  ),
  array(
    'value'   => 'you/need/to/change/this/too/',
    'text'    => 'Not configured',
  ),
);

Is this to allow upload of images? Can anyone provide any guidance/info on setting this up.

_________________
gerry @ redgerry.com
redgerry.com
clacks.co
123v.com
copseygroup.com

RedGerry's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Suse11.4 - LAMP on zypper - ISPConfig 3
Back to top
View user's profile Visit poster's website MSN Messenger
DJ Maze
Developer
Developer

Offline Offline
Joined: Apr 19, 2004
Posts: 5683
Location: http://tinyurl.com/5z8dmv
PostPosted: Sat Feb 19, 2005 7:51 pm
Post subject: Re: WYSIWYG Editor

@RedGerry: i will look into it.

Anyone who is interested how the wysiwyg implementation works can read the documented example
It's the current Admin -> Newsletter module which i converted from bbcode use to wysiwyg usage.
It shouldn't be hard to implement it yourself now Wink


DJ Maze's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Fedora 15 / 2.2.22 / 5.5.20 / 5.3.10 / CVS
Back to top
View user's profile Visit poster's website Yahoo Messenger Photo Gallery
Angular
Newbie
Newbie

Offline Offline
Joined: Jan 27, 2005
Posts: 23
Location: Da Lowlands
PostPosted: Sat Feb 19, 2005 10:01 pm
Post subject: Re: WYSIWYG Editor

Thanks there Maze, that worked for me...I got a problem with spaw with the popup windows, but htmlarea and fckeditor work very niceley...great you can even select wich one you want to use! Just ace!

_________________
Check ma tracks right
www.internetdj.com/art...p;genre=18

Angular's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
W32/APACHE2.0.54/MySQL4.1.9 /4.1.12a-nt/PHP4.4.0/LATEST DRAGONFLY
Back to top
View user's profile Visit poster's website Photo Gallery
Arg0n4th
Newbie
Newbie

Offline Offline
Joined: Nov 29, 2004
Posts: 18

PostPosted: Tue Mar 01, 2005 9:31 pm
Post subject: Re: WYSIWYG Editor

jzky wrote:
Someone else who would post the code for the wysiwg to work in submit news and the admin part for submit story/news.. and Reviews etc..

I'm a php newbie and have no clue..

UPDATE:

I've manage to get the fckeditor on the page, but the bbcode style is still there. hmm..

But I get this error when I trie to upload an image..
XML error - forbidden 403 (look at attachd image.)

And I could need some help to modify the submit_news some more.. (and the admin part to..)

Hi I have the same problem!
It's is generated from the .htaccess in the /includes/ directory.
That file don't allow the execution of any .php files in the "includes" tree:

Code::
# deny most common
<filesmatch "\.php$">
deny from all
</filesmatch>

I Think the solutions are:

1) Delete this file
2) Make more selective filter to allow wysiwyg .php files to be executed.
3) Wait for a patch by DjMaze Big grin

Arg0n4th


Arg0n4th's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Dragonfly 9.1.2.1
Back to top
View user's profile Visit poster's website MSN Messenger
portrower8
Nice poster
Nice poster

Offline Offline
Joined: Feb 01, 2005
Posts: 123

PostPosted: Fri Aug 05, 2005 2:13 pm
Post subject: Re: WYSIWYG Editor

i tried following instructions of fckeditor... but when i am in newsletter... and I hit PREVIEW.. it deletes all the contents of the newsletter.


portrower8 please enter your server specs in your user profile! Crying or Very sad
Back to top
View user's profile Visit poster's website Photo Gallery
Golem
Dragonfly addicted
Dragonfly addicted

Offline Offline
Joined: Nov 25, 2004
Posts: 336
Location: Germany
PostPosted: Thu Apr 27, 2006 7:01 am
Post subject: Re: WYSIWYG Editor

RedGerry wrote:
Well I've got SPAW working.

Could you post a step-by-step instruction on how to get this working for a beginner like me ?

I am very interested in a working wysiwyg intergration for the two sole reasons of being able to add tables and (important) upload/add pictures - mainly in Content or MKnow.
I have tried installing SPAW but have some trouble with it.

It displays fine but none of the buttons work - it seems that they cannot even be 'pressed' at all (see here: mor.rtsleagues.com/ind...&cid=0
The same reaction when I try to use it in Content module.
Interestingly it also shows more buttons when loaded in IE than it does in Firefox.

I have also tried FCK editor.
When using the latest release as a standalone I even manage to get the image-upload function to work.
It is just the RC candite from here that will always return the '404' error with the image upload function.

So if anyone has any wysiwyg editor running that allows image uploads please let me know how you installed it. Would be highly appreciated !

One more question:
I have read in some threads that uploading images through wysiwyg do have security issues. Would this also be the case if the upload location would be somewhere off-site ?

Many thanks in advance,
Golem


Golem's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux 2.6.17.8/MySQL: 4.1.22/PHP: 4.4.8/DF: 9.2.1.1
Back to top
View user's profile Visit poster's website
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.    This topic is locked: you cannot edit posts or make replies.    Printer Friendly Page    Forum Index ⇒  Requests
Page 7 of 7
All times are GMT
Go to page Previous  1, 2, 3, 4, 5, 6, 7

Archive Revive
Username:
This is an archived topic - your reply will not be appended here.
Instead, a new topic will be generated in the active forum.
The new topic will provide a reference link to this archived topic.
 
   Toggle Content User Info

Welcome Anonymous

Nickname
Password
(Register)

   Toggle Content Last CVS commits
· Fixed .ico Expires header.
· Removed domain name from cookies so subdomains wont access them anymore.
· CSS and JS, case insensitives.
· CSS and JS, send correct HTTP 1.1 headers and fixed issues where themes and...
· Further security class improvements.
· 301 redirects on LEO changes
· Option to force 3xx http status codes
· Validate googlebot.com and google.com crawlers.
· CCBot
· Rss with etag and atom.

read more...

   Toggle Content Community

Support for DragonflyCMS in a other languages:

Deutsch
Español

   Toggle Content X-links
UltraEdit Browse Happy logo Firefox MySQL PostgreSQL Valid CSS! Valid XHTML 1.0! Unicode Encoded Badge NukeBiz Resources Raven DragonflyCMS Dedicated Now InsideSupport Lampe Berger

You are seeing squares or questionmarks on this page?

All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners
We are not responsible for comments posted by our users, as they are the property of the poster.
Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
Support GoPHP5.org
Interactive software released under GNU GPL, Code Credits, Privacy Policy