Author |
Topic  |
|
imotep
Starting Member
23 Posts |
Posted - 23 April 2003 : 14:29:42
|
Can someone tell me where the code that processes the jump to last post feature is? I think I may have messed it up installing some mods. The feature works correctly unless the topic is more that one page. If the topic contains more than one page, the link just takes you to the first page. The arrow link looks to be correct, at least when compared to this forum.
In poking around, I've noticed that the request("whichpage") seems to be stripped out of the querystring. I put a test <%=request("whichpage")%> at the bottom of my topic page it is being returned as empty.
Thanks, Mike |
Edited by - imotep on 23 April 2003 16:00:59 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
imotep
Starting Member
23 Posts |
Posted - 23 April 2003 : 18:51:48
|
You are the man ruirib! I was using the strConnString = "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=, instead of the Jet connection. Everything works fine now, thank you very much. Mike |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
thevork
Starting Member
13 Posts |
Posted - 01 July 2003 : 03:24:11
|
I have thesame problem.
Running win2k3, sql server 2000 sp3a, and the latest Mdac components.
When clicking the nice button for jump to last post I am taken to the end of the first page, not to the post @ page 2 or 3.
It's a standard installation, only the summary MOD is installed. Also, I changed nothing to the connection string but the necesary stuff like servername and Db.
thanx in advance for any help offered.
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
thevork
Starting Member
13 Posts |
Posted - 03 July 2003 : 02:49:49
|
quote: Originally posted by ruirib
Make sure you use an OLEDB connection string.
I use the default conn. string for sql server from the config.asp.
is that not okay?
|
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
Posted - 03 July 2003 : 04:46:39
|
I don't know what you mean by default conn string. There is no default conn string. Use one like this:
strConnString = "Provider=SQLOLEDB;Data Source=serverID;database=DATABASE_NAME;uid=USER_ID;pwd=PASSWORD;"
|
Snitz 3.4 Readme | Like the support? Support Snitz too |
 |
|
thevork
Starting Member
13 Posts |
Posted - 03 July 2003 : 05:28:16
|
quote: Originally posted by ruirib
I don't know what you mean by default conn string. There is no default conn string. Use one like this:
strConnString = "Provider=SQLOLEDB;Data Source=serverID;database=DATABASE_NAME;uid=USER_ID;pwd=PASSWORD;"
There is a string that I uncommented when setting up Sql server. It's this one: (i just removed the actual username and pass )
strConnString = "driver={SQL Server};server=SERVER1;uid=forumuser;pwd=actualpw;database=Forum;Trusted_Connection=yes;" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
It says I can use this one in my config. I should change that? |
Edited by - thevork on 03 July 2003 05:30:27 |
 |
|
thevork
Starting Member
13 Posts |
Posted - 03 July 2003 : 05:33:29
|
Ok I got it now. Thanks a lot  |
 |
|
ruirib
Snitz Forums Admin
    
Portugal
26364 Posts |
|
tenable
Starting Member
25 Posts |
Posted - 05 July 2003 : 14:36:10
|
Could someone tell me how to get rid of the jump to:select forum box altogether. I have chosen not to have it but that has no effect it is still there. Any one know of this problem. I have searched probably with eyes closed |
 |
|
Nikkol
Forum Moderator
    
USA
6907 Posts |
|
Locnar
New Member

89 Posts |
Posted - 05 July 2003 : 15:11:28
|
Slightly unrelated, but does anyone know of a mod that shows a portion of the last post when you hover over the Jump to last post icon? I was sure I saw one here somewhere, but I cannot find it for the life of me.  
I do have the topic hover mod and love that one, but cannot get that to work on my active.asp page, but that is a post for another thread. 
Thanks for any info! |
Locnar Just your basic forums ---> www.duncanet.com/forums Star Wars Galaxies ---> www.duncanet.com/forum/sitenews.asp
|
 |
|
|
Topic  |
|