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)
 Small Mod: ICQ add user icon
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

mvaughn
Starting Member

30 Posts

Posted - 26 May 2001 :  15:24:30  Show Profile  Visit mvaughn's Homepage  Send mvaughn an ICQ Message
This will add an icon in your topics page that will allow you to add a forum memeber directly to your ICQ list.

I'm not sure if there is already a mod out there so here it is.

Demo:http://www21.brinkster.com/pionzone/forum/topic.asp?TOPIC_ID=4&FORUM_ID=2&CAT_ID=1&Topic_Title=Add ICQ user mod&Forum_Title=Mods



Snag this icon to use:


Here are the text instructions if you prefer to download them.
http://www.pionzone.com/snitz/mods/Add_ICQ_user/Add_ICQ_user.txt

version 3.1 sr4
Add ICQ user from topic page

Add the graphic icon_add_icq.gif to your forum directory

######################################
# Approximately line #354 of Topic.asp
######################################

Find this line of code:


 <a href="JavaScript:openWindow('pop_messengers.asp?mode=ICQ&ICQ=<% =ChkString(rs("M_ICQ"), "JSurlpath") %>&M_NAME=<% =ChkString(rs("M_NAME"),"JSurlpath") %>')"><img src="http://online.mirabilis.com/scripts/online.dll?icq=<% =ChkString(rs("M_ICQ"), "urlpath") %>&img=5" height=15 width=15 alt="Send <% = ChkString(rs("M_NAME"),"display") %> an ICQ Message" border="0" align="absmiddle" hspace="6"></a>


Directly below it add this line:


 <a href="http://wwp.icq.com/scripts/search.dll?to=<% =ChkString(rs("M_ICQ"), "JSurlpath") %>"><img src="icon_icq_add.gif" height=16 width=16 alt="Add <% = ChkString(rs("M_NAME"),"display") %>" border="0" align="absmiddle" hspace="6"></a>


######################################
# Approximately line #506 of Topic.asp
######################################

Find this line of code:


 <a href="JavaScript:openWindow('pop_messengers.asp?mode=ICQ&ICQ=<% =ChkString(rs("M_ICQ"), "JSurlpath") %>&M_NAME=<% =ChkString(rs("M_NAME"), "JSurlpath") %>')"><img src="http://online.mirabilis.com/scripts/online.dll?icq=<% =ChkString(rs("M_ICQ"), "urlpath") %>&img=5" height=15 width=15 alt="Send <% =ChkString(rs("M_NAME"),"display") %> an ICQ Message" border="0" align="absmiddle" hspace="6"></a>


Directly below it add this line:


 <a href="http://wwp.icq.com/scripts/search.dll?to=<% =ChkString(rs("M_ICQ"), "JSurlpath") %>"><img src="icon_icq_add.gif" height=16 width=16 alt="Add <% = ChkString(rs("M_NAME"),"display") %>" border="0" align="absmiddle" hspace="6"></a>


Edited by - mvaughn on 27 May 2001 02:21:22

mvaughn
Starting Member

30 Posts

Posted - 26 May 2001 :  20:32:39  Show Profile  Visit mvaughn's Homepage  Send mvaughn an ICQ Message
I added a demo above.


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