Easy PHP Calendar - We really take care of your dates!


Go Back   Easy PHP Calendar > General Discussion > General Support

General Support Questions about using the Easy PHP Calendar. (Not installation or customizations)

Closed Thread
 
Thread Tools Search this Thread Display Modes

HTML Editors
Old 08-11-2009, 09:47 PM   #1
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default HTML Editors

Unable to get TinyMCE to work properly. I've tried to create a list, but when I click Save Event the list reverts back to a paragraph. I tried everything to get the basic HTML tags to work. Nothing. The <p> tag is the only one that works.

HTMLArea is no longer supported and SPAW is at version 2, which Easy Calendar does not support at this time.

Will there be support for SPAW2 in the near future?

Looking for a solution.

I found out that TinyMCE does not work in Firefox. Any fix to this issue. Don't make me use IE.

Last edited by jtech; 08-11-2009 at 09:56 PM. Reason: New info
 

Old 08-11-2009, 10:01 PM   #2
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

Did you select Allow HTML in the calendar Setup Manager?

I use TinyMCE exclusively in FireFox and it works very well.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Allow HTML in Event Descriptions
Old 08-11-2009, 11:51 PM   #3
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default Allow HTML in Event Descriptions

Hi Brain,

Allow HTML in Event Descriptions is set to yes. My version of Firefox is 3.5.2. TinyMCE will not work with this version.
 

Old 08-12-2009, 12:17 AM   #4
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

I'm using FireFox 3.5.2 and TinyMCE and it works fine. Does our demo page work for you?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Demo Editor not working for me
Old 08-12-2009, 08:31 AM   #5
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default Demo Editor not working for me

Brian,

Ordered and unordered lists do not work on the demo. Am I missing something when using the editor. I checked the HTML code and it was fine. Opening and closing tags were there. Save changes and no list.
 

Old 08-12-2009, 10:59 AM   #6
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

Can you post the HTML in a reply here so I can test it?
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 08-12-2009, 12:32 PM   #7
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default

<ul>
<li>test</li>
<li>test</li>
<li>test</li>
</ul>

The code from the demo.
 

Old 08-12-2009, 12:57 PM   #8
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

Just did some testing. If I disable TinyMCE and add the HTML, it will work. Try this yourself locally to make sure this is correct.

So, TinyMCE is removing the list code.

Might need to poke around their site for the solution...
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 08-12-2009, 02:06 PM   #9
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default

I've been using your program without the editor for awhile. I have no problem coding a list outside of TinyMCE. I was hoping to speed up the process. I will refrain from using lists in my events.
 

Old 08-12-2009, 02:12 PM   #10
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

Try editing your calendar/events/editors/tinymce/header.php file and look for this line:

extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|h eight|align|onmouseover|onmouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]"
});

Add in ",ul,li" at the end and see if that helps.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 08-12-2009, 02:31 PM   #11
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default

Brian - I'm still a novice around PHP and would probably do more harm than good. When you say at the end do you mean at this point: ...|style],ul,li"});
 

Old 08-12-2009, 02:32 PM   #12
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

Correct. I didn't test it, but it looks like that should put those entities on the allow list.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 

Old 08-12-2009, 02:43 PM   #13
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default

Thanks Brian. I will test that tonight and let you know. At my day job.
 

Old 08-14-2009, 11:12 PM   #14
jtech
Calendar User
 
jtech is offline
Join Date: Jun 2008
Location: Cumming, GA
Posts: 15
Default

Brian - That code change to header.php did not work.
 

Old 08-15-2009, 07:44 AM   #15
ve9gra
Support Team
 
ve9gra's Avatar
 
ve9gra is offline
Join Date: Jun 2003
Location: New Brunswick, Canada
Posts: 4,965
Default

I have an older version of TinyMCE (2.1.0) and ordered and unordered lists work with no changes.
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
 

Old 08-15-2009, 09:57 AM   #16
Brian
EPC Developer
 
Brian's Avatar
 
Brian is offline
Join Date: Jun 2001
Location: Florida, USA
Posts: 10,885
Default

You may try posting or searching TinyMCEs support for the answer. And if you need to edit the files, it would be in the same place as before.
__________________
-- Brian

Questions?

Instructions: Version 6 - Version 7 | FAQ | Errors FAQ | Paths FAQ | Forums | Support
| Web Site Hosting
 
Closed Thread

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Event Manager HTML tags vrs. Database HTML tags vongurdy Customizations (Themes / Templates) 1 03-23-2009 07:42 PM
Html Editors jpaulcscr Customizations (Themes / Templates) 2 10-11-2005 03:48 PM
will the html editors help with this? iroc42 General Support 0 09-24-2005 01:29 PM
HTML Editors Brian General Support 4 08-22-2005 11:03 PM
HTML Links in PopUps being shortened... dalmatiandigital General Support 3 08-16-2005 04:29 PM



All times are GMT -4. The time now is 04:46 AM.


vBulletin skins developed by: eXtremepixels
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright 2009 NashTech, Inc.

| Home | Register | Today's Posts | Search | New Posts |