领行企创

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 172|回复: 0

[技术] discuz模板制作常用代码

[复制链接]
长老| 寿元(0 )
上海·教育·运营
聚城创盟 发表于 2023-3-21 08:36:04 | 显示全部楼层 |阅读模式

马上注册,获取更多创业资源,认识更多朋友!

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

x
本帖最后由 聚城创盟 于 2023-3-21 08:38 编辑

1、判断管理员:
  1. <!--{if $_G['uid'] && getstatus($_G['member']['allowadmincp'], 1)}-->
  2. <!--{/if}-->
复制代码
2、判断用户是否登陆的代码
  1. <!--{if $_G['uid']}-->
  2. 这里放用户登陆以后需要显示的内容代码
  3. <!--{else}-->
  4. 这里放用户非登陆状态所需要显示的内容代码
  5. <!--{if}-->
复制代码
3、判断当前所在页面的代码
  1. $_G['basescript'] == 'portal' 这是门户代码
  2. $_G['basescript'] == 'forum' 这是论坛代码
  3. $_G['basescript'] == 'group' 这是群组代码
复制代码
那么相应的判断当前页面是不是门户/论坛/群组页面中的一种,就使用 if 判断语句,如:
  1. <!--{if $_G['basescript'] == 'portal’}--> 表示如果当前页面是门户页面
  2. <!--{if $_G['basescript'] == 'forum'}--> 表示如果当前页面是论坛页面
  3. <!--{if $_G['basescript'] == 'group'}--> 表示如果当前页面是群组页面
复制代码
统计模块:
发帖总数: {posts}帖子显示名: {posts_title}群组总数: {groups}群组显示名: {groups_title}
会员总数: {members}会员显示名: {members_title}群组今日发帖: {groupnewposts}
今日发帖显示名: {groupnewposts_title}论坛今日发帖数: {bbsnewposts}今日发帖显示名: {bbsnewposts_title}
论坛昨日发帖数: {bbslastposts}昨日发帖显示名: {bbslastposts_title}当前在线会员数: {onlinemembers}
当前在线会员显示名: {onlinemembers_title}历史最高在线会员数: {maxmembers}
历史最高在线显示名: {maxmembers_title}动态数: {doings}动态显示名: {doings_title}
日志数: {blogs}日志显示名: {blogs_title}相册数: {albums}相册显示名: {albums_title}
图片数: {pics}图片显示名: {pics_title}分享数: {shares}分享显示名: {shares_title}

会员模块:
空间链接: {url}用户名: {title}用户头像: {avatar}用户头像(中): {avatar_middle}用户头像(大): {avatar_big}
注册时间: {regdate}发帖数: {posts}主题数: {threads}精华帖数: {digestposts}积分数: {credits}
推荐原因: {reason}竟价单次访问单价: {unitprice}
竟价总积分: {showcredit}blockclass_member_field_shownote: {shownote}威望: {extcredits1}
金钱: {extcredits2}贡献: {extcredits3}出生年份: {birthyear}出生月份: {birthmonth}生日: {birthday}
生肖: {zodiac}血型: {bloodtype}真实姓名: {realname}星座: {constellation}
固定电话: {telephone}手机: {mobile}证件类型: {idcardtype}证件号: {idcard}邮寄地址: {address}
邮编: {zipcode}出生省份: {birthprovince}出生地: {birthcity}出生县: {birthdist}出生小区: {birthcommunity}
毕业学校: {graduateschool}学历: {education}公司: {company}职业: {occupation}
职位: {position}年收入: {revenue}情感状态: {affectivestatus}身高: {height}QQ: {qq}个人主页: {site}
自我介绍: {bio}国籍: {nationality}居住省份: {resideprovince}居住地: {residecity}居住县: {residedist}
居住小区: {residecommunity}体重: {weight}支付宝: {alipay}MSN: {msn}
阿里旺旺: {taobao}兴趣爱好: {interest}昵称: {field2}性别: {gender}交友目的: {lookingfor}
招募兼职编辑、php技术、美工、策划,有意向的联系客服!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|领行 ( 鄂ICP备2023009750号 )

GMT+8, 2024-12-23 15:11 , Processed in 0.053251 second(s), 20 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

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