|
|
Posted 06/06/2005 11:51:37 |
|
|
Forum Guru
      
Group: Customers
Last Login: 15/11/2005 12:15:17
Posts: 65,
Visits: 82
|
|
We created a new skin for the site, and then forced all users to use that skin as default. Given the Classic skin was no longer needed, we deleted it. However, when this happened, the spell checking component started displaying page cannot be found errors. We then uploaded the Classic skin again, which solved the problem. This suggests that the Spell Checking component is not bound to the skin the site is currently setup to use, but rather hard coded to the Classic skin directory. Is this by design, a bug, or a configuration issue?
Kind regards,Tye Odle IT Consultant Assist Technology, Inc.
|
|
|
|
Posted 07/06/2005 07:55:33 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 2 days ago @ 16:29:04
Posts: 1,956,
Visits: 3,018
|
|
| Hi Tye, Many thanks for your post, well spotted. We also noticed this a few days back. It's a simple fix, within InstantASP.InstantForum.UI\Controls\PostControl.vb around line 813 you'll need to set the ForumSkin property of the spell-checker button control as shown below... butSpellChecker.ForumSkin = CurrentContext.CurrentSkin You will then need to compile the changes to create an updated InstantASP.InstantForum.UI.dll assembly. This fix will be included within the RC3 release due soon. Many thanks Tye for your time and feedback,
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|