|
|
Posted 16/02/2007 12:43:37 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 05/03/2007 14:35:23
Posts: 14,
Visits: 34
|
|
| My users are reporting that they are getting this error (on an inconsistent basis) when posting replies. The board administrator has requested that you must provide some message content within your post. You cannot post only HTML, Images, EmotIcons or IFCode. They did include content. Any help??? I have done very little customization... the biggest piece is authentication integration with my site - I have a page that uses the following snippet of code: Dim UserID As Int32 = InstantASP.Common.Authentication.Authentication.UserExists( _ strUserName, strUserPassword, InstantASP.Common.Enumerations.EnumLoginUsing.Username) If (UserID > 0) Then Dim User As New InstantASP.InstantForum.Components.User(UserID) User.Authenticate(True , False ) Response.Redirect("Default.aspx" ) Else
www.LineDroppers.com, Catch More Fish!
|
|
|
|
Posted 16/02/2007 20:15:04 |
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 05/03/2007 14:35:23
Posts: 14,
Visits: 34
|
|
Ok, it turns out the users who are getting this error are copying and pasting from Word. If they cut and paste from Notepad, they don't get this error. Or, if they do cut and paste from Word and then just add a character or modify and of the text it works...
www.LineDroppers.com, Catch More Fish!
|
|
|
|
Posted 18/09/2007 04:54:21 |
|
|
Supreme Being
      
Group: Administrators
Last Login: 17/11/2008 13:47:50
Posts: 266,
Visits: 598
|
|
We're working on adding better support for word pasting through implementation of "alternate" editors, this should improve this even further.
 Kindest Regards,
James Trott Developer
|
|
|
|
Posted 18/09/2007 07:09:29 |
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: Yesterday @ 16:29:04
Posts: 1,956,
Visits: 3,018
|
|
LineDropper (2/16/2007)
My users are reporting that they are getting this error (on an inconsistent basis) when posting replies. The board administrator has requested that you must provide some message content within your post. You cannot post only HTML, Images, EmotIcons or IFCode. They did include content. Any help??? I have done very little customization... the biggest piece is authentication integration with my site - I have a page that uses the following snippet of code: Dim UserID As Int32 = InstantASP.Common.Authentication.Authentication.UserExists( _ strUserName, strUserPassword, InstantASP.Common.Enumerations.EnumLoginUsing.Username) If (UserID > 0) Then Dim User As New InstantASP.InstantForum.Components.User(UserID) User.Authenticate(True , False ) Response.Redirect("Default.aspx" ) Else Hi there, Hope your very well. To workaround this issue within the forum goto your Admin CP / Mamange Permissions. You'll need to visit each permission set and disable the option... Force textural content check in posts? If 'Yes' users must provide text content within posts. Posts with only HTML, IFCode, Images or EmotIcons will not be allowed. This will allow your users to post directly from word. As JAmes says we are looking at ways to improve pasting directly from word with forthcoming updates. For now this should solve the problem,
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
Posted 31/03/2008 15:57:52 |
|
|
Supreme Being
      
Group: Administrators
Last Login: 17/11/2008 13:47:50
Posts: 266,
Visits: 598
|
|
|
|
|