View Full Version : Catagories
itsme2000lv
12-17-2005, 06:27 PM
Is there a way (in Blog Mode) to get certain catagories to display before other catagories???
And
Can I get certain catagories to display outside of the calendar, say like on a different page not using the php calendar???
Thanks
ve9gra
12-17-2005, 11:35 PM
For your second question, if you use the listing module and set a $showCat variable before requiring the list, you should be able to get that.
itsme2000lv
12-18-2005, 12:52 AM
Here's what I get when I use the advanced filter in the event manager:
Filter: [Any] | Special Event - 11|
I added the "[Any] | Special Event - 11|" where the x is in:
$showCat="X"; just before the (require/php) code
but when I do this my calender shows nothing at all, not even the regular events???
in what does this have to be added in? I'm trying to add it to my index.php file. Should it go in the blog.php file or what? And is this the correct format?
Thanks
ve9gra
12-18-2005, 09:00 AM
What you need is after the "-"..... so "11|". Your showCat will be
$showCat="11|";
itsme2000lv
12-18-2005, 09:32 PM
I'll try that tomorrow. Thanks
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.