欢迎新会员加入谁有这个插件,有偿
lin2053 3月前

寻找这个插件,有的回复一下我。

最新回复 (18)
全部楼主
  • hechaocheng
    3月前 2
    0
    自己写一个。
  • 老猫
    3月前 3
    0
    整套都有
  • 时光动力
    3月前 4
    0
    这个调用一下就行了
  • hechaocheng
    3月前 5
    1
    $newUser = db_find(
    					'user',
    					array(
    						'uid' => array(
    							'>' => 0
    						)
    					),
    					array(
    						'create_date' => -1
    					),
    					'1',
    					'1',
    					'',
    					array(
    						'uid',
    						'username'
    					)
    				);
    var_dump( $neweUser );
  • China
    3月前 6
    0
    不错的帖子!
  • Mox
    3月前 7
    0
    我要拿出这帖子奉献给世人赏阅,我要把这个帖子一直往上顶,往上顶!顶到所有人都看到为止! 
  • hxp2002
    3月前 8
    0
    你就是我心中的那首忐忑,总是让我惊心动魄。 
  • 82532203
    3月前 9
    0
    祝xiunobbs论坛越办越好!!!
  • 82532203
    3月前 10
    0
    楼主,我只是来混个熟的!老板,侬亿雷凑闹嫩了!
  • 82532203
    3月前 11
    0
    顶顶顶顶顶顶顶!!!
  • ifoan
    2月前 12
    0
    你就是我心中的那首忐忑,总是让我惊心动魄。 
  • lin2053 楼主
    2月前 13
    0
    hechaocheng $newUser = db_find( 'user', array( 'uid' => array( '>' =&am ...
    这个放在哪里?
  • lisilu531
    2月前 14
    0
    hechaocheng $newUser = db_find( 'user', array( 'uid' => array( '>' =&am ...
    这个是编辑的哪个文件,主题的首页文件吗
  • baihuia
    2月前 15
    0
    weewrr
  • hechaocheng
    2月前 16
    0
    lin2053 这个放在哪里?
    放在你需要的调用的地方。
  • hechaocheng
    2月前 17
    0
    lisilu531 这个是编辑的哪个文件,主题的首页文件吗

    放在你需要的调用的地方。

    插件的方案,在/plugin/user-lists/hook/目录下新建index_site_brief_after.htm

    		<div class="card searchBox">
    			<div class="card-header text-grey">最新加入</div>
    			<div class="card-body text-grey">
    				<style type="text/css">
    					div.newUser{box-sizing:border-box;position:relative;float:left;margin:1%;width:23%;text-align:center}
    					div.newUser:hover{filter:drop-shadow(0px 0px 2px #808080)}
    					div.newUser a:link{text-decoration:none;color:#868e96}
    					div.newUser a div{overflow:hidden;white-space:nowrap;/*text-overflow:ellipsis*/}
    					div.newUser a img{border-radius:4px;width:67px;}
    				</style>
    				<?php
    				/**
    				 *      copyright:	www.xiunobbs.net
    				 *      plugin:		xn_user-lists
    				 *      email:		hi[at]hechaocheng[dot]com
    				 *      file:		/plugin/user-lists/hook/index_site_brief_after.htm
    				 */
    				$newUser = db_find(
    					'user',	// 表名
    					array(	// 条件
    						'uid' => array(
    							'>' => 0
    						)
    					),
    					array(
    						'create_date' => -1 // 倒序
    					),
    					'1', // 页数
    					'9', // 记录数
    					'',
    					array(
    						'uid',
    						'username'
    					)
    				);
    				
    				foreach($newUser as $v){
    					$userAvatar = file_exists('upload/avatar/000/'. $v['uid'] .'.png') ? 'upload/avatar/000/'. $v['uid'] .'.png' : 'view/img/avatar.png';
    					echo '<div class="newUser">';
    					echo '<a href="?user-'. $v['uid'] .'.htm">';
    					echo '<img referrerpolicy="no-referrer" src="https://cache.mipcdn.com/c/s/bbs.tmd.gs/'. $userAvatar .'?t='. time() .'" alt="'. $v['username'] .'" /><div>'. $v['username'] .'</div></a>';
    					echo '</div>';
    				}
    				?>
    				<div style="width:0;height:0;clear:both"></div>
    			</div>
    		</div>
  • hechaocheng
    2月前 18
    0
    lin2053 这个放在哪里?

    插件版。

    上传的附件:
  • 流口水的鱼
    11天前 19
    0
    沙发我没有,板凳我没有,板也没有,只好站在后面排队支持! 
返回
lin2053
二级用户组
12
主题数
97
帖子数
扫码访问