Author |
Topic |
gor
Retired Admin
Netherlands
5511 Posts |
Posted - 08 February 2001 : 01:05:21
|
quote:
Since it doesn't seem to deal with cookies, beside figuring out the "Line equivalent", does your mod would be compatible with v3.1sr2?
Yes it should be. As far as the line equivalents go: The code in inc_top.asp goes right after the other javascript window definitions (keep it withing the </script> tag though). The code in topic.asp goes in the function PostingOptions() right after the mail to friend code. Just make sure it isn't in any if the IF...THEN statements so it also displays when mail is not enabled and when the topic is locked.
Pierre |
|
|
wedont
Junior Member
Canada
344 Posts |
Posted - 08 February 2001 : 23:01:30
|
Thanks Pierre, Will do it tomorow and post !
Wedont snitz ver3.1 sr2 access 2k. Installed on v3.1sr2. Works great, Thanks again Pierre !
Edited by - wedont on 09 February 2001 17:40:20 |
|
|
Reinsnitz
Snitz Forums Admin
USA
3545 Posts |
Posted - 11 February 2001 : 21:24:59
|
implimented in source of sf2k_31sr4a4.zip
Reinsnitz (Mike) ><)))'> "Blessed are those who hear the word of God and obey it." - Luke 11:28
|
|
|
tilttek
Junior Member
Canada
333 Posts |
Posted - 12 February 2001 : 09:38:18
|
quote:
What do you mean IE4 and IE5 doesn't do it the same way? Do you mean that each version browser uses a different javascript function to open the print window?
I did try to implement it on a site, But I did seem IE and NE didn't use the same function (IE4 does't have windows.print()) if I remember well. We had 3 impletentation, one for NE, one for IE4 and one for IE5
Philippe Gamache http://www.tilttek.com http://www.lapageamelkor.com |
|
|
portiz
Starting Member
USA
8 Posts |
Posted - 14 February 2001 : 16:53:42
|
I've changed/modified some of the code in order to eliminate many of the blank spaces (empty spaces) in the code and some other things in order to customize it to my site. Now, the YAPF Mod works fine after installing it BUT the messages (other than the original posting) aren't showing in the pop-up window. Everything else is showing fine.
Any ideas?
-PP
|
|
|
Kerry
Average Member
USA
553 Posts |
Posted - 14 February 2001 : 18:49:17
|
Bug or feature?
The pageview count on the topic is affected by the printer-friendly window (+1)
-Kerry
|
|
|
ckaine
Starting Member
Australia
19 Posts |
Posted - 16 February 2001 : 20:11:27
|
I'm having the no message text problem here, but I didn't do any customisation to it.
Edited by - ckaine on 16 February 2001 20:15:17 |
|
|
wedont
Junior Member
Canada
344 Posts |
Posted - 16 February 2001 : 20:23:07
|
here is a script for the print function, good for ie4+ nn4+ and nn6 ! (from:http://infinitemonkeys.atrax.co.uk)
function printIt() { if (document.all) { var OLECMDID_PRINT = 6; var OLECMDEXECOPT_DONTPROMPTUSER = 2; var OLECMDEXECOPT_PROMPTUSER = 1; var WebBrowser = "<OBJECT ID=\"WebBrowser1\" WIDTH=0 HEIGHT=0 CLASSID=\"CLSID:8856F961-340A-11D0-A96B-00C04FD705A2\"></OBJECT>"; document.body.insertAdjacentHTML("beforeEnd", WebBrowser); WebBrowser1.ExecWB(OLECMDID_PRINT, OLECMDEXECOPT_PROMPTUSER); WebBrowser1.outerHTML = ""; } else { self.print(); } } /* to call this script, use onClick="printIt()" in the <a> tag of a link, or use <a href="javascript:printIt()">
*/
Wedont snitz ver3.1 sr2 access 2k.
Edited by - wedont on 16 February 2001 20:26:24 |
|
|
lancepr
New Member
73 Posts |
Posted - 20 February 2001 : 12:48:04
|
I am also having the no messge text, I just upgraded to the newest version of snitz and have minimal mods installed. I have the email password mod, and have modified my stars code, and thats it.
My RS3("R_Message") is blank, not sure why.
http://www.huntingbbs.com/forum/
When you view my print screen you see test test where the message is supposed to be, here is the line of code I have writing test test
Response.Write("<br> test " & rs3("R_Message") & " test")
Edited by - lancepr on 20 February 2001 16:27:08 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 20 February 2001 : 14:37:14
|
Can any of you guys who are not seeing the messages when you click on the pop_printer_friendly.asp link, post a link to your forums so we can see what's happening?
*----*----*----*----*----*----*----*----* "Even when you feel you have nothing left, You still have prayer--And that's enough." *----*----*----*----*----*----*----*----* |
|
|
ckaine
Starting Member
Australia
19 Posts |
|
lancepr
New Member
73 Posts |
Posted - 21 February 2001 : 16:42:04
|
Anyone have any clues why some us are not getting the reply messages?
|
|
|
Reinsnitz
Snitz Forums Admin
USA
3545 Posts |
Posted - 21 February 2001 : 16:51:05
|
mail on this server is hosed right now
Reinsnitz (Mike) ><)))'> "Therefore go and make disciples of all nations,..." Matthew 28:19a |
|
|
tteal
Junior Member
USA
438 Posts |
Posted - 22 February 2001 : 11:49:04
|
This printer mod works like a chump... I mean "champ"!!!! Nice job and thank you! I implemented it in about 10 seconds flat!
Cheers, Tim
http://www.free-guestbook.com |
|
|
lancepr
New Member
73 Posts |
|
Topic |
|