c_id = intval($_GET['c_id']); if($this->c_id <= 0){ echo ''; } Tpl::output('c_id', $this->c_id); Language::read('theme_share'); } /** * Share the binding */ public function indexOp(){ $t_id = $_GET['t_id']; if($t_id <= 0){ echo ''; } Tpl::output('t_id', $t_id); $affix_list = array(); $theme_info = Model()->table('circle_theme')->find($t_id); if(!empty($theme_info)){ $affix_list = Model()->table('circle_affix')->where(array('affix_type'=>1, 'circle_id'=>$this->c_id, 'theme_id'=>$t_id))->limit(1)->select(); Tpl::output('theme_info', $theme_info); Tpl::output('affix_list', $affix_list); }else{ echo ''; } if(chksubmit()){ $obj_validate = new Validator(); $validate_arr[] = array("input"=>$_POST["content"], "validator"=>'Length',"min"=>0,"max"=>140,"message"=>Language::get('sharebind_content_not_null')); $obj_validate -> validateparam = $validate_arr; $error = $obj_validate->validate(); if ($error != ''){ showDialog($error,'','error'); } $insert_arr = array(); $insert_arr['trace_originalid'] = '0'; $insert_arr['trace_originalmemberid'] = '0'; $insert_arr['trace_memberid'] = $_SESSION['member_id']; $insert_arr['trace_membername'] = $_SESSION['member_name']; $insert_arr['trace_memberavatar'] = 'avatar_'.$_SESSION['member_id'].'.jpg'; $insert_arr['trace_title'] = $_POST['content']; $insert_arr['trace_content'] = $this->traceContent($theme_info, $affix_list); $insert_arr['trace_addtime'] = time(); $insert_arr['trace_from'] = 5; $result = Model('sns_tracelog')->tracelogAdd($insert_arr); if ($result){ // Off-site sharing if (C('share_isuse') == 1){ $model = Model('sns_binding'); // binding information $bind_list = $model->getUsableApp($_SESSION['member_id']); // Content Sharing $params = array(); $params['title'] = L('sharebind_share_theme'); $params['url'] = CIRCLE_SITE_URL."/index.php?act=theme&op=theme_detail&c_id=".$this->c_id."&t_id=".$theme_info['theme_id']; $params['comment'] = $theme_info['theme_name'].$_POST['comment']; if(!empty($affix_list[0])){ $params['images'] = themeImageUrl($affix_list[0]['affix_filethumb']); } // Share Tencent Weibo if (isset($_POST['checkapp_qqweibo']) && !empty($_POST['checkapp_qqweibo']) && $bind_list['qqweibo']['isbind'] == true){ $model->addQQWeiboPic($bind_list['qqweibo'],$params); } // Share Sina Weibo if (isset($_POST['checkapp_sinaweibo']) && !empty($_POST['checkapp_sinaweibo']) && $bind_list['sinaweibo']['isbind'] == true){ $model->addSinaWeiboUpload($bind_list['sinaweibo'],$params); } } Model()->table('circle_theme')->update(array('theme_id'=>$t_id, 'theme_sharecount'=>array('exp', 'theme_sharecount+1'))); showDialog(Language::get('sharebind_share_succ'),'','succ','DialogManager.close("share");var count = $(\'em[nctype="share"]\').html(); $(\'em[nctype="share"]\').html(parseInt(count)+1);'); }else { showDialog(Language::get('sharebind_share_fail'),'','error','DialogManager.close("share");'); } } if (C('share_isuse') == 1){ // Other web sites share interface $model = Model('sns_binding'); $app_arr = $model->getUsableApp($_SESSION['member_id']); Tpl::output('app_arr',$app_arr); } Tpl::showpage('theme.share','null_layout'); } /** * trace content */ private function traceContent($theme_info, $affix_list){ $content = "
".$_SESSION['member_name'].L('circle_at,nc_quote1').$theme_info['circle_name'].L('nc_quote2').L('circle_share,sharebind_theme').L('nc_colon').'
'.L('nc_quote1').$theme_info['theme_name'].L('nc_quote2')." ".L('sharebind_go_and_see')."