added topic links at the bottom of "published" posts, fixed the log in or
create problem when going through PostShortcut
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
for (int i=0; i<ntp; i++) {
|
||||
TopicMessageContext msg = data.getTopPost(i);
|
||||
String poster = data.getPosterName(msg);
|
||||
String topic_link = data.getTopicPostLink(rdat,msg);
|
||||
%>
|
||||
<% if (i>0) { %><HR WIDTH="70%"><% } %>
|
||||
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>
|
||||
@@ -47,6 +48,9 @@
|
||||
</EM>)
|
||||
<P>
|
||||
<PRE><%= rdat.rewritePostData(data.getMessageBodyText(msg)) %></PRE>
|
||||
<% if (topic_link!=null) { %>
|
||||
<P><FONT SIZE=-1><EM>(From the topic: <%= topic_link %>)</EM></FONT><BR>
|
||||
<% } // end if %>
|
||||
</FONT>
|
||||
<%
|
||||
} // end for
|
||||
|
||||
Reference in New Issue
Block a user