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 

random category headlines

 
Post new topic   Reply to topic    boardom Forum Index -> Hacks
View previous topic :: View next topic  
Author Message
sh0ck



Joined: 02 May 2004
Posts: 34
Location: Norway

PostPosted: Sun Oct 03, 2004 1:29 pm    Post subject: random category headlines Reply with quote

If you want to list a specific number of recent posts from a random category this is how to do it:

First you need to install the "list_recentPosts" hack. Then add this:

Code:

<?php
require "blog.header.php";
$random = rand(1,7);

switch($random) {
}   

list_recentPosts($random,10)
?>


Edit where it says 7 to number of categories you have. Edit where it says 10 to number of posts you want displayed. Thats all!
_________________
http://www.licklinux.com
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Hacks 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