Weird. I figured out the problem. Arrays. Not sure why it was messing things up but this now works:
<?php
$page = array();
ob_start();
require 'blog.php';
$content = ob_get_contents();
ob_end_clean();
$title = "ACLU Blog";
require_once("./interior_template.php");
?>
Search found 9 matches
- Fri Aug 03, 2007 3:59 am
- Forum: Bugs
- Topic: "Next page" link not working
- Replies: 46
- Views: 22488
- Thu Jul 26, 2007 6:47 pm
- Forum: Bugs
- Topic: "Next page" link not working
- Replies: 46
- Views: 22488
- Thu Jul 19, 2007 2:49 pm
- Forum: Bugs
- Topic: "Next page" link not working
- Replies: 46
- Views: 22488
- Tue Jul 17, 2007 4:59 pm
- Forum: Bugs
- Topic: "Next page" link not working
- Replies: 46
- Views: 22488
- Thu Jul 12, 2007 4:28 pm
- Forum: Bugs
- Topic: "Next page" link not working
- Replies: 46
- Views: 22488
- Wed Jul 11, 2007 11:02 pm
- Forum: Bugs
- Topic: "Next page" link not working
- Replies: 46
- Views: 22488
Having next page problems, too
I am having the same problem with one of my blogs (s9y v1.12). When a user goes to the "next page" link (/index.php?/archives/P2.html) the template is displayed and only the letter "A" shows up.
This is the same case for any P[number] you put in there.
However, when you enter any other archive ...
This is the same case for any P[number] you put in there.
However, when you enter any other archive ...
- Thu May 03, 2007 3:42 pm
- Forum: Plugins
- Topic: Feature/Unfeature Comments
- Replies: 4
- Views: 42557
Re: Modified comment.tpl code
Garvin,
I as well have been short on time, which is why I am so late responding to your reply.
I would be happy to start on your suggestions. I am taking the current hacked version of s9y live on the client's site today. When we move to their next blog, I will use your suggestions.
What should I ...
I as well have been short on time, which is why I am so late responding to your reply.
I would be happy to start on your suggestions. I am taking the current hacked version of s9y live on the client's site today. When we move to their next blog, I will use your suggestions.
What should I ...
- Fri Apr 13, 2007 11:36 pm
- Forum: Plugins
- Topic: Feature/Unfeature Comments
- Replies: 4
- Views: 42557
Modified comment.tpl code
While working with the program I noticed the comment.tpl was not working. This version does:
{counter start=0 skip=1 print=0 assign="count"}
{assign var="commentCount" value=$comments|@count}
{foreach from=$comments item=comment name="comments"}
{counter print=0}
<a id="c{$comment.id}"></a ...
{counter start=0 skip=1 print=0 assign="count"}
{assign var="commentCount" value=$comments|@count}
{foreach from=$comments item=comment name="comments"}
{counter print=0}
<a id="c{$comment.id}"></a ...
- Fri Apr 13, 2007 9:52 pm
- Forum: Plugins
- Topic: Feature/Unfeature Comments
- Replies: 4
- Views: 42557
Feature/Unfeature Comments
I was hoping I could work with someone on this project to create a modular plugin for these modifications I made to s9y. I made these modifications several years ago on 0.89 and just updated them for 1.12.
Here's a little background:
One of my clients wants to allow comments on their web site ...
Here's a little background:
One of my clients wants to allow comments on their web site ...