作者最近主题这是什么插件呀
daxiaowang 24天前

最新回复 (7)
全部楼主
  • sxzwjh
    23天前 2
    0
    祝xiunobbs论坛越办越好!!!
  • 月光传奇
    23天前 3
    0
    楼主,我只是来混个熟的!老板,侬亿雷凑闹嫩了!
  • Legion
    21天前 4
    0
    哈哈,不错哦!
  • GuoDong
    8天前 5
    0
    楼主,我只是来混个熟的!老板,侬亿雷凑闹嫩了!
  • liziyang
    5天前 6
    0
  • 流口水的鱼
    19小时前 7
    0

    我也没找到,用代码自己实现的

    		<?php
    			$_threadlist = mythread_find_by_uid($thread['uid'], 1, 10);
    						
    			// 过滤没有权限访问的主题 / filter no permission thread
    			thread_list_access_filter($_threadlist, $gid);
    
    		?>
    		<div class="card sticky-top-0">
    			<div class="zjztbody card-body">
    			<div class="zjztbt text-grey text-center"><hr/>&nbsp;&nbsp;盘主最近主题&nbsp;&nbsp;&nbsp;<hr/></div>
    					<?php foreach($_threadlist as $_thread) { ?>
    					<li class="userlist">
    						<img src="/plugin/zaesky_theme_light/view/img/r.png" width="15px">&nbsp;<a href="<?php echo url("thread-$_thread[tid]");?>">
    							<?php
    if (isset($_thread['subject']) && $_thread['subject']!== '') {
        echo mb_substr($_thread['subject'], 0, 18);
    }
    ?><br/>
    						</a>
    						</li>
    					<?php } ?>
    			</div>
    </div>
    <style>
    .zjztbt hr{
    	display:inline-block;
    	width:25%;
    	margin:0;
    	margin-bottom:4px;
    }
    
    .zjztbody{
    	padding: 10px 1rem 0.5rem;
    	font-size: 12px;
    	line-height: 25px;
    }
    </style>
  • daxiaowang 楼主
    11小时前 8
    0
    流口水的鱼 我也没找到,用代码自己实现的 &lt;?php $_threadlist = mythread_find_by_uid($thread['uid'], 1, 10); ...
    好牛,这个应该放在哪呀
返回
daxiaowang
二级用户组
18
主题数
66
帖子数
扫码访问