1
turtle
Problem with form-heading and button-text
  • 2004/4/13 14:43

  • turtle

  • Just popping in

  • Posts: 2

  • Since: 2004/4/13


A few days ago I have installed the module and.....my complements!!

Only thing that seems to be an error on my site (friends don't have this problem) is that the WYSIWYG-editor form shows "_CC_ED_TITLE2" as a header instead of "C-JAY Content WYSIWYG Editor" and e.g. the SAVE-AS-button shows the text "_CC_ED_SAVE" and the replace button shows "_CC_ED_REPL" instead.

These flags looks like attributenames or variable-names usually known from source-code.

Maybe it has something to do with permissions.

Is there somebody out there who can solve this problem for me.

Let me know.

Thanks

2
myc1229
Re: Problem with form-heading and button-text
  • 2004/4/14 2:27

  • myc1229

  • Just popping in

  • Posts: 30

  • Since: 2004/4/10


go to your-xoops-root/modules/your-module-name/language/your -language/ directory, find file main.php, open it and take a look, "_CC_ED_TITLE2" and "_CC_ED_SAVE" are probably not defined in that file, add your definition using the syntax:
define("_CC_ED_SAVE","your-definition");
safe the file and reload

note: make a copy before you edit the file

3
turtle
Re: Problem with form-heading and button-text
  • 2004/4/14 18:19

  • turtle

  • Just popping in

  • Posts: 2

  • Since: 2004/4/13


Thanks myc1229; it works!!

Is it possible for you to publish the content of main.php where all the needed definitions concerning C-Jay-forms are completely defined.

Or someboby else who might have a healthy English main.php.

One more question though! How can this happen in the first place?

Thanks in advance.


Login

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