CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.getting_started Tags:
Item Type: NewsGroup Date Entered: 8/19/2005 3:50:06 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 34 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
8 Items, 1 Pages 1 |< << Go >> >|
Odolyte
Asp.Net User
Intall working but problem with the rich text editor8/19/2005 3:50:06 PM

0/0

Hi there,

I've installed DNN 3.1.0 on .Net 2.0 framework and it's working except 2 things :

On the HP, i have an error message at the bottom of the page :

"
spm_initMyMenu(null, spm_getById('dnn_dnnMENU_ctlMenu'));function onxmlloaddnn_dnnMENU_ctlMenu() {return m_oSolpartMenu['dnn_dnnMENU_ctlMenu'].onXMLLoad();}>"

This does'nt worry me very much since the portal seems to work but my second problem make the portal useless :

The rich text editor doesn't work.

I've tried to change the version of .net used for the website from 2.0.x to 1.1.4322.0 like i've read in other messages on the forum but it didn't work.

When i retrograde for the 1.1 version of the framework, i have a 404 error message (it seems like IIS doesn't see my website...??). I've tried to restart the service just in case. But it does'nt work either.

I'm open to any new idea. DNN looks great and i'm eager to try it... ;)

Thanks in advance for your help

Odo.


MobileNow
Asp.Net User
Re: Intall working but problem with the rich text editor8/19/2005 8:08:35 PM

0/0

Congrats on getting DNN working with ASP.Net 2.0, however, I'd venture to say that's the root of your problem.  ASP.Net 2.0 is still beta so even though DNN might be programmed correctly, you could be expierencing bugs because .NET 2.0 isn't.  I'd highly recommend using Version 1.1 of the Microsoft.NET Framework.

-Tony Valenti
PowerDNN Hosting is the best

Eliminate DNN Startup Lag
Odolyte
Asp.Net User
Re: Intall working but problem with the rich text editor8/22/2005 12:20:15 PM

0/0

That's what i've tried, but when i use the 1.1 version of the framework : NOTHING works (see my first mail for details...)

Any idea?

Thanks for your help.

Odo

savinte
Asp.Net User
Re: Intall working but problem with the rich text editor8/22/2005 4:59:12 PM

0/0

I am having the same problem.  Our dev team put 2.0 on our test box and it is creating javascript errors.  We tried installing 1.1 on a local machine and had no problems. 

Does anyone know the correct procedure for downgrading from 2.0 to 1.1?
Odolyte
Asp.Net User
Re: Intall working but problem with the rich text editor8/23/2005 9:01:52 AM

0/0

In my case we installed the framework 2.0 after the 1.1 version.
With the 1.1 version nothing was working, with 2.0 it's working with error messages at the bottom :

On the homepage we have this message :

spm_initMyMenu(null, spm_getById('dnn_ctr386_dnnACTIONS_ctlActions'));function onxmlloaddnn_ctr386_dnnACTIONS_ctlActions() {return m_oSolpartMenu['dnn_ctr386_dnnACTIONS_ctlActions'].onXMLLoad();}>


When we try to edit the central text, we have this message at the bottom :

if (window.FTB_AddEvent) { FTB_AddEvent(window,'load',function () { FTB_API['dnn_ctr385_EditHTML_teContent_teContent'] = new FTB_FreeTextBox('dnn_ctr385_EditHTML_teContent_teContent', true, false, new Array( new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Bold','bold',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Italic','italic',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Underline','underline',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_StrikeThrough','strikethrough',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_SuperScript','superscript',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_SubScript','subscript',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_RemoveAllFormatting','removeformat',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyLeft','justifyleft',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyCenter','justifycenter',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyRight','justifyright',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_JustifyFull','justifyfull',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_BulletedList','insertunorderedlist',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_NumberedList','insertorderedlist',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Indent','indent',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Outdent','outdent',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Cut','cut',function() { this.ftb.Cut(); },null,true,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Copy','copy',function() { this.ftb.Copy(); },null,true,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Paste','paste',function() { this.ftb.Paste(); },null,true,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Delete','',function() { this.ftb.DeleteContents(); },null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Undo','undo',function() { this.ftb.Undo(); },null,false,function() { this.disabled=!this.ftb.CanUndo(); }), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Redo','redo',function() { this.ftb.Redo(); },null,false,function() { this.disabled=!this.ftb.CanRedo(); }), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertRule','inserthorizontalrule',null,null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertDate','',function() { var d = new Date();this.ftb.InsertHtml(d.toLocaleDateString()); },null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertTime','',function() { var d = new Date();this.ftb.InsertHtml(d.toLocaleTimeString()); },null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_CreateLink','createlink',function() { this.ftb.CreateLink(); },null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Unlink','unlink',null,null,false,function() { this.disabled = !(this.ftb.GetParentElement().tagName.toLowerCase() == 'a') }), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertImageFromGallery','',function() { this.ftb.InsertImageFromGallery(); },null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_InsertTable','',function() { this.ftb.InsertTableWindow(); },null,false,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_Preview','',function() { this.ftb.Preview(); },null,true,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_SelectAll','',function() { this.ftb.SelectAll(); },null,true,null), new FTB_Button('dnn_ctr385_EditHTML_teContent_teContent_CleanMSWordHTML','',function() { wordContent = this.ftb.designEditor.document.body.innerHTML; wordContent = String(wordContent).replace(/ class=[^\s|>]*/gi,''); wordContent = String(wordContent).replace(/ style=\'[^>]*\'/gi,''); wordContent = String(wordContent).replace(/ align=[^\s|>]*/gi,''); wordContent = String(wordContent).replace(/

]*>/gi,'

'); wordContent = String(wordContent).replace(/]*>/gi,''); wordContent = String(wordContent).replace(/]*>/gi,''); wordContent = String(wordContent).replace(/

      ]*>/gi,'
          o '); wordContent = String(wordContent).replace(/]*>/gi,'
          o '); wordContent = String(wordContent).replace(//gi,''); wordContent = String(wordContent).replace(/<\/b>/gi,''); wordContent = String(wordContent).replace(//gi,''); wordContent = String(wordContent).replace(/<\/em>/gi,''); wordContent = String(wordContent).replace(/<\?xml:[^>]*>/g, ''); wordContent = String(wordContent).replace(/<\/?st1:[^>]*>/g,''); wordContent = String(wordContent).replace(/<\/?[a-z]\:[^>]*>/g,''); wordContent = String(wordContent).replace(/<\/?span[^>]*>/gi,''); wordContent = String(wordContent).replace(/<\/?div[^>]*>/gi,''); wordContent = String(wordContent).replace(/<\/?font[^>]*>/gi,''); wordContent = String(wordContent).replace(/<\/?pre[^>]*>/gi,''); wordContent = String(wordContent).replace(/<\/?h[1-6][^>]*>/gi,''); this.ftb.designEditor.document.body.innerHTML = wordContent; },null,false,null) ), new Array( new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_StylesMenu','',function() { this.ftb.SetStyle(this.list.options[this.list.options.selectedIndex].value); },function() { return this.ftb.GetStyle(); },null), new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Paragraph','formatBlock',null,null,null), new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Font','fontname',null,null,null), new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Size','fontsize',null,null,null), new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Color','forecolor',null,null,null), new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_Highlight','backcolor',null,null,null), new FTB_DropDownList('dnn_ctr385_EditHTML_teContent_teContent_SymbolsMenu','',function() { this.ftb.InsertHtml(this.list.options[this.list.options.selectedIndex].value); },null,null) ), FTB_BREAK_P, FTB_PASTE_DEFAULT, FTB_TAB_INSERTSPACES, FTB_MODE_DESIGN, null, '', '', '', '/test/Providers/HtmlEditorProviders/Ftb3HtmlEditorProvider/ftb3/ftb.imagegallery.aspx?cif=~/Portals/3/&rif=~/Portals/3/&portalid=3', '~/images/', false, 21, 20 ); }); //FTB_API['dnn_ctr385_EditHTML_teContent_teContent'].Initialize(); } else { ed = document.getElementById('dnn_ctr385_EditHTML_teContent_teContent_designEditor').contentWindow;ed.document.open(); ed.document.write('FreeTextBox has not been correctly installed. To install FreeTextBox either:
            (1) add a reference to FtbWebResource.axd in web.config:
            <system.web>
            <httpHandlers>
            <add verb="GET"
            path="FtbWebResource.axd"
            type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
            </httpHandlers>
            </system.web>

            (2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows
            <FTB:FreeTextBox id="FreeTextBox1" SupportFolder="ftbfileslocation" JavaScriptLocation="ExternalFile" ButtonImagesLocation="ExternalFile" ToolbarImagesLocation="ExternalFile" ButtonImagesLocation="ExternalFile" runat="server" />');ed.document.close(); } >

Should i try a brand new installation ?
nbc
Asp.Net User
Re: Intall working but problem with the rich text editor8/24/2005 5:31:37 PM

0/0

You may need to register 1.1 on the box again. But assuming it is already there and working then you can happily maintain 1.1 and 2.0 on the same machine. You specify which version to use with an application by going to IIS, right-clicking the website/virtual directory you have DNN installed in - and choose Properties. Click the ASP.NET tab and select 1.1 from the list and DNN will use that version when running.
Regards, Nick

Free Css Skins! | nuke.nickclements.net 
nbc
Asp.Net User
Re: Intall working but problem with the rich text editor8/24/2005 5:39:28 PM

0/0

I should add that to register/re-register .Net 1.1 you can go Start>Run and type aspnet_regiis -i
Regards, Nick

Free Css Skins! | nuke.nickclements.net 
massey
Asp.Net User
Re: Intall working but problem with the rich text editor8/24/2005 6:09:49 PM

0/0

Start - Run
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Will reregister 1.1 as the default .NET again.

8 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Upgrading and Repairing PCs Authors: Scott Mueller, Pages: 1632, Published: 2002
Word Annoyances: How to Fix the Most ANNOYING Things about Your Favorite Word Processor Authors: Guy Hart-Davis, Pages: 192, Published: 2005
Professional Linux Programming Authors: Jon Masters, Richard Blum, Pages: 465, Published: 2007
Absolute Beginner's Guide to WordPerfect 12 Authors: Laura Acklen, Pages: 413, Published: 2004
ASP.NET 2.0 Website Programming: Problem-design-solution Authors: Marco Bellinaso, Pages: 576, Published: 2006
Leo Laporte's PC Help Desk Authors: Leo Laporte, Mark Edward Soper, Pages: 743, Published: 2005

Web:
Using Moodle: More RichText Editor problems....... Martin at work. Re: More RichText Editor problems. .... The moodle install is a vanilla install - We have customised nothing. I do know that the database ...
TinyMCE doesn't show up and there is no rich text editor toggle ... "Show disable/enable rich text editor toggle" was already set to true. ... It doesn't work in my case. But I do find the same problem as ...
Rich text editor a nightmare - Install It! - DotNetNuke I can only assume that it is my browser that is causing the problem IE 7.0.5730. ... But the rich text editor works fine! I have cleared the cache on IE and ...
Extending TinyMCE, the WordPress Rich Text Editor » AI3:::Adaptive ... Sep 6, 2006 ... Extending TinyMCE, the WordPress Rich Text Editor ..... hi, i have install your plugin as you said but i always see the classic WP 2.0.4 ...
Atlassian Forums: Rich text editor missing ... I have done a fresh install and I am also not seeing the rich text editor, and the TOC macro and the plugin repository are also not working. ...
YUI Rich Text Editor in MovableType - RichardBenson.co.uk What choice did I have but to do it myself? This plugin adds the YUI editor to your MovableType installation as the main tich text editor, ...
Adobe AIR: Using a Rich Text Editor - TinyMCE Tutorial » WhyPad Oct 19, 2007 ... But trying to install your AIR application will give you the following error: ... Tags: adobe air, rich text editor, tinymce ...
phpBB • View topic - [BETA] WYSIWYG - Rich Text Editor for posting ... am trying to install this editor...But I didn't find intructions for ... Download the latest version of Rich Text Editor 4.2 is here. ...
Fix Rich Text Editor Problem in Wordpress | TechPavan.com Fix the editor problem in wordpress by installing a simple light plugin. ... This will install the powerful rich text editor on your wordpress and you can ...
Steps to Install Free Rich Text Editor ( http://freerichtexteditor ... I know the installation should be fairly simple, but there are no "step-by-step" instructions for .... Include the Free Rich Text Editor Variables Page --> ...

Videos:
The Semantic Chemical Web: GoogleInChI and other Mashups Google Tech Talks September 13, 2006 Peter Murray-Rust is Reader in Molecular Informatics at the University of Cambridge and Senior Research ...




Search This Site:










tabstrap---urgent questions!!

when will microsoft take asp.net security seriously?

global search feature on master page

problem with the creat user control!!

helpful tools

is there a way to script an access database?

how to create the sqlmembershipprovider in the program?

module creation tutorial

administering usernames (issues)

enterprise library configuration tool where is it?

module / container does not appear - dnn 2

create a to do list user control to use in a web part

dnn 3.1.1 error message when performing clean install

masterpage events

please help me to create page builder

masterpage declartion in web.config

problem with content place holder !!?

weather network module

avcalendar 2.0 on dnn 1.0.10e

website on the net

iis vs built-in webserver problem

error loading desktopmodules/html/htmlmodule.ascx with new install of 10d

sharing/passing data between coldfusion and asp.net

anyone working on a firebird version of dnn?

asp code in asp.net

dnn 3.2.2 weird javascript code generated by dnn core

visibilitystate.minimized

java/.net interoperabilty

"add web page" functionality

how to send a variable to an ascx that resides inside a master page ??

 
All Times Are GMT