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

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[求助] 求助一个简单的坎入点变换(有图)谢谢大家!

[复制链接]
cphinix 发表于 2016-8-19 13:14:23 | 显示全部楼层 |阅读模式
if(!defined('IN_DISCUZ')) {
        exit('Access Denied');
}

class plugin_it618_firstad_hdp_forum {
        function it618_hook(){
                global $_G;
                $it618_firstad_hdp = $_G['cache']['plugin']['it618_firstad_hdp'];
               
                $hdp_height=$it618_firstad_hdp['hdp_height'];
                $hdp_width=$it618_firstad_hdp['hdp_width'];
                $hdp_time=$it618_firstad_hdp['hdp_time']*1000;
               
                $ads=explode("|",str_replace(array("\r\n", "\r", "\n"), '|', $it618_firstad_hdp['hdp_content']));
                foreach($ads as $key => $ad){
                        if($ad!=""){
                                $tmparr=explode("==",$ad);
                                $ad_txt=$tmparr[0];
                                $tmparr1=explode(",",$tmparr[1]);
                                $ad_img=str_replace("{","",$tmparr1[0]);
                                $ad_url=str_replace("}","",$tmparr1[1]);
                               
                                $strall.='<div data-iview:image="'.$ad_img.'" width="'.$hdp_width.'" height="'.$hdp_height.'"  data-iview:transition="left-curtain,right-curtain,top-curtain,bottom-curtain,strip-down-right,strip-down-left,strip-up-right,strip-up-left,strip-up-down,strip-up-down-left,strip-left-right,strip-left-right-down,slide-in-right,slide-in-left,slide-in-up,slide-in-down,fade,block-random,block-fade,block-fade-reverse,block-expand,block-expand-reverse,block-expand-random,zigzag-top,zigzag-bottom,zigzag-grow-top,zigzag-grow-bottom,zigzag-drop-top,zigzag-drop-bottom,strip-left-fade,strip-right-fade,strip-top-fade,strip-bottom-fade,block-drop-random"><a class="wmadilj" href="'.$ad_url.'" title="'.$ad_txt.'" target="_blank"></a></div>';
                        }
                }

                $usergroup=(array)unserialize($it618_firstad_hdp['usergroup']);
                if(empty($usergroup[0]) || in_array($_G['groupid'], $usergroup)){
                        include template('it618_firstad_hdp:firstad_hdp');
                        return $it618_firstad_hdp_block;
                }
               
        }
       
        function index_top(){
                global $_G;
                $it618_firstad_hdp = $_G['cache']['plugin']['it618_firstad_hdp'];
                if($it618_firstad_hdp['indextop']==1)return $this->it618_hook();else return "";
        }
}

class plugin_it618_firstad_hdp extends plugin_it618_firstad_hdp_forum{
       
        function global_header(){
                $blockname="it618_firstad_hdp";
                $blockcount=DB::result_first("select count(1) from ".DB::table('common_block')." where name='".$blockname."' and blockclass=0");
               
                if($blockcount>0){
                        $strContent=$this->it618_hook();
                       
                        $setarr = array(
                                'summary' => $strContent,
                                'dateline' => $_G['timestamp']
                        );
                        DB::update('common_block', $setarr, "name='".$blockname."' and blockclass=0");
                }
        }

}
?>

请问大家要怎么样修改这段代码才能把这个插件的位置更改如图:


谢谢大家

本帖子中包含更多资源

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

x
mandy~ 发表于 2016-8-19 14:12:57 | 显示全部楼层
回复

使用道具 举报

 楼主| cphinix 发表于 2016-8-19 14:29:03 | 显示全部楼层
mandy~ 发表于 2016-8-19 14:12
https://discuz.dismall.com/forum.php?mod=redirect&goto=findpost&ptid=3660964&pid=29380408

谢谢你,但是还是有个问题,就是插件顺序要怎么样调整?
后台的插件排序没有用的情况下
要怎么样才能让插件强制是在最上方?
回复

使用道具 举报

民审K星客 发表于 2016-8-19 14:52:54 | 显示全部楼层
楼主建议把主题编辑下,不要将别人的代码直接展示出来,尊重开发者劳动成果哦
回复

使用道具 举报

 楼主| cphinix 发表于 2016-8-19 15:53:28 | 显示全部楼层
民审K星客 发表于 2016-8-19 14:52
楼主建议把主题编辑下,不要将别人的代码直接展示出来,尊重开发者劳动成果哦

这是应用中心的免费插件,,我应该怎么隐藏代码不会弄
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-12-25 21:41 , Processed in 0.023078 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

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