 |
boardom b2 message board
|
View previous topic :: View next topic |
Author |
Message |
tomovuk
Joined: 30 Sep 2004 Posts: 1
|
Posted: Thu Sep 30, 2004 3:25 pm Post subject: List Categories Question |
|
|
Hi,
Can I llist categories not by name but by order that they appear in categories configuration.
<?php list_cats(0, 'All', 'name'); ?>
Thanks... |
|
Back to top |
|
 |
Sigg3
Joined: 03 Jul 2003 Posts: 643 Location: Oslo, Norway
|
Posted: Fri Oct 01, 2004 9:15 am Post subject: |
|
|
The list-cat function displays them in the configured order and not by name. You can also have a "view all" option at the top. From the readme:
Quote: | <?php list_cats() ?> *
this is a special tag, meant to be used in the template, but outside of the b2 loop. it will display a list of the categories, with links to them. like in b2archive.php, each category is on a line, the only way you can change this is by editing b2.template.functions.php
Code: | Parameters:
0 or 1, depending if you want to have an option to display all categories (default is 1)
text to display for the option to show all categories (default is 'All')
sort by: possible values are 'name' and 'ID' (default is 'ID')
sorting order: possible values are 'asc' for ascending or 'desc' for descending (default is 'asc')
filename, in case you want to display the categories' posts in another template (default is current template) | |
_________________ Sigg3 dot net - because you're worth it! | b2 Cafelog Resource Center |
|
Back to top |
|
 |
|
|
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
|