From: shane <sh...@lo...> - 2007-05-30 13:48:55
|
On May 28, 2007, at 7:00 PM, Reid Maynard wrote: > I was just getting the hang of topics:parent/child; then I got into > LIST mode, and it doesn't find any of the user added topics. I'd like > for it to see my topics and bring back the "Tree" view (selecting > "Tree" doesn't. > > Anyone? Anyone? The topic data is cached. After you add/delete/modify a topic, if you're on a development system, you should restart httpd and slashd. If you're on a production box, if it's busy enough, the httpd threads should die and the changes would eventually show themselves (or, you restart httpd and slashd). The idea behind it is that - the topics on a site don't change so much - most sites go live with a pre-planned set of topics, and only add one here or there. And there's so much data related to them, it's better to cache. |