1. 论坛系统升级为Xenforo,欢迎大家测试!
    排除公告

签名只显示一次for vb3.5 电脑神童来拿

本帖由 yeshou2005-11-23 发布。版面名称:源码讨论

  1. yeshou

    yeshou New Member

    注册:
    2005-09-06
    帖子:
    7,067
    赞:
    34
    includes/class_postbit.php
    找到
    PHP:
                    $this->post['signature'] = $this->bbcode_parser->parse($this->post['signature'], 'nonforum'true);
                    
    $this->cache['sig'][$this->post['userid']] = $this->post['signature'];
    在下面添加
    PHP:
                    $this->show['postsignature']=true
    找到
    PHP:
                    $this->post['signature'] = $this->cache['sig'][$this->post['userid']];
    在下面添加
    PHP:
                   $this->show['postsignature']=false

    修改模板
    postbit/postbit_legacy
    找到
    HTML:
    <if condition="$post['signature']>
    替换为
    HTML:
    <if condition="$post['signature'] && $this->show['postsignature']">    
    
     
  2. 电脑神童

    电脑神童 New Member

    注册:
    2005-09-07
    帖子:
    86
    赞:
    0
    谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢野兽~~~~~~~~
     
  3. yeshou

    yeshou New Member

    注册:
    2005-09-06
    帖子:
    7,067
    赞:
    34
    客户不去客户区 来这边跟我要东西 奇怪呢
     
  4. 电脑神童

    电脑神童 New Member

    注册:
    2005-09-07
    帖子:
    86
    赞:
    0
    你比较熟嘛~
     
  5. yeshou

    yeshou New Member

    注册:
    2005-09-06
    帖子:
    7,067
    赞:
    34
    哦哦哦哦哦
    下不为例