Hi Everyone,
I am using the standard Web Wiz Forum and I created 1 multi-language database and now I have forum path (not database) problem. If I make the path- forum.domain.com/en - then activation url, notify of replies to posts, notify by email receive a private message etc.. all same url.. Can I change from en & tr directory common.asp default path?
english address: forum.domain.com/en
turkish address: forum.domain.com/tr
For Example:
Register.asp
Original: strEmailBody = strEmailBody & vbCrLf & vbCrLf & strForumPath & "activate.asp?ID=" & Server.URLEncode(strUserCode)
Changed: strEmailBody = strEmailBody & vbCrLf & vbCrLf & strForumPath & "/en/activate.asp?ID=" & Server.URLEncode(strUserCode)
Email_topic.asp
Original: strFormMessage = strFormMessage & vbCrLf & vbCrLf & strForumPath & "forum_posts.asp?TID=" & CLng(Request.QueryString("TID"))
Changed: strFormMessage = strFormMessage & vbCrLf & vbCrLf & strForumPath & "/en/forum_posts.asp?TID=" & CLng(Request.QueryString("TID"))
And all other files.. Like that.. I dont want to change all like above.. I want to change just one file and all automatically change.. Maybe if just change english common.asp and turkish common.asp and this will fix my problem?
But please type completely what i should do.. I am not professional ASP..
Regards,
Gando