Hi!
rj wrote:Tiny and FCKer. When I go to the edit screen of Serendipity and hit FF page source (NOT VIEW

I find the path and it goes on and on and on. Six levels deep from your events folder, it should go ONE.
It cannot be correct. I uninstalled both so I cant get at examples right now.
That's could be correct! A path like /serendipity/plugins/serendipity_event_tinymce/tinymce/scripts/js/tinymce.js or something like that is absolutely correct. Or do you mean something else?
FTPing tiny the other day, you know thousand of files at once, screwed up my CUTE FTP so bad I had to go get another program. Could be bad FTPing. But I redid it in the new one. This seems to be a universal problem with so many thousands of files in this blog stuff, how best to FTP it? Are there options in the FTP program to set to keep it from getting overwhelmed?
Thousands of files? The tinymce ZIP tarball from
http://belnet.dl.sourceforge.net/source ... _2_1_0.tgz contains 581 files... What do you mean with "screw up"? What exactly happens? Do you get error messages, does the programm suddenyl quit, does it get inaccessible? There are so many possibilities that you need to fully describe them to us, so that we can see how we can be of help to you
My first problem with the default editor is line returns. It uses <p> and doesnt recognize it in preview or after publish. I have to go in after every paragraph, erase all the <p>s that dont do anything and add a <br /> to get a blank line.
Ah! This can simply be a CSS problem.
Many themes set the margins of <p> elements to 0px to prevent some problems with image alignment within <p> elements.
If you edit your style.css file and add
Code: Select all
.serendipity_entry p {
margin-bottom: 10px !important;
}
for example, this will enforce the proper spacing of <p> elements.
I also find when I make something like say BOLD and then decide to change it, the old BOLD is still there in the source screen. Same with ahrefs and scrs. I delete a link and put another one in the same place and I have two links. FCKer did not have either of those problems.
You might need to first select your text and uncheck the "bold" attribute, before you add any other formattings! Same applies to links, before you add new ones, you might need to remove them?
So I have to find an editor that is simple enough for the six people I need to smooch in, and good enough for me to do what I want on a daily basis.
All six people I have in mind are not tech enough to handle 50 options. It overwhelms such people to see so much up there. And NO WAY can any of them work from SOURCE.
I see that, I fully understand the need for people and WYSIWYG editors. That's why I tried to create plugins for virtually every WYSIWYG tool. You should be able to ask anyone of the developers of those WYWIYG-Tools like FCKEditor or TinyMCE to ask them how to remove options from their editors.
Sadly htmlarea now is outdated and no longer supported, but there must be a way to restrict options.
In htmlarea, you can edit the htmlarea.js file for example and read the documentation inside the file and the reference.html, there are notices of how you can configure the option "btnList" to indicate which WYSIWYG-elements should be shown.
I'd love to do that for you, but my time is limited and I can't really dig into this specific issue because it's beyond my personal scope. Most "dummy" users I've gotten to work with in the past were happy enough if I told them "those 3 are the important buttons. You don't need to use the others. If you want to, that's fine, but you don'T need them to do what you want".
Maybe someone else here is an avid WYSIWYG-user and can jump in to tell how to achieve customizing htmlarea. If you go to their discussion forums though, you might also find instructions there...this is very specific to the editors themselves, and serendipity simply uses them...
HTH,
Garvin