Author |
Topic  |
richfed
Average Member
  
United States
999 Posts |
Posted - 14 July 2002 : 06:43:59
|
Very neat, Richard!!!
The apparent limitation on post size was one of the first things [and pretty much only] I noticed, that I didn't like, about these forums ... and it wasn't even a concern!!!
Ecstatic with these developments!
Rich |
 |
|
Micael Ström
Starting Member
Sweden
43 Posts |
Posted - 25 August 2002 : 06:00:54
|
I´ve tried to fix the preview errors in version 3.4.xx. Somehow the solution suggested in http://forum.snitz.com/forum/topic.asp?TOPIC_ID=17270 doesn´t work properly for me. Is it allright for me to mail you my pop_preview.asp and post.asp files? I´ve made all the changes suggested in TOPIC_ID=17270.
When changes are made, the following code shows up above the previewwindow: strMessagePreview = Request.Form("message") if strMessagePreview = "" or IsNull(strMessagePreview) then strMessagePreview = "< There is no text to preview ! >" end if %>
quote: Originally posted by RichardKinser
can you e-mail me your pop_preview.asp file and your post.asp file ?
(it's best to put them in a .zip file first)
mail them to: richard_kinser@yahoo.com
(I've got to go finish mowing my yard before it starts raining but I'll have the files ready for you within the hour if you want to send them to me).
|
 |
|
Roland
Advanced Member
    
Netherlands
9335 Posts |
Posted - 25 August 2002 : 10:04:30
|
3.4.01 doesn't need any fixes to get large amounts of text displayed in the preview window. I think you might've just added the problem instead of fixing something that wasn't broken. |
 |
|
Micael Ström
Starting Member
Sweden
43 Posts |
Posted - 25 August 2002 : 12:20:55
|
No, Frutzle. I havent been able to preview a subject since the the very beginning (spring -02). That goes for my visitors as well. I might seek for help from within the wrong subject though . I´ve made the changes suggested in http://forum.snitz.com/forum/topic.asp?TOPIC_ID=17270, regarding previewfunctions in post.asp and pop_preview.asp. I´m quite sure its a cookietrouble, as described in the topic above since the previewfunction works properly a single time if I emptying the Windows/Temporary Internet Files from cookies before previewing... I would very much preciate help on this matter since my visitors are irritated... My forum is here: http://www.pelikana.com/forum/default.asp
I´ve got a MySQL db and My webhost is running:
Red Hat Linux 7.0 Apache 1.3.17 suexec Chilisoft ASP 3.6 Spicepack 1.1 Resin 1.2.5 (servlet 2.2 och JSP 1.1) OpenSSL 0.9.5a Improved mod_frontpage 1.5.1-1.3.17 PHP 3.0.16 och 4.1.2 Frontpage 2000 server extensions 4.0.2.4222 JDK 1.3 (Java 2 SDK) mm.mysql.jdbc-2.0.4 Sendmail 8.11.6 Databaseserver: mysql.levonline.com: MySQL 3.23.46 innodb.levonline.com: MySQL 4.0.1 alpha
My Connstring is as follows: 'strDBType = "sqlserver" 'strDBType = "access" strDBType = "mysql"
'## Make sure to uncomment one of the strConnString lines! 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("snitz_forums_2000.mdb") '## MS Access 97 using virtual path 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 97 on Brinkster 'strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 97 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/tools/snitz_forums_2000.mdb") '## MS Access 2000 using virtual path 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & Server.MapPath("/USERNAME/db/snitz_forums_2000.mdb") '## MS Access 2000 on Brinkster 'strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub\dbroot\snitz_forums_2000.mdb" '## MS Access 2000 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 7 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 2000 strConnString = "driver=MySQL;server=innodb.levonline.com;uid=a0106801;pwd=********;database=a0106800_innodb1" '## MySQL
strTablePrefix = "FORUM_" strMemberTablePrefix = "FORUM_"
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 25 August 2002 : 12:24:35
|
Micael,
I suggest that you post a new topic, about this issue, at the MySQL forum. Use that a title that makes clear what your problem is. I'm sure Davio will be able to help ya there. I'll lock this topic for now. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 25 August 2002 12:25:21 |
 |
|
Topic  |
|