| Author |
Message |
Asram |
|
Post subject: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: May 17, 2007 - 02:39 PM
|
|
Joined: May 17, 2007
Posts: 3
Status: Offline
|
|
Hi,
I have a theme specific error message that occurs whenever I try to view the FAQ module from the front-end or create FAQ categories or content on the back-end.
The error message is The TEXTAREA with id or name set to "answer" was not found
I tested it with the default autotheme template and it works fine, so I'm suspecting it's specific to the LOTR theme, but I don't know how to fix it. Any ideas would be much appreciated!
Thanks!
Asram Baksh
http://stygia.izumneth.com |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: May 17, 2007 - 04:24 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
I honestly have no idea what could cause that and it appears to be a scribite error,
If you look at the source code of the page it shows this
Code:
<script type="text/javascript" src="modules/scribite/pnjavascript/prototype.js"></script>
<!-- start scribite! with fckeditor for FAQ -->
<script type="text/javascript" src="javascript/scribite_editors/fckeditor/fckeditor.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
fckload = function () {
var FAQFCKeditor = new FCKeditor( 'answer' ) ;
FAQFCKeditor.BasePath = 'javascript/scribite_editors/fckeditor/' ;
FAQFCKeditor.Height = 600 ;
FAQFCKeditor.Width = 800 ;
FAQFCKeditor.ToolbarSet = "Default" ;
FAQFCKeditor.CheckBrowser = true ;
FAQFCKeditor.Config[ "AutoDetectLanguage" ] = true ;
FAQFCKeditor.Config[ "DefaultLanguage" ] = "en" ;
FAQFCKeditor.ReplaceTextarea() ;
}
Event.observe(window, 'load', fckload);
/* ]]> */
</script>
|
|
|
| |
|
|
|
 |
Asram |
|
Post subject: RE: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: May 17, 2007 - 04:36 PM
|
|
Joined: May 17, 2007
Posts: 3
Status: Offline
|
|
For what it's worth, another guy installed scribite and is getting the same error but in a different section. Also, for those that are scribite savvy, only FCKEditor works (with the editor above) for us. If anyone can recommend a different WYSIWYG editor for PostNuke, please let me know.  |
|
|
| |
|
|
|
 |
Asram |
|
Post subject: RE: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: May 17, 2007 - 04:37 PM
|
|
Joined: May 17, 2007
Posts: 3
Status: Offline
|
|
|
|
|
 |
mars |
|
Post subject: RE: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: May 17, 2007 - 08:53 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
Adds |
|
Post subject: RE: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: Feb 03, 2008 - 09:04 PM
|
|
Joined: Feb 03, 2008
Posts: 6
Status: Offline
|
|
| It seems that link no longer works? |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: LOTR (v1) for PostNuke and FAQ Textarea Error
Posted: Feb 03, 2008 - 09:49 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Xinha is the old version of Scribite that you just downloaded. |
|
|
| |
|
|
|
 |
|
|