|
|
@@ -141,30 +141,35 @@ |
|
|
|
$author_id = $post['author_id']; |
|
|
|
$author = $userTools->get($author_id); |
|
|
|
$date = $post['date_posted']; |
|
|
|
$published = $post['published']; |
|
|
|
$title = $post['title']; |
|
|
|
$tags = $post['tags']; |
|
|
|
$post = $post['post']; |
|
|
|
?> |
|
|
|
<script> |
|
|
|
var converter = new Markdown.getSanitizingConverter(); |
|
|
|
// Title Conversion |
|
|
|
var old_post = $("#title_<?php echo $post_id; ?>").text(); |
|
|
|
var new_post = converter.makeHtml(old_post); |
|
|
|
$("#title_<?php echo $post_id; ?>").html(new_post); |
|
|
|
</script> |
|
|
|
<li class="list-group-item"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="blog-post-sm"> |
|
|
|
<h2 class="blog-post-title-sm text-left"><a href="<?php echo get_page_url("blog", $CONF); ?>/<?php echo $author->username; ?>/<?php echo $post_id; ?>" id="title_<?php echo $post_id; ?>"><?php echo $title; ?></a></h2> |
|
|
|
<p class="blog-post-meta-sm text-left text-muted"> |
|
|
|
Posted on <?php echo date("F d, Y",strtotime($date)); ?> by <a href="<?php echo get_page_url("home", $CONF); ?>/<?php echo $author->username; ?>"><?php echo $author->username; ?></a> |
|
|
|
</p> |
|
|
|
|
|
|
|
if ($published) |
|
|
|
{ |
|
|
|
?> |
|
|
|
<script> |
|
|
|
var converter = new Markdown.getSanitizingConverter(); |
|
|
|
// Title Conversion |
|
|
|
var old_post = $("#title_<?php echo $post_id; ?>").text(); |
|
|
|
var new_post = converter.makeHtml(old_post); |
|
|
|
$("#title_<?php echo $post_id; ?>").html(new_post); |
|
|
|
</script> |
|
|
|
<li class="list-group-item"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="blog-post-sm"> |
|
|
|
<h2 class="blog-post-title-sm text-left"><a href="<?php echo get_page_url("blog", $CONF); ?>/<?php echo $author->username; ?>/<?php echo $post_id; ?>" id="title_<?php echo $post_id; ?>"><?php echo $title; ?></a></h2> |
|
|
|
<p class="blog-post-meta-sm text-left text-muted"> |
|
|
|
Posted on <?php echo date("F d, Y",strtotime($date)); ?> by <a href="<?php echo get_page_url("home", $CONF); ?>/<?php echo $author->username; ?>"><?php echo $author->username; ?></a> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
<?php |
|
|
|
</li> |
|
|
|
<?php |
|
|
|
} |
|
|
|
} |
|
|
|
?> |
|
|
|
</ul> |
|
|
@@ -251,30 +256,35 @@ |
|
|
|
$author_id = $post['author_id']; |
|
|
|
$author = $userTools->get($author_id); |
|
|
|
$date = $post['date_posted']; |
|
|
|
$published = $post['published']; |
|
|
|
$title = $post['title']; |
|
|
|
$tags = $post['tags']; |
|
|
|
$post = $post['post']; |
|
|
|
?> |
|
|
|
<script> |
|
|
|
var converter = new Markdown.getSanitizingConverter(); |
|
|
|
// Title Conversion |
|
|
|
var old_post = $("#title_<?php echo $post_id; ?>").text(); |
|
|
|
var new_post = converter.makeHtml(old_post); |
|
|
|
$("#title_<?php echo $post_id; ?>").html(new_post); |
|
|
|
</script> |
|
|
|
<li class="list-group-item"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="blog-post-sm"> |
|
|
|
<h2 class="blog-post-title-sm text-left"><a href="<?php echo get_page_url("blog", $CONF); ?>/<?php echo $author->username; ?>/<?php echo $post_id; ?>" id="title_<?php echo $post_id; ?>"><?php echo $title; ?></a></h2> |
|
|
|
<p class="blog-post-meta-sm text-left text-muted"> |
|
|
|
Posted on <?php echo date("F d, Y",strtotime($date)); ?> by <a href="<?php echo get_page_url("home", $CONF); ?>/<?php echo $author->username; ?>"><?php echo $author->username; ?></a> |
|
|
|
</p> |
|
|
|
|
|
|
|
if ($published) |
|
|
|
{ |
|
|
|
?> |
|
|
|
<script> |
|
|
|
var converter = new Markdown.getSanitizingConverter(); |
|
|
|
// Title Conversion |
|
|
|
var old_post = $("#title_<?php echo $post_id; ?>").text(); |
|
|
|
var new_post = converter.makeHtml(old_post); |
|
|
|
$("#title_<?php echo $post_id; ?>").html(new_post); |
|
|
|
</script> |
|
|
|
<li class="list-group-item"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col-sm-12"> |
|
|
|
<div class="blog-post-sm"> |
|
|
|
<h2 class="blog-post-title-sm text-left"><a href="<?php echo get_page_url("blog", $CONF); ?>/<?php echo $author->username; ?>/<?php echo $post_id; ?>" id="title_<?php echo $post_id; ?>"><?php echo $title; ?></a></h2> |
|
|
|
<p class="blog-post-meta-sm text-left text-muted"> |
|
|
|
Posted on <?php echo date("F d, Y",strtotime($date)); ?> by <a href="<?php echo get_page_url("home", $CONF); ?>/<?php echo $author->username; ?>"><?php echo $author->username; ?></a> |
|
|
|
</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</li> |
|
|
|
<?php |
|
|
|
</li> |
|
|
|
<?php |
|
|
|
} |
|
|
|
} |
|
|
|
?> |
|
|
|
</ul> |