Wrox Programmer Forums
|
BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0
This is the forum to discuss the Wrox book ASP.NET 2.0 Website Programming: Problem - Design - Solution by Marco Bellinaso; ISBN: 9780764584640
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 9th, 2007, 09:50 PM
Authorized User
 
Join Date: Nov 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problems updating TBH FCKEditor to latest version

Problems updating TBH FCKEditor to latest version.

I got the latest released FCKEditor 2.3.2 and FCKeditor.Net from the FCHeditor web site. I replaced the TBH FCKeditor directory with the new version and copied over the FCKeditor dll to bin. Now when I run TBH I and try to edit an article I get - Toolbar set "TheBeerHouse" doesn't exist dialog.

Does anyone know what happened?

Did I install the new FCKeditor incorrectly?

Thanks
Bob
 
Old January 10th, 2007, 09:52 AM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 142
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via MSN to vantoko
Default

de file fckeditor.js uses a custom toolbar.
when installing the new version this file is overwritten.
just take the old beerhouse code :
FCKConfig.ToolbarSets["SkiStyle_Simple"] = [
    ['Cut','Copy','PasteText','-','Print','SpellCheck'],
    ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
    ['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
    ['OrderedList','UnorderedList','-','Outdent','Indent'],
    ['JustifyLeft','JustifyCenter','JustifyRight','Just ifyFull'],
    ['Link','Unlink'],
    ['Image','Rule','Smiley','SpecialChar','UniversalKe y'],
    ['Style','FontFormat','FontName','FontSize'],
    ['TextColor','BGColor']

and past that (this is the one I'm using

 
Old January 10th, 2007, 02:48 PM
Authorized User
 
Join Date: Nov 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It works great now!!

-- Thanks --
 
Old July 1st, 2007, 01:23 AM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I got FCKEditor 2.4.3 and FCKeditor.Net2.2, I replaced the TBH FCKeditor directory with the new version and copied over the FCKeditor dll(from FCKeditor.Net_2.2\bin\Release) to bin. use the old beerhouse code for fckeditor.js(// start TheBeerHouse configuration ...FCKConfig.ToolbarSets["TheBeerHouse_Simple"] ...end TheBeerHouse configuration)

it still does not work for Firefox. There is nothing on the body part, even worse, there is no editor and the big box (text area like) is gone.

Any idea? Thanks

 
Old July 1st, 2007, 01:36 AM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sorry, it is fckconfig.js not fckeditor.js






Similar Threads
Thread Thread Starter Forum Replies Last Post
TBH install problems jjmonty BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 5 September 26th, 2006 05:23 PM
latest version of MySQL Control Center crmpicco MySQL 2 September 12th, 2005 10:07 AM
DW 2004 Version 7.0 Latest? crmpicco Dreamweaver (all versions) 1 April 22nd, 2005 10:50 AM
latest version crmpicco Beginning VB 6 8 March 24th, 2005 03:51 PM
updating db records using asp Version: 2000 devasi Access ASP 0 February 7th, 2005 05:25 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.