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

编辑Tag赚U币
教程Tag:暂无Tag,欢迎添加,赚取U币!
注意本人分享的都是原理,所有的创意还需要您自己去思考与完成;

在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和下面导航信息,如点击论坛就提示进去论坛点击博客就提示进博客.

查看更多 supesite教程  supesite模板

来源:SupeSite//所属分类:SupeSite教程/更新时间:2009-11-24
相关SupeSite教程