KelleN
Starting Member
28 Posts |
Posted - 19 July 2003 : 19:03:11
|
I have downloaded the AU4 and uploaded the files to my site, went to admin console, updated the database, audsetup.asp file updated. Now I'm at the part where I copy and paste the code into the admin_home.asp page.
Here's my problem. I don't know where to insert it. The readme tells me to insert the code in approximately line 95:
ADMIN_HOME.ASP Find: (About line 95) Select All " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _
Now am I supposed to find this code already written in this file? I inserted this code into the document between these below, so now it looks like this:
" <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & fLang(strLangMOD_Ls3kAU_02120) & ":</font> <input type=""radio"" class=""radio"" name=""strAUAnon"" value=""0""" & checkRadio(strAUAnon,"0",true) & ">" & VBNewLine & _ " <LI><span class=""spnMessageText""><a href=""javascript:openWindow3('admin_config_order.asp')"">Category/Forum Order Configuration</a></span></LI>" & vbNewLine & _ " <LI><span class=""spnMessageText""><a href=""admin_config_activeusers.asp"">" & fLang(strLangMOD_Ls3kAU_05000) & "</a></span></LI>" & vbNewLine & _ " <a href=""JavaScript:openWindow3('pop_config_help.asp?mode=activeusers#AUAnon')"">" & getCurrentIcon(strIconSmileQuestion,"fLang(strLangMOD_Ls3kAU_02090)","") & "</a>" & VBNewLine & _
TIA, KelleN
TIA. |
|