Search

bbPress Showcase » bbPress Chat

  1. tuanadi
    User has not uploaded an avatar

    junior member
    Joined: May '10
    Posts: 6

    offline

    test again <div class="test"><div id="nothing">Just Testing</div></div>

    Posted 1 year ago #
  2. vishmoon
    User has not uploaded an avatar

    new member
    Joined: Jun '10
    Posts: 1

    offline

    Hello this is test,

    Posted 1 year ago #
  3. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    testing uploads again

    Attachments

    1. elephpant.jpg (39.4 KB, 1 downloads) 1 year old
    Posted 1 year ago #
  4. bbnewbee
    User has not uploaded an avatar

    new member
    Joined: Aug '10
    Posts: 4

    offline

    testing table ;

    <%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
    <html>
    <head>
    <title>Untitled Document</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    </head>

    <body>
    <table width="75%" border="1">
    <tr>
    <td height="107">cell 1 col 1 </td>
    <td>cell 2 col 2 </td>
    </tr>
    </table>
    </body>
    </html>

    Posted 1 year ago #
  5. bbnewbee
    User has not uploaded an avatar

    new member
    Joined: Aug '10
    Posts: 4

    offline

    Testing again
    <html>
    <body>
    <table width="75%" border="1">
    <tr>
    <td height="107">cell 1 col 1 </td>
    <td>cell 2 col 2 </td>
    </tr>
    </table>
    </body>
    </html>

    Posted 1 year ago #
  6. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    You can't just post native html like that into bbpress posts.

    As an administrator you could via a plugin however.

    Posted 1 year ago #
  7. bbnewbee
    User has not uploaded an avatar

    new member
    Joined: Aug '10
    Posts: 4

    offline

    Do you know where to get the plugin for admin? I almost looked for everywhere.

    And with that plug in, could I modify admin privileges, to let non-admins to post tables.

    I need users be able to post an image on the left and text on the right hand side,
    as well colour the text.

    Posted 1 year ago #
  8. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    The plugin is called "admin can post anything".

    If you want users to be able to post tables, you'd have to add all the table tags to the allowed tags.

    Make this into a plugin and it might do it.

    <?php
    /*
    Plugin Name: Allow Tables
    */
    add_filter('bb_allowed_tags','bb_allow_table_tags');
    function bb_allow_table_tags( $tags ) {
    $tags['table'] = array('height'=>array(),'width'=>array(),'border' => array());
    $tags['tr']=array();
    $tags['td']=array();
    return $tags;
    }
    
    ?>

    Please see bbpress.org for more info and questions on adding tags.

    Posted 1 year ago #
  9. bbnewbee
    User has not uploaded an avatar

    new member
    Joined: Aug '10
    Posts: 4

    offline

    Thanks for the info and prompt response, very much appreciated !

    Posted 1 year ago #
  10. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 882

    offline

    full bbcode test

    • testing
    • testing

    Posted 1 year ago #

RSS feed for this topic

Post a reply to “put your test posts here” »

You must log in to post.

keep _ck_ coding >> donate $5 <<     Theme Switcher:
35 users online from in the past 30 minutes. 14 bots 21 guests
2,826 views today 6,910 yesterday 14,010 peak. Most at once 47 today 48 yesterday 131 peak. Visited today: codye, _ck_
2,231 posts in 377 topics over 62 months by 424 of 1,966 members. Latest: brmidot, somomoni, codye