showthread.php - 2.0.2 new $post codeing - HELP!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • NanoEntity

    showthread.php - 2.0.2 new $post codeing - HELP!

    In showthread.php v2.0.1 this line exists but......

    PHP Code:
      if ($post[ip]!="") {
        if (
    $logip==2) {
          eval(
    "\$post[iplogged] .= \"".gettemplate("postbit_ip_show")."\";");
        }
        if (
    $logip==1) {
          eval(
    "\$post[iplogged] .= \"".gettemplate("postbit_ip_hidden")."\";");
        }
        if (
    $logip==0) {
          
    $post[iplogged]="";
        }
      } else {
        
    $post[iplogged]="";
      }

      
    $post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]); 
    In v 2.0.2 it dosent, where was it moved? or replaced by another code?

    I'm intresed in this line

    PHP Code:
      $post[message]=bbcodeparse($post[pagetext],$forum[forumid],$post[allowsmilie]); 
    "$post[message]"

    without it my hack add on wont work!

    Thanks!
    Last edited by Guest; Tue 31 Jul '01, 12:35pm.
  • Freddie Bingham
    Former vBulletin Developer
    • May 2000
    • 14057
    • 1.1.x

    #2
    It's in the second function in functions.php

    Comment

    • NanoEntity

      #3
      thanks, works great! : P

      Comment

      widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎