Quote:
Originally Posted by Stratis
Mark it does not work for me, if you read post 11, you will see what about.
Problem with spacing to text with this version is ok.
code and attach that I put not to show, in the first version, did not work at all.
Now rather than working i see the code of coded link, see example
HTML Code:
<div class="bbcode_container" >
<div class="bbcode_description" style="padding-bottom:2px">Code <a href="#" onclick="selectCode(this); return false;"><input type="button" value=" Select " /></a></div>
<pre class="bbcode_code"style="height:36px;"><p>https://play.google.com/store/apps/details?id=com.led.notify&hl=el</p></pre>
</div>
This supposed to be this link
Code:
https://play.google.com/store/apps/details?id=com.led.notify&hl=el
Same with attach images, i see all code.
|
Try editing the plugin "Hide BBCodes/Signatures From Guests" by locating the line:
PHP Code:
require_once(DIR . '/hidebbcodesfromguests/hidebbcodesfromguests.php');
and directly below this, add:
PHP Code:
header("Content-Type: text/html; charset=utf-8");