Info
- 6 posts
- 5 voices
- Started 3 years ago by Tom(dB)
- Latest reply from chrishajer
- This topic is not resolved
move_topics/topic_move_dropdown(); not working?
-
- Posted 3 years ago #
I've just noticed "topic_move_dropdown(); " isn't an option anymore on topic.php page (the ability to move a topic to a different forum).
Not sure when this happened, but could it be with my move from 0.9.0.3 to 0.9.0.4?
the roles are still defined correctly in capabilities.php. It's not even showing up for Key master.
any other ideas?
-
- Posted 3 years ago #
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(); ?>
-
- Posted 2 years ago #
I've installed 1.0.6 and can't seem to find the move topic function... any ideas?
-
- Posted 2 years ago #
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; ?> -
- Posted 2 years ago #
It is only one item (forum) displayed each time. It really sucks!!
-
- Posted 2 years ago #
@davklaud - if you're having trouble please start a new topic and list the version of the software you're using. Thank you.
-
You must log in to post.