Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
6 - 5 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
     

Re: TinyEditor 0.5 problems : some solutions :-)
by smoothly on 2005/11/3 15:00:23

Anyone? Cause the pop-up is a great feature when it works properly :)
Re: TinyEditor 0.5 problems : some solutions :-)
by smoothly on 2005/10/31 19:00:07

Thanks marcan, I got the Imgmanagaer to work properly.
Unfortunately I stumbled onto the next problem: the
pop-up function is great, except for the fact that
there's not a lot of popping-up goin on :) I'm just
getting a 404 when clicking on the thumbnail
- is this a known problem?
Re: TinyEditor 0.5 problems : some solutions :-)
by marcan on 2005/10/31 11:34:40

Hello fellow Xoopsers,

I encountered the same problems as you did. I have played around with TinyEditor and fixed some problems.

You can find our hack here : tinyedior_smartfactory_hack.zip

Here is what we did on this package :

@brandx:
Quote:
When i click on the add image button the window is size properly initially but immediately is resized to around 50px by 50px and cannot be resized.

I removed the code that was resizing the window under IE. It now works fine, at least for me

@pjcvdpol:
Quote:
However.... the pages show with no images on the user side, just the outlines and alt-tag.

I found out that this is caused by all images' path tp be saved as relative path. To fix this, go in TinyEditor's preferences and set this option to No :
Force relative URLs

@brandx:
Quote:
Also, I thought the documentation states that a user can have his / her own directory for images.. currently it displays all the images in the images directory. Any idea how to implement this?

Yes, this can be done by going in the TinyEditor's preference and changing this option to Yes :
Enable per-user directories?

I also fixed a little issue of HTML outputing at the wrong place when the editor is used within a form using a template.

Also, I beleive I have fixed all the places that had not been translate in french. And for those who are translating this module you need to be aware of this :
- You need to copy the english foldder in modules/tinyeditor/language/ and named it with your language. Then you need to translate all constants of each files in it. But this is normal XOOPS procedure
- Then, you also need to translate every plugin you would like to use.
- Plugin language constant are defined differently.
- They are defined in modules/tinyeditor/editor/plugins/pluginName/langs/
- For example, let's take the image manager plugin
- You need to copy the file modules/tinyeditor/editor/plugins/imgmanager/langs/en.js and rename it with the name or your language, for example. in french, it would be fr.js
- Edit this new file and translated the constant
- Finally, you also need to edit the plugin mainfile to tell this file to also load this new language
- This file is : modules/tinyeditor/editor/plugins/pluginName/langs/editor_plugin.js
- Edit this file and change this line at the top of the file to add your language :
le="color: #000000"><?php /* Import theme specific language pack */ tinyMCE.importPluginLanguagePack('imgmanager', 'en,[b][color=CC0000]fr[/color][/b],it');


Finally, I never was able to make the Advanced Image Manager plugin to work. Has anybody was ?
Re: TinyEditor 0.5 image problems
by smoothly on 2005/10/30 21:19:07

I'm having the exact same problem as the TS.
Anyone found a solution yet? Cause I can't
really come up with one.
Re: TinyEditor 0.5 image problems
by brandx on 2005/10/12 18:56:42

In firefox, no problem inserting images... the only issue i see with firefox is the variable names showing up for around 5 seconds then the page refreshes automatically and shows the proper names.

Has anyone got this editor / image manager working in internet explorer?

Who's Online

229 user(s) are online (177 user(s) are browsing Support Forums)


Members: 0


Guests: 229


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits