From bb736bb631788574137742f60dfaa2a808573af8 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Sun, 7 Dec 2008 17:11:22 -0500 Subject: 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. --- theme/comments.tpl | 4 ++-- theme/pingbacks.tpl | 14 ++++++++++++++ theme/related.tpl | 2 ++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100755 theme/pingbacks.tpl (limited to 'theme') 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 @@ - + - +
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 @@ +
+ +
+
+
+
+ + on
+ +
+
+
+ Pingbacks +
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 @@ +
+
-- cgit 1.4.1