diff --git a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php index 26a96c16d..5ee7b5ba4 100644 --- a/e107_plugins/forum/shortcodes/batch/post_shortcodes.php +++ b/e107_plugins/forum/shortcodes/batch/post_shortcodes.php @@ -61,7 +61,18 @@ class plugin_forum_post_shortcodes extends e_shortcode function sc_forumjump() { - return forumjump(); // FIXME - broken in v1 themes + $jumpList = $this->forum->forumGetAllowed('view'); + $text = "

".LAN_FORUM_1017.":

"; + + return $text; + + + // return forumjump(); // FIXME - broken in v1 themes } function sc_userbox()