Index: inc/class-plugin-directory-compat.php
===================================================================
--- inc/class-plugin-directory-compat.php	(revision 4737)
+++ inc/class-plugin-directory-compat.php	(working copy)
@@ -105,7 +105,7 @@
 			$create_label = \WPORG_Ratings::get_user_rating( 'plugin', $this->slug(), get_current_user_id() ) ?
 				__( 'Edit Review', 'wporg-forums' ) :
 				__( 'Add Review', 'wporg-forums' );
-		} else {
+		} elseif ( bbp_is_single_forum() && bbp_current_user_can_access_create_topic_form() ) {
 			$create_label = __( 'Create Topic', 'wporg-forums' );
 		}
 		if ( $create_label ) {
Index: inc/class-theme-directory-compat.php
===================================================================
--- inc/class-theme-directory-compat.php	(revision 4737)
+++ inc/class-theme-directory-compat.php	(working copy)
@@ -103,7 +103,7 @@
 			$create_label = \WPORG_Ratings::get_user_rating( 'theme', $this->slug(), get_current_user_id() ) ?
 				__( 'Edit Review', 'wporg-forums' ) :
 				__( 'Add Review', 'wporg-forums' );
-		} elseif ( bbp_current_user_can_access_create_topic_form() ) {
+		} elseif ( bbp_is_single_forum() && bbp_current_user_can_access_create_topic_form() ) {
 			$create_label = __( 'Create Topic', 'wporg-forums' );
 		}
 		if ( $create_label ) {
