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 Gallery Tweak
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

leatherlips
Senior Member

USA
1838 Posts

Posted - 21 February 2007 :  17:41:26  Show Profile  Visit leatherlips's Homepage
I had another post about my avatar situation, but this is a new question concerning avatars...

I like the avatar gallery used by the doramoon addon. However, I'd like to put a radio select option under the avatars for a user to choose the avatar directly from the gallery. There is another mod that does do this, but I do not like how it looks or works. Sometimes it does not show the images as it should.

I've looked at the code for both galleries, but I just can't figure it out.

Can someone tell me how to do it?

Thanks.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

JJenson
Advanced Member

USA
2121 Posts

Posted - 21 February 2007 :  18:12:49  Show Profile  Visit JJenson's Homepage
I would guess that the mod you are talking about that uses radio buttons has created a place in the database. You should be able to search radio in their document and find out what they call their field. Then follow the dbs file and see where it is inserting it. Possibly you should be able to modify this to work on any of the avatars I would assume. Just use the code from the one you don't like and put it in the one you do want. hope that will help a little bit.
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 21 February 2007 :  19:52:22  Show Profile  Visit leatherlips's Homepage
I've found the radio section but I don't know exactly how much of it is important or where to put it in the other file. Perhaps someone could look at the text versions of these files for me?

I want to put the radio select feature from this file
into this file.

Edit: I'm not sure why the first link won't open correctly. If you choose to view its source however, it will show the code.

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 21 February 2007 20:00:37
Go to Top of Page

leatherlips
Senior Member

USA
1838 Posts

Posted - 21 February 2007 :  21:47:34  Show Profile  Visit leatherlips's Homepage
I think I need to use this bit of code below, but something doesn't quite work. When I select the avatar via the radio button, the "red x" appears in the avatar select box. Not sure why.

Response.Write "<input type=""radio"" "
if Request.Querystring("mode") <> "Register" then
if StrComp(AvatarURL,av_user,vbTextCompare) = 0 then
response.write "checked "
end if
end if

AvatarURL2 = "'" & AvatarURL & "'"
response.write "name=""selectAvatar"" onclick=""window.opener.document.Form1.Avatar_URL.value=" & AvatarURL2 & ";if
(CheckNav(3.0,4.0)) window.opener.document.Form1.URL.src='" & AvatarURL & "'"" />" & vbNewLine

Mangione Magic Forum - The Music of Chuck Mangione

My Mods: Googiespell MOD | Link To Reply MOD | Petition MOD | Contact Page MOD | Share This Topic MOD | MP3 MOD | PageEar MOD | Google Viewer MOD

Edited by - leatherlips on 21 February 2007 21:49:18
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 0.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07