Skip to:
Content

BuddyPress.org

Changeset 3118


Ignore:
Timestamp:
07/04/2010 06:13:38 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1982 props cnorris23

Location:
branches/1.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-forums.php

    r3082 r3118  
    7979
    8080                    bp_core_redirect( bp_get_group_permalink( $bp->groups->current_group ) . '/forum/topic/' . $topic->topic_slug . '/' );
     81                } else {
     82                    bp_core_add_message( __( 'Please pick the group forum where you would like to post this topic.', 'buddypress' ), 'error' );
    8183                }
    8284            }
  • branches/1.2/bp-themes/bp-default/forums/index.php

    r2969 r3118  
    3838                        <label><?php _e( 'Post In Group Forum:', 'buddypress' ) ?></label>
    3939                        <select id="topic_group_id" name="topic_group_id">
     40
     41                            <option value="">----</option>
    4042
    4143                            <?php while ( bp_groups() ) : bp_the_group(); ?>
Note: See TracChangeset for help on using the changeset viewer.