Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to make a topic invisible until topic_start_time?

template/post-form.php gets a section for normal users

<?php if ( !is_topic() && !bb_current_user_can('moderate') ) { ?>

and for mods

<?php } elseif ( !is_topic() && bb_current_user_can('moderate') ) { ?>

It’s in this section that I’ve added the year, month, day etc form fields

Sorry for the time it took to get back to you… Only just fired up my RSS reader…

I’d decided to kill off my main RSS feed (to get around the RSS visibility issue) and not to sweat over the post/topic count being out by one.

Skip to toolbar