You are using one of the v40 betas, not v3.3... As the upgrade code is not written yet, the Powered By Snitz link shows v3.3.03...
1. Use the [ img ]h t t p : / / . . . . [ / img] tag (without spaces) in the signature (from profile - in Turkish: AYARLARIM )
Opps, you were asking Avatars. Follow the route given to you by OneWayMule
.
2. Open config.asp, go to the bottom part. You will need to do the following:
a) set blnLangSuppport to false
Const blnLangSupport = False ' Controls Multi Language Support and the selector in menu. Default: FALSE
b) Find the two include directives and arrange them like this (take 1055 to first, then remove # from the second):
'== SINGLE LANGUAGE SUPPORT
' To support only one language, do the following:
' 1. Set the blnLangSupport to FALSE (its around 40 lines above)
' 2. Change the code NNNN (LCID code) in the include LangNNNN.asp below, be sure it exists
' 2. Remove the # signs infront of the include(s) in the
' MULTIPLE SIMULTANEOUS LANGUAGE SUPPORT section below
' NOTE: This is also the default language in Multi Language case
%>
<!--#INCLUDE FILE="Lang1055.asp" -->
<%
'== MULTIPLE SIMULTANEOUS LANGUAGE SUPPORT
' To support two user selectable languages, do the following:
' 1. Set the blnLangSupport to TRUE (its around 10 lines above)
' 2. Put a # sign infront of the include(s) just below
' 3. Change the code NNNN (LCID code) in the alternative Language include LangNNNN.asp below, be sure it exists
if blnLangSupport then
%>
<!--INCLUDE FILE="Lang1033.asp" -->
<!--INCLUDE FILE="Lang0000.asp" -->
<%
'===== DO NOT CHANGE THESE ========================================================
end if
Think PinkPost v40b03 Patches
Edited by - bozden on 13 February 2002 14:48:26<