1. 论坛系统升级为Xenforo,欢迎大家测试!
    Dismiss Notice

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

Discussion in '源码讨论' started by yeshou, Nov 23, 2005.

  1. yeshou

    yeshou New Member

    Joined:
    Sep 6, 2005
    Messages:
    7,067
    Likes Received:
    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

    Joined:
    Sep 7, 2005
    Messages:
    86
    Likes Received:
    0
    谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢谢野兽~~~~~~~~
     
  3. yeshou

    yeshou New Member

    Joined:
    Sep 6, 2005
    Messages:
    7,067
    Likes Received:
    34
    客户不去客户区 来这边跟我要东西 奇怪呢
     
  4. 电脑神童

    电脑神童 New Member

    Joined:
    Sep 7, 2005
    Messages:
    86
    Likes Received:
    0
    你比较熟嘛~
     
  5. yeshou

    yeshou New Member

    Joined:
    Sep 6, 2005
    Messages:
    7,067
    Likes Received:
    34
    哦哦哦哦哦
    下不为例