anyone else having this problem?
Well the answer is that
<?php topic_delete_link(); ?> <?php topic_close_link(); ?> <?php topic_sticky_link(); ?>
<?php topic_move_dropdown(); ?>
is now replaced with:
<?php bb_topic_admin(); ?>
I’ve installed 1.0.6 and can’t seem to find the move topic function… any ideas?
With version 1.0-rc-1 and the default template (or if the current template includes <?php bb_topic_admin(); ?>
) and you are logged in with the proper credentials for moving a post you should see the “Move this topic…” dropdown. With Kakumei it appears under the Reply form.
Lines 49-55 of kakumei’s topic.php:
<?php if ( bb_current_user_can( 'delete_topic', get_topic_id() ) || bb_current_user_can( 'close_topic', get_topic_id() ) || bb_current_user_can( 'stick_topic', get_topic_id() ) || bb_current_user_can( 'move_topic', get_topic_id() ) ) : ?>
<div class="admin">
<?php bb_topic_admin(); ?>
</div>
<?php endif; ?>
It is only one item (forum) displayed each time. It really sucks!!
@davklaud – if you’re having trouble please start a new topic and list the version of the software you’re using. Thank you.