[SOLVED] TinyMCE sh...
 
Notifications
Clear all

[SOLVED] TinyMCE showing up some of the time

11 Posts
4 Users
0 Reactions
3,129 Views
(@jacci)
Posts: 503
Honorable Member
Topic starter
 

http://www.pretendercentre.com/missing/eFiction1.1/index.php
version 3.0.2
php 4.3.3

the tinymce is behaving rather erractically. I have checked the admin settings and personal settings and they are both turned on.

It seems to be happy to work in things like edit news items, and admin fucntions, but it is no longer appearing in the edit story, add story (user functions).

When i first ran the upgrade, all present and accounted for, then overnight it seemed to disappear from story editing area. I was asleep and am the only one with access to the server, so i know i didnt change any filesΒ  and the admin settings hadn't been touched either.

thanks
jacci


why is nothing ever easy?
url: http://www.pretendercentre.com/missingpieces/     
php: 5.2.5  msql: 5.0.45-community
efic version: 3.4.3           latest patches: yes
bridges: none              mods: challenges, displayword, beta-search

 
Posted : 06/01/2007 5:48 am
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

The admin TinyMCE and the rest of the TinyMCE work seperately. I don't think that the admin one ever turns off, but if in your personal pref you turn TinyMCE off, it won't show up on the Add New Story, Review, ect pages.

Try changing them to off in your personal pref and then back on.

Check phpmyadmin to see what it says.

See if anyone else is having this problem on your site.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 06/01/2007 6:51 am
(@jacci)
Posts: 503
Honorable Member
Topic starter
 

Have tried turning on and off a number of times and no help. All other members i have spoke to reporting the same. The tinymce box is visible, with a big tick in but no toolbars are visible. They were there yesterday and no settings have been changed.

I will go to myphpadmin, but i am not entirely sure what i am looking for in there, can you give me a nudge in the direction i should go please?? My experience in myphpadmin is fairly limited and it makes me nervous playing around in there.


why is nothing ever easy?
url: http://www.pretendercentre.com/missingpieces/     
php: 5.2.5  msql: 5.0.45-community
efic version: 3.4.3           latest patches: yes
bridges: none              mods: challenges, displayword, beta-search

 
Posted : 06/01/2007 7:06 am
(@tammy)
Posts: 2577
Member Moderator
 

It looks like your custom tinyMCE code is buggy.  The quotes have been changed to "  You'll need to edit it.


 
Posted : 06/01/2007 4:09 pm
(@jacci)
Posts: 503
Honorable Member
Topic starter
 

I did as you suggested, edited the code in the settings for TinyMCE Configuration when i unchecked the tinymCE option the code looked like this

tinyMCE.init({ mode: "textareas", theme: "advanced", language: "en", browsers: "msie, gecko, opera", plugins: "advhr, advimage, advlink, contextmenu, preview, searchreplace, paste, fullscreen", theme_advanced_buttons1 : "bold, italic, underline, strikethrough, separator, sub, sup, charmap, separator, center,Β justifyleft, justifycenter, justifyright, styleselect, formatselect, separator, bullist, numlist", theme_advanced_buttons2: "cut, copy, paste, pastetext, pasteword, separator, undo, redo, separator, link, unlink, advimage, advhr, cleanup, help, preview, code, fullscreen", theme_advanced_buttons3: "", extended_valid_elements: "a[name|href|target|title|onclick]", theme_advanced_status_location: "bottom", theme_advanced_resizing: "true", theme_advanced_path: "false" }); 

with all the "Β  as you said

so i edited it in notepad to make it look like this:

tinyMCE.init({ mode: "textareas", theme: "advanced", language: "en", browsers: "msie, gecko, opera", plugins: "advhr, advimage, advlink, contextmenu, preview, searchreplace, paste, fullscreen", theme_advanced_buttons1 : "bold, italic, underline, strikethrough, separator, sub, sup, charmap, separator, center,Β justifyleft, justifycenter, justifyright, styleselect, formatselect, separator, bullist, numlist", theme_advanced_buttons2: "cut, copy, paste, pastetext, pasteword, separator, undo, redo, separator, link, unlink, advimage, advhr, cleanup, help, preview, code, fullscreen", theme_advanced_buttons3: "", extended_valid_elements: "a[name|href|target|title|onclick]", theme_advanced_status_location: "bottom", theme_advanced_resizing: "true", theme_advanced_path: "false" }); 

I tried doing it with both tinymce on and off and either way after i hit submit, it is still not showing up in story edit pages


why is nothing ever easy?
url: http://www.pretendercentre.com/missingpieces/     
php: 5.2.5  msql: 5.0.45-community
efic version: 3.4.3           latest patches: yes
bridges: none              mods: challenges, displayword, beta-search

 
Posted : 06/01/2007 10:20 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Copy that and paste it in the tinyMCE field using phpmyadmin.

In another post I remember it being said that TinyMCE had to be off if you try to change the settings. That makes sense, since tinyMCE automatically changes things into code if you submit anything with it on. So no matter how many times you change it, it will automatically change it back into code. Maybe it's not really off, or still putting the code through the changer. I've always changed my code through phpmyadmin.

In phpmyadmin open the settings table. I'd walk you through every step, but my phpmyadmin isn't loading right now. Basically, in the settings table there's a TinyMCE field. When you browse the table, you should see the default messages you have for the site (Welcome, Accept and Reject, TinyMCE settings). Edit the one that keeps the TinyMCE and replace the code in it with the one you want to use. Submit/add/OK.

That should fix it as long as the code you put in it is right. πŸ™‚


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 06/01/2007 10:36 pm
(@tammy)
Posts: 2577
Member Moderator
 

Actually, if you use phpmyadmin you want to change the tinyMCE row in the messages table not in the settings table.


 
Posted : 06/01/2007 10:52 pm
(@jacci)
Posts: 503
Honorable Member
Topic starter
 

yes, found it in the messages tableΒ  πŸ˜€

and this is what it currently looks like:

tinyMCE.init({ mode: "textareas", theme: "advanced", language: "en", browsers: "msie, gecko, opera", plugins: "advhr, advimage, advlink, contextmenu, preview, searchreplace, paste, fullscreen", theme_advanced_buttons1 : "bold, italic, underline, strikethrough, separator, sub, sup, charmap, separator, center,Β justifyleft, justifycenter, justifyright, styleselect, formatselect, separator, bullist, numlist", theme_advanced_buttons2: "cut, copy, paste, pastetext, pasteword, separator, undo, redo, separator, link, unlink, advimage, advhr, cleanup, help, preview, code, fullscreen", theme_advanced_buttons3: "", extended_valid_elements: "a[name|href|target|title|onclick]", theme_advanced_status_location: "bottom", theme_advanced_resizing: "true", theme_advanced_path: "false" }); 

why is nothing ever easy?
url: http://www.pretendercentre.com/missingpieces/     
php: 5.2.5  msql: 5.0.45-community
efic version: 3.4.3           latest patches: yes
bridges: none              mods: challenges, displayword, beta-search

 
Posted : 06/01/2007 10:57 pm
(@jacci)
Posts: 503
Honorable Member
Topic starter
 

okay, just did another refresh and it is back, and i didnt even get around to the editing of the myphpadmin so i have no idea what is going on now.

It disappeared like that too, was there, then gone for no apparent reason since nobody had screwed with the settings and now it is back.... very strange

hopefully it will stay behaving  and thanks to both tammy and Jan for your efforts


why is nothing ever easy?
url: http://www.pretendercentre.com/missingpieces/     
php: 5.2.5  msql: 5.0.45-community
efic version: 3.4.3           latest patches: yes
bridges: none              mods: challenges, displayword, beta-search

 
Posted : 06/01/2007 11:04 pm
Jan_AQ
(@jan_aq)
Posts: 1300
Noble Member
 

Welcome. Maybe it's just something with your server. I had my TinyMCE disapear once. In a panic I reuploaded it... hasn't disapeared since.


Whoever said nothing is impossible never tried slamming a revolving door.

url: https://www.potionsandsnitches.org/fanfiction
php: 7.4.33 msql: 5.6.51-community GPL
efic version: 3.5.5 latest patches: yes
bridges: none mods: challenges, tracker, story end, beta, word

 
Posted : 07/01/2007 12:08 am
(@chelle)
Posts: 122
Estimable Member
 

Had this exact problem when trying to get it to work, and it was because I didn't turn tinyMCE off while changing the config, so all my quote marks got changed into their HTML equivalents.  Ended up changing it via myphpadmin before my lil oversight was pointed out.  Definitely one of those 'D'oh!' moments  πŸ˜€


 
Posted : 08/01/2007 11:22 am
Share: