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

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 User Images on profile and shown in message margin
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Dan Martin
Average Member

USA
528 Posts

Posted - 16 August 2000 :  12:48:03  Show Profile  Visit Dan Martin's Homepage  Send Dan Martin an AOL message  Send Dan Martin an ICQ Message  Send Dan Martin a Yahoo! Message
A feature supported by EZboard's (www.ezboard.com) that I like alot is the ability to include a URL to a 60x60 image (presumably a picture of yourself) in the margin.

This adds character and personality to their message boards. Additionally, on boards used by small groups of users who know each other(company message boards, etc) this provides immediate recognition.

The Snitz board I administer, I changed code to allow for this. It's pretty simple stuff.

Basically, adding the field to the Member database, and then to the Profile Form. Then, the topic.asp has something similar to:

<% if rs("M_IMAGE_URL") <> " " then %>
<br><img src="<% =rs("M_IMAGE_URL")%>" height=60 width=60>
<% end if %>

Also, the field has to be added to all the queries, etc etc.

  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.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07