Where i sthe $blockheight setting? Why cant you view my site's threads?
Code:
// fetch height of block element
$blockheight = fetch_block_height($code);
eval('$html = "' . fetch_template('bbcode_code') . '";');
return $html;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~``
Code:
// fetch height of block element
$blockheight = fetch_block_height($code);
eval('$html = "' . fetch_template('bbcode_html') . '";');
return $html;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Code:
// remove htmlspecialchars'd bits and excess spacing
$code = trim(str_replace($codefind1, $codereplace1, $code));
$blockheight = fetch_block_height($code); // fetch height of block element
$code = str_replace($codefind2, $codereplace2, $code); // finish replacements
That is what i see in the functions_bbcode file? is there something i shoul ddo there?