technotip (@technotip)

Forum Replies Created

Viewing 5 replies - 26 through 30 (of 30 total)

  • technotip
    Participant

    @technotip

    Awesome site. Awesome design.


    technotip
    Participant

    @technotip

    I have the same problem on my blog, and I was thinking its just me :-)

    Thanks jmharrington for taking time to write here.

    Can anyone help us?


    technotip
    Participant

    @technotip

    I see that TinyMCE editor adds <p> </p> tags after each line. How can I convert <p></p> tag to <br /> tag ?

    If this has been solved in any other threads, then please give me the link. I searched a lot before posting it here.

    Please help…its very urgent.


    technotip
    Participant

    @technotip

    Not working..in bbpress1.0

    Please help me…


    technotip
    Participant

    @technotip

    This doesn’t solve the other problems like.. Underlining, Stricking the text, font size increasing etc. And in the links that we add using TinyMCE editor gives an extra quote in the resulting form content link!

    I am using bbpress 1.0 and there is a file by name functions.bb-forums.php inside bb-includes folder. I opened it and saw these codes

    function bb_allowed_tags() {
    $tags = array(
    'a' => array(
    'href' => array(),
    'title' => array(),
    'rel' => array()),
    'blockquote' => array('cite' => array()),
    'br' => array(),
    'code' => array(),
    'pre' => array(),
    'em' => array(),
    'strong' => array(),
    'ul' => array(),
    'ol' => array(),
    'li' => array()
    );

    I added 'p' => array(), to solve the <p> tag problem.

    But all other problems regarding underline, stricking the text, adding image also doesn’t work(I have installed allow-image plugin), font size increasing also doesn’t work.

    Please help.. and if possible get back to me at satish at technotip DOT org [ Its .ORG and not .COM ].

    Thanks

Viewing 5 replies - 26 through 30 (of 30 total)