Please Help Me!!! My users can't post messages
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20466
Printed Date: 11 April 2026 at 10:09am Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Please Help Me!!! My users can't post messages
Posted By: elar
Subject: Please Help Me!!! My users can't post messages
Date Posted: 28 June 2006 at 6:45am
The problem is that the box in which we write the message does not appar, so you can't write a message, and either the formatting tools appear as font, size colour, bold, italic. etc.
It was working everything all right but when I was translating the files to spanish, I don't know what happened, but now they disappeared. Please HELP!!!!
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 28 June 2006 at 7:32am
This sounds like the javascript file for the editor is failing to load correctly.
Javascript is very strict and when you translated the language file to Spanish, you probably placed a character somewhere in the text used within the javascript that isn't liked.
Things like ' need to be escaped in Javascript using \' placing the \ in from escapes the character.
To help track down what piece of text is coursing the issue, download and run the Firefox web browser, it comes with a Javascript Console in the tools menu that should give you an accurate error message to find the course of the problem.
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: elar
Date Posted: 28 June 2006 at 9:48am
|