芝麻web文件管理V1.00
编辑当前文件:/home4/randall/public_html/sl/wp-content/plugins/trx_utils/shortcodes/trx_basic/chat.php
"", "title" => "", "link" => "", // Common params "id" => "", "class" => "", "css" => "", "animation" => "", "width" => "", "height" => "", "top" => "", "bottom" => "", "left" => "", "right" => "" ), $atts))); $class .= ($class ? ' ' : '') . lorem_ipsum_books_media_store_get_css_position_as_classes($top, $right, $bottom, $left); $css .= lorem_ipsum_books_media_store_get_css_dimensions_from_values($width, $height); $title = $title=='' ? $link : $title; if (!empty($photo)) { if ($photo > 0) { $attach = wp_get_attachment_image_src( $photo, 'full' ); if (isset($attach[0]) && $attach[0]!='') $photo = $attach[0]; } $photo = lorem_ipsum_books_media_store_get_resized_image_tag($photo, 75, 75); } $content = do_shortcode($content); if (lorem_ipsum_books_media_store_substr($content, 0, 2)!='
' . ($content) . '
'; $output = '
' . '
' . ($photo ? '
'.($photo).'
' : '') . ($title == '' ? '' : ('
' . ($link!='' ? '
' : '') . ($title) . ($link!='' ? '
' : '') . '
')) . '
'.($content).'
' . '
' . '
'; return apply_filters('lorem_ipsum_books_media_store_shortcode_output', $output, 'trx_chat', $atts, $content); } add_shortcode('trx_chat', 'lorem_ipsum_books_media_store_sc_chat'); } /* Register shortcode in the internal SC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'lorem_ipsum_books_media_store_sc_chat_reg_shortcodes' ) ) { //add_action('lorem_ipsum_books_media_store_action_shortcodes_list', 'lorem_ipsum_books_media_store_sc_chat_reg_shortcodes'); function lorem_ipsum_books_media_store_sc_chat_reg_shortcodes() { lorem_ipsum_books_media_store_sc_map("trx_chat", array( "title" => esc_html__("Chat", 'trx_utils'), "desc" => wp_kses_data( __("Chat message", 'trx_utils') ), "decorate" => true, "container" => true, "params" => array( "title" => array( "title" => esc_html__("Item title", 'trx_utils'), "desc" => wp_kses_data( __("Chat item title", 'trx_utils') ), "value" => "", "type" => "text" ), "photo" => array( "title" => esc_html__("Item photo", 'trx_utils'), "desc" => wp_kses_data( __("Select or upload image or write URL from other site for the item photo (avatar)", 'trx_utils') ), "readonly" => false, "value" => "", "type" => "media" ), "link" => array( "title" => esc_html__("Item link", 'trx_utils'), "desc" => wp_kses_data( __("Chat item link", 'trx_utils') ), "value" => "", "type" => "text" ), "_content_" => array( "title" => esc_html__("Chat item content", 'trx_utils'), "desc" => wp_kses_data( __("Current chat item content", 'trx_utils') ), "rows" => 4, "value" => "", "type" => "textarea" ), "width" => lorem_ipsum_books_media_store_shortcodes_width(), "height" => lorem_ipsum_books_media_store_shortcodes_height(), "top" => lorem_ipsum_books_media_store_get_sc_param('top'), "bottom" => lorem_ipsum_books_media_store_get_sc_param('bottom'), "left" => lorem_ipsum_books_media_store_get_sc_param('left'), "right" => lorem_ipsum_books_media_store_get_sc_param('right'), "id" => lorem_ipsum_books_media_store_get_sc_param('id'), "class" => lorem_ipsum_books_media_store_get_sc_param('class'), "animation" => lorem_ipsum_books_media_store_get_sc_param('animation'), "css" => lorem_ipsum_books_media_store_get_sc_param('css') ) )); } } /* Register shortcode in the VC Builder -------------------------------------------------------------------- */ if ( !function_exists( 'lorem_ipsum_books_media_store_sc_chat_reg_shortcodes_vc' ) ) { //add_action('lorem_ipsum_books_media_store_action_shortcodes_list_vc', 'lorem_ipsum_books_media_store_sc_chat_reg_shortcodes_vc'); function lorem_ipsum_books_media_store_sc_chat_reg_shortcodes_vc() { vc_map( array( "base" => "trx_chat", "name" => esc_html__("Chat", 'trx_utils'), "description" => wp_kses_data( __("Chat message", 'trx_utils') ), "category" => esc_html__('Content', 'trx_utils'), 'icon' => 'icon_trx_chat', "class" => "trx_sc_container trx_sc_chat", "content_element" => true, "is_container" => true, "show_settings_on_create" => true, "params" => array( array( "param_name" => "title", "heading" => esc_html__("Item title", 'trx_utils'), "description" => wp_kses_data( __("Title for current chat item", 'trx_utils') ), "admin_label" => true, "class" => "", "value" => "", "type" => "textfield" ), array( "param_name" => "photo", "heading" => esc_html__("Item photo", 'trx_utils'), "description" => wp_kses_data( __("Select or upload image or write URL from other site for the item photo (avatar)", 'trx_utils') ), "class" => "", "value" => "", "type" => "attach_image" ), array( "param_name" => "link", "heading" => esc_html__("Link URL", 'trx_utils'), "description" => wp_kses_data( __("URL for the link on chat title click", 'trx_utils') ), "class" => "", "value" => "", "type" => "textfield" ), lorem_ipsum_books_media_store_get_vc_param('id'), lorem_ipsum_books_media_store_get_vc_param('class'), lorem_ipsum_books_media_store_get_vc_param('animation'), lorem_ipsum_books_media_store_get_vc_param('css'), lorem_ipsum_books_media_store_vc_width(), lorem_ipsum_books_media_store_vc_height(), lorem_ipsum_books_media_store_get_vc_param('margin_top'), lorem_ipsum_books_media_store_get_vc_param('margin_bottom'), lorem_ipsum_books_media_store_get_vc_param('margin_left'), lorem_ipsum_books_media_store_get_vc_param('margin_right') ), 'js_view' => 'VcTrxTextContainerView' ) ); class WPBakeryShortCode_Trx_Chat extends Lorem_Ipsum_Books_Media_Store_VC_ShortCodeContainer {} } } ?>