Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[已解决] 为什么找QQ互联的插件目录没有找到post_btn_extra这个接入点呢?

[复制链接]
MYSUNCK 发表于 2013-3-3 17:37:47 | 显示全部楼层 |阅读模式
  1. function post_btn_extra() {
  2.                 global $_G;
  3.                 if( !$_G['uid']){
  4.                         return '';
  5.                 }
  6.                 //foreach($_G as $key => $value)
  7.                 //{
  8.                 //        echo 'key:'.$key.';value:'.$value.'--------';
  9.                 //}
  10.                 if($_G['cache']['plugin']['renren']['rr_feed']&&$_G['cache']['plugin']['renren']['rr_feednew'])
  11.                 {
  12.                         if($_G['renren']['rr_uid']) {
  13.                                 require_once './source/plugin/renren/renren.function.php';
  14.                                 $iffeed = get_rrfeed($_G['uid']);
  15.                                 $perm = 1;
  16.                                 if($_G['gp_action'] == 'newthread') {
  17.                                         require_once './source/plugin/renren/class/api.class.php';
  18.                                         $api = & renren_api::instance();
  19.                                         $resperm = $api->has_perm('publish_feed');
  20.                                         $perm = $resperm->result;
  21.                                 }
  22.                                 include template('renren:rr_postmiddle');
  23.                                 return $return;
  24.                         }
  25.                         else
  26.                         {
  27.                                 include template('renren:rr_postmiddle_def');
  28.                                 return $return;
  29.                         }
  30.                 }
  31.         }
复制代码
上面是我修改的人人的接入点到post_btn_extra,原先是post_middle_output
而QQ互联没用用post_btn_extra,是怎么实现这个功能的呢

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
otherbank 发表于 2013-3-4 17:26:04 | 显示全部楼层
<!--{hook/post_sync_method}-->
试试这个嵌入点
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-27 12:42 , Processed in 0.022726 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表