Did somebody have the solution for the following.
Niet een volledige URL: javascript:void(0);/*1214136211879*/
I cann't insert a URL link in my mail.
Please help me
Hans
Julianna wrote:Here's a better fix for Firefox users (not everyone uses Windows!):
1. Download the lastest version of FCKeditor
2. Unzip/untar the file.
3. Rename the folder to FCKeditor (i.e. capitalize the first three letters).
4. Backup your current installation of phplist.
5. FTP to your site and navigate to /lists/admin
6. Delete the folder FCKeditor and all its contents
7. Upload the latest version in its place
8. Test and enjoy!
The other posts in this thread mention that it is possible to run FCKeditor and do not mention having a blank page. So wouldn't this be another issue? Possibly related to the one discussed in this FAQ: "When I try to edit a message, or a message template, the part where the editing window should be is blank. How can I fix this?" See http://docs.phplist.com/PhplistFAQStuff4Toys wrote:it would not display FCKeditor in the iframe with FF3 in Windows OR Ubuntu (gnome) Linux. Just gave me blank space from the ? Message. to the expand link at the bottom.
var oLink=document.evaluate(...var oLink=this.EditorDocument.evaluate( ...var C=document.evaluate("//a[@href='"+B+"']"var C=this.EditorDocument.evaluate("//a[@href='"+B+"']"This works for everything apart from images.Julianna wrote:Here's a better fix for Firefox users (not everyone uses Windows!):
1. Download the lastest version of FCKeditor
2. Unzip/untar the file.
3. Rename the folder to FCKeditor (i.e. capitalize the first three letters).
4. Backup your current installation of phplist.
5. FTP to your site and navigate to /lists/admin
6. Delete the folder FCKeditor and all its contents
7. Upload the latest version in its place
8. Test and enjoy!
gmayer wrote:ok, if you don't have fckeditorcode_gecko_2.js, the comparable change in fckeditorcode_gecko.js is:
- Code: Select all
var C=document.evaluate("//a[@href='"+B+"']"
becomes
- Code: Select all
var C=this.EditorDocument.evaluate("//a[@href='"+B+"']"
This seems to work. Remember to clear your cache after you make your changes...that had me going for a while
Return to Answers, Howtos, Tips & Tricks
Users browsing this forum: No registered users and 1 guest