boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

'Categories' Page Help

 
Post new topic   Reply to topic    boardom Forum Index -> Template help
View previous topic :: View next topic  
Author Message
miss_dipstick



Joined: 25 Sep 2004
Posts: 2

PostPosted: Fri Oct 01, 2004 3:11 pm    Post subject: 'Categories' Page Help Reply with quote

The page for my categories is http://x.randomness.nu/photoblog/categories.php, and the code i included in my php file is this:

Code:
<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>

<tr align="center"><td>
<?php list_cats(0, 'All', 'name'); ?>
</td></tr>


<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>


but when you click the categories, nothing happens. can someone help me please? any help is greatly appreciated. thanks :]
Back to top
View user's profile Send private message
Sigg3



Joined: 03 Jul 2003
Posts: 643
Location: Oslo, Norway

PostPosted: Sun Oct 03, 2004 10:23 am    Post subject: Reply with quote

By having the b2-loop (or rather _a_ b2loop) at categories.php makes the script think your blog is categories.php..
You don't need or should not include the b2-loop. The loop is for the post themselves, nothing else.

Remove:

<!-- // b2 loop start -->
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>

and

<!-- // this is just the end of the motor - don't touch that line either -->
<?php } ?>

But ensure to have this line before <HEAD> (at the top of the php file):

<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
_________________
Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Template help All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group