Recent Topics

1 Nov 28, 2006 11:43    

I have the following code in my stub files for both blogs, and it was working, but now it's not. When you log in, it's supposed to that specific category as the first post. Do you see anything obvious that I'm missing?

<?php
$cat=30
$blog=3;
require_once dirname(__FILE__).'/conf/_config.php';
require $inc_path.'_blog_main.inc.php';
?>

2 Dec 06, 2006 11:45

Could you provide a link of it not working?

Cheers

3 Dec 06, 2006 13:06

I don't see a ; after $cat=30 if that helps. Also if it was working and now it's not then something changed, so what changed? Did you upgrade or perhaps add a blog? Or ... ?something? that happened right before it stopped working?

4 Jan 06, 2007 08:36

Sorry this is such a late reply. Below is what I have in the a_stub.php file, and it's not working. I thought it was working before, but that was only because I had manually changed the date in the post itself.

<?php
$cat=2;
$blog=2;
require_once dirname(__FILE__).'/conf/_config.php';
require $inc_path.'_blog_main.inc.php';
?>


Form is loading...