| @@ -33,9 +33,9 @@ | ||
| 33 | 33 | </span> |
| 34 | 34 | </th> |
| 35 | 35 | <?php endif; ?> |
| 36 | 36 | <th scope="col" id="title" class="manage-column column-title" style="padding:10px; font-size:14px; padding-left:15px; font-weight:bold;"><span><?php _e( 'Usergroup', 'wpforo' ) ?> <a |
| 37 | - href="https://wpforo.com/docs/wpforo-v2/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank" | |
| 37 | + href="https://wpforo.com/docs/wpforo-v3/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank" | |
| 38 | 38 | style="font-size: 14px;"><i class="far fa-question-circle"></i></a></span></th> |
| 39 | 39 | <th scope="col" id="count" class="manage-column column-title" style="padding:10px; font-size:14px; padding-left:15px; font-weight:bold;"><span><?php _e( |
| 40 | 40 | 'Members', |
| 41 | 41 | 'wpforo' |
| @@ -401,9 +401,9 @@ | ||
| 401 | 401 | <div style="display:block; float:left; padding-right:20px; width:30%; padding-bottom:15px;"> |
| 402 | 402 | <div class="wpf-label-big"> |
| 403 | 403 | <?php _e( 'Usergroup Name', 'wpforo' ); |
| 404 | 404 | if( $group['groupid'] === 4 ) echo '<span>: ' . __( 'Guest', 'wpforo' ) . '</span>'; ?> |
| 405 | - <a href="https://wpforo.com/docs/wpforo-v2/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank" | |
| 405 | + <a href="https://wpforo.com/docs/wpforo-v3/members/usergroups-and-permissions/" title="<?php _e( 'Read the documentation', 'wpforo' ) ?>" target="_blank" | |
| 406 | 406 | style="font-size: 14px;"><i class="far fa-question-circle"></i></a><br> |
| 407 | 407 | </div> |
| 408 | 408 | <input name="usergroup[name]" <?php echo $group['groupid'] === 4 ? 'type="hidden"' : 'type="text"'; ?> value="<?php echo esc_attr( $group['name'] ) ?>" required |
| 409 | 409 | style="background:#FDFDFD; min-width:320px;"> |