[pLog-svn] r2219 - in plog/branches/plog-1.0.2/templates: blueish grey grey-sf plogworld standard standard-with-plugins

pwestbro at devel.plogworld.net pwestbro at devel.plogworld.net
Mon Jun 13 22:45:57 GMT 2005


Author: pwestbro
Date: 2005-06-13 22:45:56 +0000 (Mon, 13 Jun 2005)
New Revision: 2219

Modified:
   plog/branches/plog-1.0.2/templates/blueish/post.template
   plog/branches/plog-1.0.2/templates/blueish/postandcomments.template
   plog/branches/plog-1.0.2/templates/grey-sf/post.template
   plog/branches/plog-1.0.2/templates/grey-sf/postandcomments.template
   plog/branches/plog-1.0.2/templates/grey/post.template
   plog/branches/plog-1.0.2/templates/grey/postandcomments.template
   plog/branches/plog-1.0.2/templates/plogworld/post.template
   plog/branches/plog-1.0.2/templates/plogworld/postandcomments.template
   plog/branches/plog-1.0.2/templates/standard-with-plugins/post.template
   plog/branches/plog-1.0.2/templates/standard/post.template
Log:
Change the Trackback:ping urls from being in the post.template file to be ing hr postandcomments.template file

Modified: plog/branches/plog-1.0.2/templates/blueish/post.template
===================================================================
--- plog/branches/plog-1.0.2/templates/blueish/post.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/blueish/post.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 <div class="blog">

Modified: plog/branches/plog-1.0.2/templates/blueish/postandcomments.template
===================================================================
--- plog/branches/plog-1.0.2/templates/blueish/postandcomments.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/blueish/postandcomments.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -6,6 +6,7 @@
 {assign var="postOwner" value=$post->getUserInfo()}
 
 <div id="content">
+<!-- {$url->postTrackbackLink($post)} -->
  {include file="$blogtemplate/post.template"}
 
  <div class="blog">

Modified: plog/branches/plog-1.0.2/templates/grey/post.template
===================================================================
--- plog/branches/plog-1.0.2/templates/grey/post.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/grey/post.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 <h3>{$post->getTopic()}</h3>
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: plog/branches/plog-1.0.2/templates/grey/postandcomments.template
===================================================================
--- plog/branches/plog-1.0.2/templates/grey/postandcomments.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/grey/postandcomments.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -13,6 +13,7 @@
    {/if}
    </p>
    {assign var="poster" value=$post->getUserInfo()}
+    <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
     <p class="commentheader">

Modified: plog/branches/plog-1.0.2/templates/grey-sf/post.template
===================================================================
--- plog/branches/plog-1.0.2/templates/grey-sf/post.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/grey-sf/post.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 <h3>{$post->getTopic()}</h3>
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}

Modified: plog/branches/plog-1.0.2/templates/grey-sf/postandcomments.template
===================================================================
--- plog/branches/plog-1.0.2/templates/grey-sf/postandcomments.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/grey-sf/postandcomments.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -11,6 +11,7 @@
    {/if}
    </p>
    {assign var="poster" value=$post->getUserInfo()}
+   <!-- {$url->postTrackbackLink($post)} -->
    {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
     <p class="commentheader">

Modified: plog/branches/plog-1.0.2/templates/plogworld/post.template
===================================================================
--- plog/branches/plog-1.0.2/templates/plogworld/post.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/plogworld/post.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 <div class="postTopic">
    <a href="{$url->postPermalink($post)}" title="{$locale->tr("permalink")}">

Modified: plog/branches/plog-1.0.2/templates/plogworld/postandcomments.template
===================================================================
--- plog/branches/plog-1.0.2/templates/plogworld/postandcomments.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/plogworld/postandcomments.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -5,6 +5,7 @@
 {assign var="postOwner" value=$post->getUserInfo()}
 {include file="$blogtemplate/blogcommon.template"}
 <div id="posts">
+ <!-- {$url->postTrackbackLink($post)} -->
  {include file="$blogtemplate/post.template"}
  <div class="blog">
  <div class="comments-head">

Modified: plog/branches/plog-1.0.2/templates/standard/post.template
===================================================================
--- plog/branches/plog-1.0.2/templates/standard/post.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/standard/post.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -1,5 +1,4 @@
 <h2>{$post->getTopic()}</h2>
-		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
 <p class="date">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</p>

Modified: plog/branches/plog-1.0.2/templates/standard-with-plugins/post.template
===================================================================
--- plog/branches/plog-1.0.2/templates/standard-with-plugins/post.template	2005-06-12 16:41:51 UTC (rev 2218)
+++ plog/branches/plog-1.0.2/templates/standard-with-plugins/post.template	2005-06-13 22:45:56 UTC (rev 2219)
@@ -1,5 +1,4 @@
 <h2>{$post->getTopic()}</h2>
-		<!-- {$url->postTrackbackLink($post)} -->
 		{assign var="postDate" value=$post->getDateObject()}
 		{assign var="postOwner" value=$post->getUserInfo()}
 <p class="date">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</p>




More information about the pLog-svn mailing list