Changeset 3106211
- Timestamp:
- 06/23/2024 01:39:04 PM (20 months ago)
- Location:
- video-conferencing-with-bbb/trunk
- Files:
-
- 5 edited
-
README.md (modified) (2 diffs)
-
admin/class-bigbluebutton-admin.php (modified) (2 diffs)
-
admin/partials/bigbluebutton-settings-display.php (modified) (2 diffs)
-
public/partials/bigbluebutton-recordings-display.php (modified) (2 diffs)
-
video-conferencing-with-bbb.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
video-conferencing-with-bbb/trunk/README.md
r3082731 r3106211 5 5 Tags: virtual classroom, video conference, BigBlueButton, BBB, online meeting, web conferencing, online teaching, learning management system, LMS, online session, live training, video conferencing, video conference, meetings, virtual meetings 6 6 Requires at least: 5.1 7 Tested up to: 6.5. 37 Tested up to: 6.5.4 8 8 Requires PHP: 7.2 9 Stable tag: 2.4. 09 Stable tag: 2.4.1 10 10 License: GPLv2 or later 11 11 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 173 173 174 174 ## Changelog ## 175 ### 2.4.1 ### 176 * Added: Translation support for a few text snippets in the plugin that were not translation friendly 177 175 178 ### 2.4.0 ### 176 179 * Updated: Improved UI and button styling -
video-conferencing-with-bbb/trunk/admin/class-bigbluebutton-admin.php
r3076110 r3106211 252 252 echo '<span class="tooltip" onclick="copyToClipboard(this)" onmouseout="copyClipboardExit(this)" 253 253 data-value="' . esc_url( $permalink ) . '"> 254 <span class="tooltiptext invite-tooltip">' . esc_html ( 'Copy Invite URL', 'bigbluebutton' ) . '</span>254 <span class="tooltiptext invite-tooltip">' . esc_html__( 'Copy Invite URL', 'bigbluebutton' ) . '</span> 255 255 <span class="bbb-button button"> 256 256 <span class="bbb-dashicon dashicons dashicons-admin-page"></span>' … … 275 275 echo '<span class="tooltip" onclick="copyToClipboard(this)" onmouseout="copyClipboardExit(this)" 276 276 data-value="[bigbluebutton token=' . esc_attr( $token ) . ']"> 277 <span class="tooltiptext shortcode-tooltip">' . esc_html ( 'Copy Shortcode', 'bigbluebutton' ) . '</span>277 <span class="tooltiptext shortcode-tooltip">' . esc_html__( 'Copy Shortcode', 'bigbluebutton' ) . '</span> 278 278 <input type="text" disabled value="[bigbluebutton token= ' . esc_attr( $token ) . ']"/> 279 279 <span class="bbb-dashicon dashicons dashicons-admin-page"></span> -
video-conferencing-with-bbb/trunk/admin/partials/bigbluebutton-settings-display.php
r3082731 r3106211 18 18 <?php if ( null === $tab ) : ?> 19 19 <?php do_action( 'bbb_setup_tab_content' ); ?> 20 <!-- <h4><?php esc_html_e( 'There are 3 methods to get the BBB server EndPoint URL and Salt required below:', 'bigbluebutton' ); ?></h4>21 <ol>22 <li><?php echo sprintf( __( '%1$s You can use the default test install server hosted by %2$s.', 'bigbluebutton' ), '<strong>' . esc_html( 'Default (for dev/staging site only)', 'bigbluebutton' ) . ':</strong>', $bbb_host ); ?></li>23 <li><?php echo sprintf( __( '%1$s You can host and %2$s BBB on your own server.', 'bigbluebutton' ), '<strong>' . esc_html( 'Fairly Technical', 'bigbluebutton' ) . ':</strong>', '<a target="_blank" rel="noopener" href="https://bigbluebutton.org/2018/03/28/install-bigbluebutton-in-15-minutes/">' . esc_html( 'install', 'bigbluebutton' ) . '</a>' ); ?></li>24 <li><?php echo sprintf( __( '%1$s You can choose one of our recommended managed %2$s.', 'bigbluebutton' ), '<strong>' . esc_html( 'Recommended (for production site)', 'bigbluebutton' ) . ':</strong>', '<a target="_blank" rel="noopener" href="https://elearningevolve.com/blog/bigbluebutton-hosting">' . esc_html( 'BBB hosting providers', 'bigbluebutton' ) . '</a>' ); ?></li>25 </ol> -->26 20 <div class="bbb-row"> 27 21 <p id="bbb_endpoint_label" class="bbb-col-left bbb-important-label"><?php esc_html_e( 'EndPoint URL', 'bigbluebutton' ); ?>: </p> … … 213 207 <div class="zvc-position-floater-right"> 214 208 <div class="zvc-information-sec"> 215 <img width=" 100%" height="40" src="<?php echo VIDEO_CONF_WITH_BBB_IMG_URL . '/learndash-logo.webp'; ?>" title="LearnDash LMS Development Service" alt="LearnDash LMS Development Service"/>209 <img width="70%" height="25" src="<?php echo VIDEO_CONF_WITH_BBB_IMG_URL . '/learndash-logo.webp'; ?>" title="LearnDash LMS Development Service" alt="LearnDash LMS Development Service"/> 216 210 <h3>Need help with LMS Building?</h3> 217 211 <p>Being officially recognized as LearnDash LMS experts, we're here to aid you with your customization needs.</p> -
video-conferencing-with-bbb/trunk/public/partials/bigbluebutton-recordings-display.php
r3076110 r3106211 13 13 <?php if ( $recording_description_exist ) : ?> 14 14 <a href="<?php echo esc_url( $sort_fields['description']->url ); ?>" class="flex-row flex-row-<?php echo esc_attr( $columns ); ?> <?php echo esc_html( $sort_fields['description']->header_classes ); ?>" role="columnheader"> 15 <?php esc_html_e( 'Description' ); ?>15 <?php esc_html_e( 'Description', 'bigbluebutton' ); ?> 16 16 <i class="<?php echo esc_attr( $sort_fields['description']->classes ); ?>"></i> 17 17 </a> 18 18 <?php endif; ?> 19 19 <a href="<?php echo esc_url( $sort_fields['date']->url ); ?>" class="flex-row flex-row-<?php echo esc_attr( $columns ); ?> <?php echo esc_html( $sort_fields['date']->header_classes ); ?>" role="columnheader"> 20 <?php esc_html_e( 'Date' ); ?>20 <?php esc_html_e( 'Date', 'bigbluebutton' ); ?> 21 21 <i class="<?php echo esc_attr( $sort_fields['date']->classes ); ?>"></i> 22 22 </a> … … 35 35 <?php if ( $manage_bbb_recordings ) { ?> 36 36 <i id="edit-recording-name-<?php echo esc_attr( $recording->recordID ); ?>" 37 title="<?php esc_html_e( 'Edit' ); ?>"38 aria-label="<?php esc_html_e( 'Edit' ); ?>"37 title="<?php esc_html_e( 'Edit', 'bigbluebutton' ); ?>" 38 aria-label="<?php esc_html_e( 'Edit', 'bigbluebutton' ); ?>" 39 39 data-record-id="<?php echo esc_attr( $recording->recordID ); ?>" 40 40 data-record-value="<?php echo esc_attr( urldecode( $recording->metadata->{'recording-name'} ) ); ?>" -
video-conferencing-with-bbb/trunk/video-conferencing-with-bbb.php
r3082731 r3106211 16 16 * Plugin URI: https://wordpress.org/plugins/video-conferencing-with-bbb 17 17 * Description: This plugin allows teachers to manage their virtual classrooms right from WordPress using BigBlueButton 18 * Version: 2.4. 018 * Version: 2.4.1 19 19 * Author: eLearning evolve <[email protected]> 20 20 * Author URI: https://elearningevolve.com/
Note: See TracChangeset
for help on using the changeset viewer.