Please, I got the mod to work fine in my topic page, but when I checked the profile page , the image won't show ( I get the box with X sign in it and the M_Name is correct though, in the img's alt part). I made sure that the M_PHOTO_URL is correct. I even checked the MEMBERS table and it was there too. the strPicture = 1 (I checked there too). Anyone knows what's going on here? help???!! Richard??
Again I apologize for not being around much, as soon as I get a connection again I can check this out. I have nothing on this computer that I am checking the forum on. as for frankie, I believe that without seeing the excact code are you saying that is says <a href="<img src="http://www.whatever.com/picture.jpg" border=0>" width="150" height="150" blah, blah, blah
If that is the case for some reason it is putting the <img src=" and " border=0> in the <img src> tag would be the reason it is not displaying the information. I will be checking my hotmail account tonight and tomarrow night. Try to email me your topic.asp or profile.asp (whatever page is causing the problem) and I will look at it.
it's just showing that X and the member name inside the image box..that's it! It's not showing the code text. (All that's happening in the pop_profile.asp page). What makes me wonder is the fact it was working fine in the profile page (the image posting that is), but when I added ypur code to the topic page it stopped working in the profile page even though everything is ok in the topic.asp page..man I'm so confusing!! hopefuly you got the idea. Any suggestions?!!
P.S. Thanks for replying <img src=icon_smile.gif border=0 align=middle>
Please, I got the mod to work fine in my topic page, but when I checked the profile page , the image won't show ( I get the box with X sign in it and the M_Name is correct though, in the img's alt part). I made sure that the M_PHOTO_URL is correct. I even checked the MEMBERS table and it was there too. the strPicture = 1 (I checked there too). Anyone knows what's going on here? help???!! Richard??
Again I apologize for not being around much, as soon as I get a connection again I can check this out. I have nothing on this computer that I am checking the forum on. as for frankie, I believe that without seeing the excact code are you saying that is says <a href="<img src="http://www.whatever.com/picture.jpg" border=0>" width="150" height="150" blah, blah, blah
If that is the case for some reason it is putting the <img src=" and " border=0> in the <img src> tag would be the reason it is not displaying the information. I will be checking my hotmail account tonight and tomarrow night. Try to email me your topic.asp or profile.asp (whatever page is causing the problem) and I will look at it.
with [img] ********** <% if Trim(rs("M_PHOTO_URL")) <> "" and lcase(rs("M_PHOTO_URL")) <> "http://" and strPicture = 1 then %> <% =rs("M_PHOTO_URL") %>" alt="<% =rs("M_NAME") %>" width="150" height="150" border=0 hspace="2" vspace="2"> <% end if %>
without [img] ******** <% if Trim(rs("M_PHOTO_URL")) <> "" and lcase(rs("M_PHOTO_URL")) <> "http://" and strPicture = 1 then %> [img]<% =rs("M_PHOTO_URL") %>" alt="<% =rs("M_NAME") %>" width="150" height="150" border=0 hspace="2" vspace="2"> <% end if %>
*********** Neither of these worked.. it simply showed the code itself in the post, not the picture which was supposed to be displayed.
Finally got mine working.. thanks for the help people. Now can someone tell me the error with the pictures in the profiles themselves? They show up in the posts correctly but they give a red X on the profiles and if you click on the picture it gives errors.
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote> Finally got mine working.. thanks for the help people. Now can someone tell me the error with the pictures in the profiles themselves? They show up in the posts correctly but they give a red X on the profiles and if you click on the picture it gives errors.
Edited by - Hopper on 22 December 2000 23:43:32
Edited by - Hopper on 22 December 2000 23:44:24 <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Could someone provide a link to or send me working files for this mod? My old forums had "avatars" and my users will be more than happy to see this mod added!
Thanks
Therion93 "Stare Deep Into The Heart Of Darkness...There Is No Good, No Evil - Only Me" Because Legends Never Die! - Kiss-Forever Community Forum
I'm trying to implement this mod and I'm having difficulty locating the spot to insert this code:
<% if Trim(rs("M_PHOTO_URL")) <> "" and lcase(rs("M_PHOTO_URL")) <> "http://" and strPicture = 1 then %>[img]<% =rs("M_PHOTO_URL") %>" alt="<% =rs("M_NAME") %>" width="150" height="150" border=0 hspace="2" vspace="2"><% end if %>
I currently have:
<% if strShowRank = 1 or strShowRank = 3 then %> <br><font color="<% =strForumFontColor %>" face="<% =strDefaultFontFace %>" size="<% =strFooterFontSize %>"><small><% = ChkString(getMember_Level(rs("M_TITLE"), rs("M_LEVEL"), rs("M_POSTS")),"display") %></small></font> <% end if %> <% if strShowRank = 2 or strShowRank = 3 then %> <br><% = getStar_Level(rs("M_LEVEL"), rs("M_POSTS")) %> <% end if %>
So, first question; will this mode work with this version? (I think its sr2)
Where do I insert the code in my version? Right after the endif?