Author |
Topic |
wii
Free ASP Hosts Moderator
Denmark
2632 Posts |
Posted - 24 April 2002 : 13:56:53
|
Thanks Richard, works perfectly ! This should be part of the basic code...in my opinion.
|
|
|
Image
Average Member
Canada
574 Posts |
Posted - 24 April 2002 : 14:00:49
|
Richard it is possible that when one clicks the last subject on the frontpage, that the link goes directly on the last message to post by the author of the last message at the bottom of the topic page. Not at the top.
Thanks
~ Image Forum 2001 ~ |
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 24 April 2002 : 14:53:07
|
Image, that will be a feature in v3.4 (the link to the last post in a topic). I believe someone may have already released a MOD for that, but I haven't been able to find it.
Here is what it will look like in v3.4:
clicking on the arrow will take you to the last post in that topic. |
|
|
blackinwhite
Average Member
Turkey
657 Posts |
Posted - 24 April 2002 : 17:58:22
|
quote:
Image, that will be a feature in v3.4 (the link to the last post in a topic). I believe someone may have already released a MOD for that, but I haven't been able to find it.
Here is what it will look like in v3.4:
clicking on the arrow will take you to the last post in that topic.
it was work mule who did this mod. (for v3.1 sr4).
before that, babaygate had done a similar one.
but both links doesn't work, as far as I know.
|
|
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 24 April 2002 : 19:33:43
|
I thought I had remembered seeing one that was posted more recently. But I haven't been able to find it. |
|
|
Image
Average Member
Canada
574 Posts |
Posted - 25 April 2002 : 06:38:29
|
I found LastPost Mod by Babygate
Downloads: LastPost Mod
I have installed the lastpost mod, but I get these errors:
On forum.asp:
Microsoft VBScript runtime error '800a01f5' Illegal assignment: 'LastPost'
/image/forum.asp, ligne 416
<% else rec = 1 do until rs.EOF or (rec = strPageSize + 1) Topic_Status = rs("T_STATUS") Topic_ID = rs("TOPIC_ID") '######## BEGIN LastPost Mod by Babygate ############# LastPost = rs("T_LAST_POSTER") 'latest post id of that topic '######## END of LastPost Mod by Babygate ############# '########### Sticky Topic Mod ########### Topic_Stick = rs("T_STICKY") '########### Sticky Topic Mod ########### %>
On default.asp:
Microsoft OLE DB Provider for ODBC Drivers erreur '80040e14'
[Microsoft][Pilote ODBC Microsoft Access]Syntax error (missing operator) in query expression 'FORUM_ID= AND T_STATUS < 3'.
/image/inc_functions.asp, ligne 2308
if Moderation = "Y" then strSql = strSql & "2" ' Ignore unapproved posts else strSql = strSql & "3" ' Ignore any hold posts end if else strSql = strSql & " AND T_STATUS < 2 " ' Ignore unapproved/held posts end if strSql = strSql & " ORDER BY T_LAST_POST desc;" end if set rsLastPost = my_Conn.Execute (strSql)
if rsLastPost.EOF or rsLastPost.BOF then '## Do Nothing else LastTopicID = rsLastPost("TOPIC_ID") LastPost = rsLastPost("T_LAST_POSTER") mxpages = (rsLastPost("T_REPLIES") / strPageSize) if mxpages <> cint(mxpages) then mxpages = int(mxpages) + 1
But on active.asp, it works fine. http://www.efrance.fr/image2/image/active.asp
Anyone know what to do?
~ Image Forum 2001 ~ |
|
|
Morten
Junior Member
Denmark
251 Posts |
Posted - 30 April 2002 : 22:24:55
|
Thanks Richard, this is really usefull and easy to implement.
Is there a way to go to the last page if a topic is split into serval pages ?
Morten
|
|
|
HarshReality
Junior Member
USA
128 Posts |
Posted - 02 June 2002 : 03:21:52
|
With a little placment you could simply have an image rather than the text feature placed in last post to direct you course you have to bend a little code
Anti Social Personality |
|
|
Topic |
|