Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Avatars from 7.5 to 7.7
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Avatars from 7.5 to 7.7

 Post Reply Post Reply
Author
onoff3 View Drop Down
Newbie
Newbie


Joined: 31 July 2003
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote onoff3 Quote  Post ReplyReply Direct Link To This Post Topic: Avatars from 7.5 to 7.7
    Posted: 17 January 2004 at 2:18am

I want to upgrade my ver from 7.5 to 7.7.  I have over 200 avatars and do not want to edit 200 lines in the select_avatar file.  In ver 7.5 I can replace all the code in select_avatar file with the following:

Dim fso
Dim rootFolder
Dim files
Dim file

Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set rootFolder = fso.GetFolder(Server.MapPath("avatars/"))
Set files = rootFolder.Files


For Each file in files
 If file.Type = "GIF Image" OR file.Type = "JPG Image" OR file.Type = "JPEG Image" Then
  Response.Write("     &n bsp;    <option value=""avatars/" & file.Name & """>" & file.Name & "</option>")
 End If
Next

Set rootFolder = Nothing
Set fso = Nothing
Set files = Nothing
%>

And all the avatars in the avatar folder show up, however in ver 7.7 putting the above in the select_avatar file nothing shows up.  How can I fix it without typing all the code for each and every one of the avatars?

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.