PHPCMS开发

当前位置/ 首页/ V9教程/PHPCMS开发/ 正文

phpcms v9完美实现首页调取会员的个人信息(带会员头像)

phpcms v9完美实现首页调取会员的个人信息(带会员头像)

首页登陆插件下载:点击下载

附件里的文件复制替换phpcms/templates/所用模板目录(默认default)/member下;调用的话,在调用位置添加以下代码:

<script type="text/javascript">document.write('<iframe src="{APP_PATH}index.php?m=member&c=index&a=mini&forward='+encodeURIComponent(location.href)+'&siteid={get_siteid()}" allowTransparency="true"  width="220" height="180" frameborder="0" scrolling="no"></iframe>')</script>