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
 Proeders attachment mod
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

texanman
Junior Member

United States
410 Posts

Posted - 05 August 2008 :  16:20:15  Show Profile
Great! and sorry for the trouble.<
Go to Top of Page

PPSSWeb
Junior Member

312 Posts

Posted - 06 August 2008 :  10:42:40  Show Profile
I still can't seem to replicate the error. Can you update the linked files or provide a login and link to your site that has the issue.
<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 06 August 2008 :  10:49:58  Show Profile
I updated the files. Not sure there is much change other removing that one duplicate line.
Thanks<
Go to Top of Page

PPSSWeb
Junior Member

312 Posts

Posted - 06 August 2008 :  14:05:01  Show Profile
OK, got it. The myfiles.asp changed from the original one you uploaded. The link sections on this latest one is causing you problems. It looks like you changed it a bit when doing the translation and lost a few important bits like the location querystring variable.

Lines 228 to 234 where you have:
'##############add upload to Myfiles page######################					
if UseFile <> "select" Then
Response.Write "<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize-2 & """><b>"
Response.Write " <a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=330');""><acronym title=""حمل ملف..."">" & getCurrentIcon(strIconPaperClip,"","") & "</acronym><acronym title=""حمل ملف...""> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """>أنقر هنا لتحميل ملف لإستعماله لاحقاً</font></acronym>" & vbNewLine
Response.Write "</b></font></p><p>"
End if
'##############End add upload to Myfiles page#################


Change it to:
		'##############add upload to Myfiles page######################
if UseFile <> "select" Then
Response.Write "<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize-2 & """><b>"
Response.Write "<a href=""#"" onClick=""window.open('pop_upload_new.asp?Loc=myfiles','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=330');""><acronym title=""حمل ملف..."">" & getCurrentIcon(strIconPaperClip,"","") & "</acronym></a><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """>أنقر هنا لتحميل ملف لإستعماله لاحقاً</font><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """><br /></font>" & vbNewLine
Response.Write "</b></font></p><p>"
End if
'##############End add upload to Myfiles page#################


On lines 259 to 267 where you have:
		  '##############add upload to Myfiles page######################					
if UseFile <> "select" Then
Response.Write "<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize-2 & """><b>"
Response.Write " <a href=""#"" onClick=""window.open('pop_upload_new.asp','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=330');""><acronym title=""حمل ملف..."">" & getCurrentIcon(strIconPaperClip,"","") & "</acronym><acronym title=""حمل ملف...""> <font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """>أنقر هنا لتحميل ملف لإستعماله لاحقاً</font></acronym>" & vbNewLine


Response.Write "</b></font></p><p>"
End if
'##############End add upload to Myfiles page#################



Change it to:
		'##############add upload to Myfiles page######################
if UseFile <> "select" Then
Response.Write "<p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize-2 & """><b>"
Response.Write "<a href=""#"" onClick=""window.open('pop_upload_new.asp?Loc=myfiles','Uploading','toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=800,height=330');""><acronym title=""حمل ملف..."">" & getCurrentIcon(strIconPaperClip,"","") & "</acronym></a><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """>أنقر هنا لتحميل ملف لإستعماله لاحقاً</font><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """ color=""" & strDefaultFontColor & """><br /></font>" & vbNewLine
Response.Write "</b></font></p><p>"
End if
'##############End add upload to Myfiles page#################


I hope I copied your translations correctly. You will need to check these as I unfortunately do not understand them.

This fixed a number of issues I noticed with your version including the popup on delete. Let me know how this works for you.<
Go to Top of Page

texanman
Junior Member

United States
410 Posts

Posted - 06 August 2008 :  15:12:45  Show Profile
Genius!!!!!!!!!!!!!!!
It works great now.
What I really changed in myfiles.asp was to replace membername with memberID in file names. The transaltion doesn't impact anything because you just replace the strings.

Thank you so much!! <
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page
 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.36 seconds. Powered By: Snitz Forums 2000 Version 3.4.07