首页 > 网站 > 建站经验 > 正文

SupeSite7.5 让会员中心拥有不同的title和提示信息_SupeSite教程

2024-08-30 19:09:15
字体:
来源:转载
供稿:网友
注意本人分享的都是原理,所有的创意还需要您自己去思考与完成;

在space.html.php里的最顶上插入:
  1. <!--{if $_GET['op'] == 'news'}-->  
  2. <!--{eval $title=$member[username]."发布的资讯 - ".$_SCONFIG[sitename]; $nnav=$member[username].'发布的资讯'$towhere='<a href="http://u.nihaocq.com/" class="r" target="_blank" style="text-decoration: none;">进入重庆博客 &nbsp; &nbsp; </a>';}-->  
  3. <!--{/if}-->  
  4.  
  5. <!--{if $_GET['op'] == 'uchphoto'}-->  
  6. <!--{eval $title=$member[username]."上传的照片 - ".$_SCONFIG[sitename]; $nnav=$member[username].'在重庆博客上传的照片'$towhere='<a href="http://u.nihaocq.com/" class="r" target="_blank" style="text-decoration: none;">进入重庆博客 &nbsp; &nbsp; </a>';}-->  
  7. <!--{/if}-->  
  8.  
  9. <!--{if $_GET['op'] == 'uchblog'}-->  
  10. <!--{eval $title=$member[username]."发布的日志 - ".$_SCONFIG[sitename]; $nnav=$member[username].'在重庆博客发布的日志'$towhere='<a href="http://u.nihaocq.com/" class="r" target="_blank" style="text-decoration: none;">进入重庆博客 &nbsp; &nbsp; </a>';}-->  
  11. <!--{/if}-->  
  12.  
  13. <!--{if $_GET['op'] == 'bbs'}-->  
  14. <!--{eval $title=$member[username]."在重庆论坛发布的帖子 - ".$_SCONFIG[sitename]; $nnav=$member[username].'在重庆论坛发布的帖子'$towhere='<a href="http://bbs.nihaocq.com/" class="r" target="_blank" style="text-decoration: none;">进入重庆论坛 &nbsp; &nbsp; </a>';}-->  
  15. <!--{/if}--> 

对get出来的网址进入判断.

在导航处把 $tohere 变量和$nnav放到适当的位置就可以了.

演示:  http://www.nihaocq.com/space.php?uid=1 注意看title和下面导航信息,如点击论坛就提示进去论坛点击博客就提示进博客.
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表