diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 17:11:22 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-07 17:11:22 -0500 |
commit | bb736bb631788574137742f60dfaa2a808573af8 (patch) | |
tree | e840a6a4c24866c33e8a0bf51ff6044d4fb2adbf /theme | |
parent | a930e827048acf17d04a6af06c1616a72dee714a (diff) | |
download | fourisland-bb736bb631788574137742f60dfaa2a808573af8.tar.gz fourisland-bb736bb631788574137742f60dfaa2a808573af8.tar.bz2 fourisland-bb736bb631788574137742f60dfaa2a808573af8.zip |
Moved pingbacks to a seperate table
Because pingbacks just aren't comments, they shouldn't be stored in the comments table. So, a new table has been created for them and the blog post view pages have been accomodated to show them at the bottom just like the related posts are shown.
Diffstat (limited to 'theme')
-rwxr-xr-x | theme/comments.tpl | 4 | ||||
-rwxr-xr-x | theme/pingbacks.tpl | 14 | ||||
-rwxr-xr-x | theme/related.tpl | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/theme/comments.tpl b/theme/comments.tpl index 341d933..d814292 100755 --- a/theme/comments.tpl +++ b/theme/comments.tpl | |||
@@ -1,7 +1,7 @@ | |||
1 | <A NAME="comments" /> | 1 | <A NAME="comments"></A> |
2 | 2 | ||
3 | <!--BEGIN COMMENTS--> | 3 | <!--BEGIN COMMENTS--> |
4 | <A NAME="comment-<!--COMMENTS.ID-->" /> | 4 | <A NAME="comment-<!--COMMENTS.ID-->"></A> |
5 | 5 | ||
6 | <DIV CLASS="bubble"> | 6 | <DIV CLASS="bubble"> |
7 | <BLOCKQUOTE> | 7 | <BLOCKQUOTE> |
diff --git a/theme/pingbacks.tpl b/theme/pingbacks.tpl new file mode 100755 index 0000000..0414fdb --- /dev/null +++ b/theme/pingbacks.tpl | |||
@@ -0,0 +1,14 @@ | |||
1 | <BR BREAK="both" /> | ||
2 | |||
3 | <DIV CLASS="bubble"> | ||
4 | <DIV CLASS="rounded"> | ||
5 | <BLOCKQUOTE> | ||
6 | <DIV> | ||
7 | <!--BEGIN PINGBACK--> | ||
8 | <A HREF="<!--PINGBACK.URL-->"><!--PINGBACK.TITLE--></A> on <!--PINGBACK.DATE--><BR> | ||
9 | <!--END PINGBACK--> | ||
10 | </DIV> | ||
11 | </BLOCKQUOTE> | ||
12 | </DIV> | ||
13 | <CITE CLASS="rounded"><STRONG>Pingbacks</STRONG></CITE> | ||
14 | </DIV> | ||
diff --git a/theme/related.tpl b/theme/related.tpl index c070359..5875f3c 100755 --- a/theme/related.tpl +++ b/theme/related.tpl | |||
@@ -1,3 +1,5 @@ | |||
1 | <BR BREAK="both" /> | ||
2 | |||
1 | <DIV CLASS="bubble"> | 3 | <DIV CLASS="bubble"> |
2 | <DIV CLASS="rounded"> | 4 | <DIV CLASS="rounded"> |
3 | <BLOCKQUOTE> | 5 | <BLOCKQUOTE> |