Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 MySpace Mod Icon

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!
Before posting, make sure you have read this topic!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
Lon Posted - 18 January 2008 : 16:43:08
This MOD adds a MySpace icon just like AIM.
This is a beta version and my first MOD, so any suggestions would be helpful.

This is version .99b (beta)
Updated version .99-2b (beta)
(Updated on January 27, 2008, thanks to Sean Sounds for bug report)

Click Here to download


Lon<
5   L A T E S T    R E P L I E S    (Newest First)
scorpius Posted - 23 February 2008 : 05:16:07
Great mod. Just here to point out its further potential though incase anyone else has similar things running in their sites/forums.

When im finished the rest of my site [lot to go lol] members can have their own pages with a lot of their own stuff on and info on all content etc contributed in site. articles, blogs, social networking stuff, etc. Too much to list but a community area really...come their own home page in site.

This mod will work great for linking people straight to their insite space just by changing the urls and icon etc. These links were not going to be half as prominant as they will be using this mod.<
Lon Posted - 27 January 2008 : 06:54:25
Thanks Sean Sounds for the great feedback. I have made the changed to the instructions in the download.

If anyone has a clean install, please let me know if the line numbers should be changed.

Lon<
Sean Sounds Posted - 27 January 2008 : 02:30:10
Works great.

Installed on Snitz 3.4.03 and 3.4.06 with MSSQL

All Admin section changes working fine

  • Members Detail Configuration Page ok

  • Members List Displays Icon ok

  • MySpace Field In User's Profile ok

  • MySpace Icon Displays On Posts ok



Cleaned the icon_myspace.jpg file up a little to work with my black background.

Only one thing I noticed for the topic.asp instructions.

Missing 2 "End If" statements I added below in red.

------------look for this at line 636:


if strYAHOO = "1" then
if Trim(Reply_MemberYAHOO) <> "" then
Response.Write "  <a href=""http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(Reply_MemberYAHOO, "urlpath") & "&.src=pg"" target=""_blank"">" & getCurrentIcon(strIconYahoo,"Send " & ChkString(Reply_MemberName,"display") & " a Yahoo! Message","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
end if
end if



-----------add this below:



if strMYSPACE = "1" then
if Trim(Reply_MemberMYSPACE) <> "" then
Response.Write "  <a href=""JavaScript:var newWin=window.open('http://www.myspace.com/" & Reply_MemberMYSPACE & "')"">" & getCurrentIcon(strIconMYSPACE,"myspace" & "","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
end if
end if



------------look for this at line 844:


if (strYAHOO = "1") then
if Trim(Member_YAHOO) <> "" then
Response.Write "  <a href=""http://edit.yahoo.com/config/send_webmesg?.target=" & ChkString(Member_YAHOO, "urlpath") & "&.src=pg"" target=""_blank"">" & getCurrentIcon(strIconYahoo,"Send " & ChkString(Member_Name,"display") & " a Yahoo! Message","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
end if
end if

-----------add this below:

if (strMYSPACE = "1") then
if Trim(Member_MYSPACE) <> "" then
Response.Write "  <a href=""JavaScript:var newWin=window.open('http://www.myspace.com/" & Member_MYSPACE & "')"">" & getCurrentIcon(strIconMYSPACE,"myspace" & "","align=""absmiddle"" hspace=""6""") & "</a>" & vbNewLine
end if
end if

Great Mod Lon. Create my first MySpace page just last week so this was right on time. Thanks. <
Sean Sounds Posted - 26 January 2008 : 21:35:28
Hello Lon. Your instructions lists the pop_messengers.asp file as one that needs to be modified but you gave no instructions for this file. Was this file thrown in by accident or should there be instructions. Looking forward to installing this. <
Etymon Posted - 20 January 2008 : 10:13:28
Thank you Lon for your contribution!

I am looking forward to seeing how it works!

Cheers,

Etymon
<

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.08 seconds. Powered By: Snitz Forums 2000 Version 3.4.07