replace default Tinymce with new Tinymce

Asked by adam

I have trouble with font.
when I add myself language characters to field Main article*, before click to "save article" button I clicked "wysiwyg on/off" link I see that the pharagraph have changed (it mean encoded) before save it to database. so I can't search with keyword like as CHARS in database.

please tell me how to replace TinyMce with new version Tinymce.

thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
adam
Solved:
Last query:
Last reply:

This question was reopened

  • by adam
Revision history for this message
alecwh (alecwh) said :
#1

adam,

I'm not quite sure how you would upgrade the version, but I will work on upgrading TinyMCE in the repository. I'll post back when it's done (later this week sometime).

Revision history for this message
adam (myadam) said :
#2

oh yes. thanks alecwh very much.
I have fix myself error by (http://wiki.moxiecode.com/index.php/TinyMCE:Configuration/entity_encoding) add:

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

please fix it by add this in upgrade version.

ps::alecwh where are you from. can i contact with you by mail.

thanks.

Revision history for this message
adam (myadam) said :
#3

if you upgrade version Tinymce please build modul allows insert/upload direct images from tinymce.

thanks.

Revision history for this message
alecwh (alecwh) said :
#4

I just pushed a commit to the repository which adds the raw encoding to TinyMCE. We're debating whether or not we will upgrade to the next version of TinyMCE, but if we do, it will be pushed to the repository soon.

Revision history for this message
adam (myadam) said :
#5

you had better to do this. specialy allows insert/upload direct images on tinymce
thanks.

Revision history for this message
Troopa (tehtroopa) said :
#6

Is there anything that was ever done with this ? I really want to be able to upload images through TinyMCE. I had a look in the repository but could not see anything. Any chance of an update / instructions on how it could be done ?

Thanks.

Revision history for this message
alecwh (alecwh) said :
#7

Right now, the entire Phpns-team is busy doing other projects, not to
mention jobs we have to concentrate on. Also, the phpns project has been
frozen from feature improvements and minor bugs. Thus, it probably won't
happen any time soon.

See the homepage @ http://phpns.alecwh.com.

If you would like to do it yourself, you would have to replace the
current TinyMCE directory with the new one, and
modify /inc/head_data.php to meet the new specifications (if they are
new).

Check the TinyMCE website, there will be instructions.

If you get it successfully integrated, you should branch the project, so
we can merge it with the devel branch.

On Mon, 2008-08-04 at 21:50 +0000, Troopa wrote:
> Question #39146 on phpns changed:
> https://answers.launchpad.net/phpns/+question/39146
>
> Troopa posted a new comment:
> Is there anything that was ever done with this ? I really want to be
> able to upload images through TinyMCE. I had a look in the repository
> but could not see anything. Any chance of an update / instructions on
> how it could be done ?
>
>
> Thanks.
>
--
Alec Henriksen <email address hidden> @ http://alecwh.com

Revision history for this message
alecwh (alecwh) said :
#8

Also, I did attempt to do it myself, but it turned out more complicated than I originally thought, and would require too much time.

Revision history for this message
Troopa (tehtroopa) said :
#9

Thanks for the quick reply Alec. I will probably have a bash, just depends how advanced the php gets.

Anyhow thanks for the quality news script, best I have tried. The depth of comments in the code really helps.

Revision history for this message
adam (myadam) said :
#10

I successfull integrated plugin (ibrowser) for direct images upload from tinymce.