|
Monday, January 07, 2008(UTC)
|
|
Wednesday, June 25, 2008 8:01:20 PM(UTC)
|
82 [0.22% of all post / 0.08 posts per day] |
|
0
(View Thanks)
|
|
1
|
|
1
|
View All Posts by User
MSSQL scripts are not working properly for clear install, it gives an error. Please try it
|
|
hi,
there is no such a solution in YAF as a default, it site based solution and if you want you can add codes above to integrate with your application.
I haven't done anything same user session both forum and application yet but it is in my mind. If I find , I will share it with forum users.
tep
|
OK Jaben, Let's try & see  When new updated alpha will be ready ? TEP
|
|
one more thing.
With this new email template structure you also fixed language based character display in email subject & from fields ?
|
thanks for info  in the mean there is no text & html type (EMAILTOPIC_TEXT & EMAILTOPIC_HTML) for tagged EMAILTOPIC. may be you forgot that
|
while creating new user ; (using dev-recommended-web.config as web.config) Quote: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.
Source Error:
Line 129: // copy password to hash buffer + salt Line 130: System.Buffer.BlockCopy( unencodedBytes, 0, buffer, 0, unencodedBytes.Length ); Line 131: if ( useSalt ) System.Buffer.BlockCopy( saltBytes, unencodedBytes.Length - 1, buffer, unencodedBytes.Length - 1, saltBytes.Length ); Line 132: Line 133: // Check Encoding format / method
Source File: C:\Inetpub\wwwroot\yaf-v1.9.3.2-alpha\YAF.Providers\Membership\YafMembershipProvider.cs Line: 131
|
|
OK, I got it.
How can you decide which email type (text / html) will be used ?
|
|
What about new structure of email templates. It is located in xml files anmymore but when i open the english.xml file it is displayed as shown below
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Password Retrieval</title> <style type="text/css"> <!-- .style1 {font-family: Verdana, Arial, Helvetica, sans-serif} --> </style> </head><body> <p class="style1"> A new password has been generated for you on <b>{forumname}</b> at <a href="{forumlink}">{forumlink}</a>.</p> <p class="style1"> Please return to the site and log in using the following information:</p> <blockquote><span class="style1"> User Name: <b>{username}</b><br /> Password: <b>{password}</b></span></blockquote> </body> </html>
is it correct ? any exact reason placing < , > instead of < > ?
|
when i try to compile source code, the error below is shown. I check that file , it is not exist there indeed. Quote: Error 47 Source file 'C:\Inetpub\wwwroot\yaf-v1.9.3.2-alpha\YAF.Controls\VoteBar.cs' could not be opened ('The system cannot find the file specified. ') YAF.Controls
and the bug in http://forum.yetanotherf...UPDATED-1272008--2.aspx
did not fixed ? Code is same. TEP
|
Hello, I am trying to send e-mail which includes Turkish Characters but none of them is ok. Quote: e-mail preview for passwordretrieval.txt
için Yeni Giriş Şifreniz
L?tfen siteye a?a??daki bilgilerle giri? yap?n?z.
Kullan?c? Ad?: ?ifre: also I added code below to SendMail function into General.cs, but it does not work ! Code:emailMessage.BodyEncoding = Encoding.UTF8; Any comment ? Tep
|
|