Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [carfac] Review thread when posting reply

Quote Reply
Re: [carfac] Review thread when posting reply In reply to
Here's the changed code (I don't want to attach the template, because it's a bit old (somewhere around 1.1.4, 1.1.5), and has a few minor template bugs. The diff for the relevant section, however, follows. The lines starting with "+" are added, the ones with "-" are removed, the ones without + or - are not changed.

Code:
<input type="submit" name="do=spellcheck;spellcheck_col=post_message;redo=post_reply_write" value="Check Spelling" class="button" tabindex=15>
<input type="submit" name="do=post_reply_post" value="Post Reply" class="submit" tabindex=15>
</td>
</tr>
</table>
</td>
</tr>
+</form>
<%/body_table%>
<%body_table%>
<tr>
<td colspan="2">
- <br><br>
- <%list_table%>
- <%top_row%>
- <td align="right" width="150">
- <%top_row_font%>
- <b>Replying to:</b>
- <%/top_row_font%>
- </td>
- <td>
- <%top_row_font%>
- <%parent_post_subject%> by <%parent_post_username%>
- <%/top_row_font%>
+ <%top_row_font%><b>
+ Replying to:
+ </b><%/top_row_font%>
</td>
</tr>
+<%/body_table%>
+<iframe width="100%" height="40%" src="gforum.cgi?post=<%parent_post_id%>;<%hidden_query%>#<%parent_post_id%>">
+<%body_table%>
+ <tr>
+ <td>
+ <%list_table%>
<tr>
<td align="right" valign="top">
<%body_font%><b>Post:</b><%/body_font%>
</td>
<td>
<%body_font%>
<%parent_post_message%>
<%/body_font%>
</td>
</tr>
</table>
</td>
</tr>
-</form>
<%/body_table%>
+</iframe>
<br><br>
<%include include_footer.html%>

A more elegant solution (primarily, it shouldn't show the forum header at the top of the iframe) will probably be available as an option for version 2.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Subject Author Views Date
Thread Review thread when posting reply Wil 8030 Apr 12, 2002, 6:05 AM
Thread Re: [Wil] Review thread when posting reply
Alex 7749 Apr 12, 2002, 11:22 AM
Thread Re: [Alex] Review thread when posting reply
Wil 7803 Apr 13, 2002, 8:36 AM
Thread Re: [Wil] Review thread when posting reply
QooQ 7770 Apr 13, 2002, 5:40 PM
Post Re: [QooQ] Review thread when posting reply
brewt 7763 Apr 13, 2002, 6:46 PM
Thread Re: [Alex] Review thread when posting reply
Wil 7734 Apr 24, 2002, 6:35 AM
Thread Re: [Wil] Review thread when posting reply
Wil 7675 May 3, 2002, 7:34 AM
Thread Re: [Wil] Review thread when posting reply
Jagerman 7691 May 5, 2002, 12:54 PM
Thread Re: [Jagerman] Review thread when posting reply
Paul 7697 May 5, 2002, 12:58 PM
Post Re: [Paul] Review thread when posting reply
Jagerman 7684 May 5, 2002, 1:07 PM
Post Re: [Jagerman] Review thread when posting reply
Wil 7630 May 8, 2002, 6:10 AM
Thread Re: [Jagerman] Review thread when posting reply
Wil 7634 May 8, 2002, 6:30 AM
Thread Re: [Wil] Review thread when posting reply
Jagerman 7674 May 8, 2002, 10:10 AM
Post Re: [Jagerman] Review thread when posting reply
Wil 7599 May 9, 2002, 1:29 AM
Thread Re: [Jagerman] Review thread when posting reply
Wil 7599 May 9, 2002, 1:40 AM
Thread Re: [Wil] Review thread when posting reply
carfac 7484 Feb 8, 2003, 8:28 AM
Thread Re: [carfac] Review thread when posting reply
Jagerman 7475 Feb 8, 2003, 4:46 PM
Thread Re: [Jagerman] Review thread when posting reply
carfac 7491 Feb 8, 2003, 4:52 PM
Post Re: [carfac] Review thread when posting reply
carfac 7542 Feb 8, 2003, 5:00 PM