Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Addition to Last Post Info
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 2

wii
Free ASP Hosts Moderator

Denmark
2632 Posts

Posted - 24 April 2002 :  13:56:53  Show Profile
Thanks Richard, works perfectly ! This should be part of the basic code...in my opinion.

Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 24 April 2002 :  14:00:49  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
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 ~
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 24 April 2002 :  14:53:07  Show Profile
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.
Go to Top of Page

blackinwhite
Average Member

Turkey
657 Posts

Posted - 24 April 2002 :  17:58:22  Show Profile
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.

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 24 April 2002 :  19:33:43  Show Profile
I thought I had remembered seeing one that was posted more recently. But I haven't been able to find it.
Go to Top of Page

Image
Average Member

Canada
574 Posts

Posted - 25 April 2002 :  06:38:29  Show Profile  Visit Image's Homepage  Send Image an ICQ Message
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 ~
Go to Top of Page

Morten
Junior Member

Denmark
251 Posts

Posted - 30 April 2002 :  22:24:55  Show Profile
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

Go to Top of Page

HarshReality
Junior Member

USA
128 Posts

Posted - 02 June 2002 :  03:21:52  Show Profile  Visit HarshReality's Homepage  Send HarshReality an AOL message  Send HarshReality an ICQ Message  Send HarshReality a Yahoo! Message
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
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.27 seconds. Powered By: Snitz Forums 2000 Version 3.4.07