Search Results for 'code'
-
Search Results
-
Topic: Spacing after Forum title
Hi,
Thanks to all of the information I was able to gather on this forum, I created a forum home page in my WP site, and added the [bbp-forum-index] shortcode to display the forums. It worked perfectly, but I would like to eliminate some of the vertical space between the forum names in the list.
Does anyone know if/how I can change the style to eliminate some of the vertical space between the forum names?
Thank you.
Topic: BBPRESS USERS ONLINE PLUGIN
Exist a plugin that it show the users on-line or shortcode?
WP 4.4.2
BBPress 2.5.8I’m creating a custom import module from the Example.php file that comes with the installation. I’ve filled in the table and field for everything that is available from the previous forum software (WebWiz) and have commented out sections that don’t have information to map.
Upon start, the importer trips up at the Join part of the forum section. I need to know what to put in these areas:
// Setup the table joins for the forum section $this->field_map[] = array( 'from_tablename' => 'groups_table', 'from_fieldname' => 'forum_id', 'join_tablename' => 'forums_table', 'join_type' => 'INNER', 'join_expression' => 'USING groups_table.forum_id = forums_table.forum_id', // 'from_expression' => 'WHERE forums_table.forum_id != 1', 'to_type' => 'forum' );The “groups_table” and the “forum_id” fields are the ones I don’t know where to find.
On a realted subject, what of these mapping statements are absolutely 100% necessary to get a successful import? I can send anyone the module code if that helps.