buttons names are weird and styles aren't available.
| Project: | XStandard WYSIWYG Editor |
| Version: | 5.x-1.x-dev |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | henrrrik |
| Status: | postponed (maintainer needs more info) |
Jump to:
Hello,
I installed the editor because I like it a lot in de demo version.
It has very clear HTML and before I was using FCK editor wich was not bad but it creates a lot of bad html when users are copy pasting and stuff like that.
Now I have installed it, I've created a folder called files and I've put in there these files:
- format.css
- preview.xsl
- screenreader.xsl
- localization.xml
- styles.xml
- buttons.xml
- placeholders.xml
Now I go the field where I can make use of the editor and he is there.
But when I want to select a style he gives me a dropdown with text/none in it.
When I right click I get the menu but the buttons have the name of the menu before they're name like: context-menu/paste. except the last step wich works fine.
I taught it could have something to do with my site being in dutch. But when I switched it back to english it still had the same problem.
I checked the pad to styles.xml and stuff like that and it al seemed right.
Can you give me a hint where I could do to solve this?
Thank you in advance
Dark_Adder

#1
That happens when localization.xml can't be found. Check the source code for a page on your site that uses the editor and make sure the path in the object block that calls XStandard is correct.
This is what the path looks like on the demo site:
<param name="Localization" value="http://xstandard.sixshooter.se/sites/all/modules/xstandard/files/localization.xml" />I'm working on an update that won't point to localization.xml, buttons.xml, placeholders.xml, screenreader.xsl and preview.xsl by default which should make basic installations easier.
#2
Thanks for the info.
It works for external computers but not for the server wich keeps on having the same problem. But that's not a very big problem.
#3
The new snapshot should fix your problem. You may need to reset the settings.
#4
#5
Automatically closed -- issue fixed for two weeks with no activity.
#6
Now I have installed it, I've created a folder called files and I've put in there these files:
* format.css
* preview.xsl
* screenreader.xsl
* localization.xml
* styles.xml
* buttons.xml
* placeholders.xml
Is there a cook book and place where these files can be downloaded from?
FCKEDITOR and TINYMCE both have great deal of information on how to customize that that is easy to understand by Noobs.
I like XHTML aspect of this utility and am wondering how uphill a learning it might be through school of knocks/trial error..
Please help.
#7
I'm not sure I understand your question. The files you list are part of the package you downloaded and installed from xstandard.com. They're not GPL licensed, so I can't distribute them with the module.
#8
I am sorry but I am a noob.
I only downloaded the .exe file for windows desktop using the firefox
my web site is PHP5 on LAMP.
I am trying to gain access to features like heading 1 and other possible buttons etc..
I want to replace my FCKeditor as I want to try being fully XHTML.
How can I have h1 (Heading1) through H6 (heading 6) show up.
Thanks for your help.
Anil Garg