Nucleus Support Forum Index

Find on the forum:
any terms  all terms  Advanced Search

RSS 2.0
Browse posts: Unanswered | Mark all read

« »
Loading Nucleus FAQ ticker...
Post new topic Reply to topic
Author Message
donQ
Nucleus Addict


Joined: 21 Oct 2006
Posts: 93
Location: Scotland

Post Posted: Thu Nov 12, 2009 10:21 pm   Post subject:
Reply with quote

ftruscot wrote:
Do you have any PHP errors in your web server error logs (should be available from your host in the control panel, maybe, or on disk)?

Usually, the white screen is caused by a php error. The logs should give a specific error, file and line number. Could you specify the version of PHP you are running as well?


Thanks for the help. I was unable to download error logs from the server and I had tried uninstalling and reinstalling, but it came out the same.

I hadn't tried removing it from the plugins folder and reinstalling, and when I checked, half the contents had not been installed. Reloaded it, and installed on blog and it worked this time.

Another quick question, I wanted to add the spellchecker option, can you tell me how to do this successfully? Does another button appear in the toolbar? Thanks again.

Back to top

View user's profile Send private message
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Thu Nov 12, 2009 10:29 pm   Post subject:
Reply with quote

DonQ, I've written about this (spellcheck) somewhere. I'm searching through old threads and posting bits of info here for various tricks.
_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

Back to top

View user's profile Send private message Visit poster's website
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Thu Nov 12, 2009 10:29 pm   Post subject:
Reply with quote

resolving copy-paste error in firefox:

Go to C:\Documents and Settings\[Your User Name]\Application Data\Mozilla\Firefox\Profiles\[The One Folder]\ and either edit or create a user.js file. Insert the following code, substituting the site name (without any paths)

Code:
user_pref("capability.policy.policynames", "allowclipboard");
user_pref("capability.policy.allowclipboard.sites", "http://www.domain.com");
user_pref("capability.policy.allowclipboard.Clipboard.cutcopy", "allAccess");
user_pref("capability.policy.allowclipboard.Clipboard.paste", "allAccess");

Now close and restart FireFox.

_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

Back to top

View user's profile Send private message Visit poster's website
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Thu Nov 12, 2009 10:32 pm   Post subject:
Reply with quote

To get the spellchecker working with NP_TinyMCE, download the PHP Spellchecker package, and unzip it. Inside the unzipped package, there is a folder called 'spellchecker', you need to upload that to your server into the nucleus/plugins/tinymce/jscripts/tiny_mce/plugins/ folder. There is already a spellchecker folder in that directory, but overwrite it.

Now go to the plugin options for NP_TinyMCE and add spellchecker to the list of plugins, and to one of the toolbars.

_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

Back to top

View user's profile Send private message Visit poster's website
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Thu Nov 12, 2009 10:39 pm   Post subject:
Reply with quote

Other notes:

* When inserting html code (like embed, img, etc...) directly, do not include any newlines, i.e. put it all on one line.

* To include a nucleus tag in an item, precede the tag with '@' and type the tag, do not copy and paste it. For example, @<%LightBox2(myNewBaby.jpg|Isnt she cute?|baby)%>

_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

Back to top

View user's profile Send private message Visit poster's website
donQ
Nucleus Addict


Joined: 21 Oct 2006
Posts: 93
Location: Scotland

Post Posted: Thu Nov 12, 2009 10:47 pm   Post subject:
Reply with quote

ftruscot wrote:
To get the spellchecker working with NP_TinyMCE, download the PHP Spellchecker package, and unzip it. Inside the unzipped package, there is a folder called 'spellchecker', you need to upload that to your server into the nucleus/plugins/tinymce/jscripts/tiny_mce/plugins/ folder. There is already a spellchecker folder in that directory, but overwrite it.

Now go to the plugin options for NP_TinyMCE and add spellchecker to the list of plugins, and to one of the toolbars.


I had done this and a button appeared, but when I tested by writing some mispellings, it said there were no mispellings! Tried in both Firefox and Safari.

What do the changed in Firefox do? Also how will any previous posts with images etc be affected by using this TinyMCE instead of TinyMCE2?

Back to top

View user's profile Send private message
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Thu Nov 12, 2009 10:54 pm   Post subject:
Reply with quote

It should handle images fine.

That firefox change is due to some javascript restrictions in FF that hamper copy and paste using buttons or right-click menus. Ctrl-C, Ctrl-V work just fine. You'll see a message if it's an issue for you and you can make the change then.

As for the spelling, it relies on some PHP Spell libraries being available. Maybe they aren't on your server. I got it working on one of my test systems using that procedure. You can probably find more info on the moxiecode (publishers of tinymce) site for troubleshooting, etc...

_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

Back to top

View user's profile Send private message Visit poster's website
donQ
Nucleus Addict


Joined: 21 Oct 2006
Posts: 93
Location: Scotland

Post Posted: Thu Nov 12, 2009 10:59 pm   Post subject:
Reply with quote

ftruscot wrote:
It should handle images fine.

That firefox change is due to some javascript restrictions in FF that hamper copy and paste using buttons or right-click menus. Ctrl-C, Ctrl-V work just fine. You'll see a message if it's an issue for you and you can make the change then.

As for the spelling, it relies on some PHP Spell libraries being available. Maybe they aren't on your server. I got it working on one of my test systems using that procedure. You can probably find more info on the moxiecode (publishers of tinymce) site for troubleshooting, etc...


Ok I'll try there to see if I can get a fix. Thanks again for your help with this.

Back to top

View user's profile Send private message
tzivaeris
Nucleus Newbie


Joined: 25 Nov 2009
Posts: 2

Post Posted: Wed Nov 25, 2009 5:17 am   Post subject:
Reply with quote

I need to put

Code:
tinyMCE.init({
   ...
   entity_encoding : "raw"
});


inside NP_TinyMCE

Where exactly I must put it?

Thanx in advance

Back to top

View user's profile Send private message
ftruscot
Nucleus Guru
Nucleus Guru


Joined: 22 Feb 2006
Posts: 7449
Location: Massachusetts

Post Posted: Wed Nov 25, 2009 5:22 am   Post subject:
Reply with quote

Why must you put this in there?
_________________
Is your question not solved yet?
Search our FAQ,
read the Documentation, or
browse the list of available plugins.

Check out my plugins

Back to top

View user's profile Send private message Visit poster's website
Post new topic Reply to topic
Display posts from previous:   

Goto page Previous  1, 2, 3, 4, 5, 6  Next

Page 2 of 6

All times are GMT + 1 Hour

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2002 phpBB Group