We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

LG TinyMCE settings update problem

Development and Programming

Menta Network's avatar
Menta Network
5 posts
16 years ago
Menta Network's avatar Menta Network

Hi all!

I am using LG TinyMCE 1.3.2, TinyMCE 3.1.1 and ExpressionEngine 1.6.4. My problem is that the TinyMCE extension settings cannot be updated, when I make any change and click the “Submit” button, it simply doesn’t apply.

I noticed this is a problem with my hosting service (Yahoo hosting), because I use the same environment in another hosting and it works fine there. I already looked for possible file permissions diferences, but I cannot find the solution.

Anyone knows what the problem could be?

Thanks in advance.

       
bkuberek's avatar
bkuberek
124 posts
16 years ago
bkuberek's avatar bkuberek

i get this error on CP Home › Admin › Weblog Administration › Field Groups › Custom Fields

missing ; before statement document.getElementById(‘direction_un…d(‘file_block’).style.display = “none”;\n

this is what it looks like in the source:

1908 else if (id == 'file')
1909 {
1910 document.getElementById('rel_block').style.display = "none";
1911 document.getElementById('select_block').style.display = "none";
1912 document.getElementById('pre_populate').style.display = "none";
1913 document.getElementById('text_block').style.display = "none";
1914 document.getElementById('textarea_block').style.display = "none";
1915 document.getElementById('date_block').style.display = "none";
1916 document.getElementById('relationship_type').style.display = "none";
1917 document.getElementById('formatting_block').style.display = "none";
1918 document.getElementById('formatting_unavailable').style.display = "block";
1919 document.getElementById('file_block').style.display = "block";
1920 }
1921 else if (id == 'wysiwyg'){
1922 document.getElementById('date_block').style.display = 'none'
1923 document.getElementById('select_block').style.display = 'none'
1924 document.getElementById('pre_populate').style.display = 'none'
1925 document.getElementById('text_block').style.display = 'none'
1926 document.getElementById('textarea_block').style.display = 'block'
1927 document.getElementById('rel_block').style.display = 'none'
1928 document.getElementById('relationship_type').style.display = 'none'
1929 document.getElementById('formatting_block').style.display = 'block'
1930 document.getElementById('formatting_unavailable').style.display = 'none'
1931 document.getElementById('direction_available').style.display = 'none'
1932 document.getElementById('direction_unavailable').style.display = 'block' document.getElementById('file_block').style.display = "none";
1933 }

this error breaks the js and I can’t update all posts when changing the type of field.

       
bkuberek's avatar
bkuberek
124 posts
16 years ago
bkuberek's avatar bkuberek

I was using version 1.1.5 but it is now fixed when upgraded to version 1.3.2.

great extension. thanks a lot.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.