Author |
Topic  |
gpspassion
Junior Member
 
260 Posts |
Posted - 16 June 2003 : 08:20:01
|
ok little update, the login now works for whatever #%&(*#% reason ;-) "There is just one small problem" (John Cleese in Holy Grail) - the posts from the mobile version come out blank and when you try to edit an existing post, the text in the box is blank too... |
Edited by - gpspassion on 16 June 2003 08:22:04 |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
gpspassion
Junior Member
 
260 Posts |
Posted - 16 June 2003 : 20:36:19
|
ok, alhtough it's probably another v3.3/v3.4 issue. Was the "content" management changed between versions? |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
gpspassion
Junior Member
 
260 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
gpspassion
Junior Member
 
260 Posts |
Posted - 17 June 2003 : 07:28:40
|
well is there a "variable"/"flag" that gets checked to verify that "quick reply" has been selected?
Did you have a chance to look at the files I linked? |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 17 June 2003 : 07:51:28
|
quote: Originally posted by gpspassion
well is there a "variable"/"flag" that gets checked to verify that "quick reply" has been selected?
Yes, it's strShowQuickReply.
quote:
Did you have a chance to look at the files I linked?
No, I'm at work now, can't do it until tonight. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
Edited by - ruirib on 17 June 2003 07:51:50 |
 |
|
gpspassion
Junior Member
 
260 Posts |
Posted - 17 June 2003 : 09:07:48
|
ok, thanks again! |
 |
|
gpspassion
Junior Member
 
260 Posts |
Posted - 18 June 2003 : 06:18:07
|
Sorry to be a nuisance again ;-) Any idea what I'm doing wrong for the QR part? |
 |
|
gpspassion
Junior Member
 
260 Posts |
Posted - 18 June 2003 : 06:52:41
|
I went back to the Quick Reply sub and can't find "strShowQuickReply" si I guess it's not something I should worry about ? |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 18 June 2003 : 06:57:44
|
what you are looking for is this (around line #767 of topic.asp):
if strShowQuickReply = "1" and strDBNTUserName <> "" ... then
call QuickReply()
end if there is actually more text on the line that I put the ... in, just wanted to shorten it up a little. |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 18 June 2003 : 07:32:55
|
It's hard to figure out what is happening, since I can't run the code locally. Maybe provide a link to a normal page and another to the page you're having problems with. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
gpspassion
Junior Member
 
260 Posts |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 18 June 2003 : 11:16:04
|
You have a Response.End in line# 129 and then you have the code to display the QR box. Of course, no code after Response.End will be executed, so your QR box will never be displayed. |
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
Topic  |
|