Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Avatar MOD Question?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

BillyTheKid
Starting Member

13 Posts

Posted - 03 May 2002 :  19:13:34  Show Profile
How Can I make the Avatar Pictures Bigger than 64x64...Or Can't I?

Um
Junior Member

222 Posts

Posted - 03 May 2002 :  19:22:59  Show Profile
yes, U can, do you know something about the .asp files?

How to change them? How to writte them?

You'll have to change admin_avatar_setting.asp :

<option value=64<% if rs("A_HSIZE") = "64" then Response.Write(" selected") %>>64</option>

in red, there you have to change, insert number, pixel you wont...

WARNING: I'm not sure, so make backup copy... if is not that, that you can upload old (original) file..


Try...



Edited by - Um on 03 May 2002 19:24:58
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 03 May 2002 :  20:46:47  Show Profile
To add more options to the sizes: (for example, I added the option of 100x100 below:)

open admin_avatar_settings.asp and find this:

			  <select name="AvatarHSize" size=1>
<option value=32<% if rs("A_HSIZE") = "32" then Response.Write(" selected") %>>32</option>
<option value=48<% if rs("A_HSIZE") = "48" then Response.Write(" selected") %>>48</option>
<option value=64<% if rs("A_HSIZE") = "64" then Response.Write(" selected") %>>64</option>
</select></font></td>


change it to this:

			  <select name="AvatarHSize" size=1>
<option value=32<% if rs("A_HSIZE") = "32" then Response.Write(" selected") %>>32</option>
<option value=48<% if rs("A_HSIZE") = "48" then Response.Write(" selected") %>>48</option>
<option value=64<% if rs("A_HSIZE") = "64" then Response.Write(" selected") %>>64</option>
<option value=100<% if rs("A_HSIZE") = "100" then Response.Write(" selected") %>>100</option>
</select></font></td>



and then find this:

			  <select name="AvatarWSize" size=1>
<option value=32<% if rs("A_WSIZE") = "32" then Response.Write(" selected") %>>32</option>
<option value=48<% if rs("A_WSIZE") = "48" then Response.Write(" selected") %>>48</option>
<option value=64<% if rs("A_WSIZE") = "64" then Response.Write(" selected") %>>64</option>
</select></font></td>


and change it to this:

			  <select name="AvatarWSize" size=1>
<option value=32<% if rs("A_WSIZE") = "32" then Response.Write(" selected") %>>32</option>
<option value=48<% if rs("A_WSIZE") = "48" then Response.Write(" selected") %>>48</option>
<option value=64<% if rs("A_WSIZE") = "64" then Response.Write(" selected") %>>64</option>
<option value=100<% if rs("A_WSIZE") = "100" then Response.Write(" selected") %>>100</option>
</select></font></td>

Go to Top of Page

BillyTheKid
Starting Member

13 Posts

Posted - 05 May 2002 :  11:55:07  Show Profile
Thanks again Richard...That worked fine, I also added a 120x120 option...Love the Bigger avatars

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07