Search

bbPress Showcase » bbPress Chat

put your test posts here

RSS

Tags:


  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 3 months ago #
  2. vishmoon
    User has not uploaded an avatar

    new member
    Joined: Jun '10
    Posts: 1

    offline

    Hello this is test,

    Posted 3 months ago #
  3. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 732

    offline

    testing uploads again

    Attachments

    1. elephpant.jpg (39.4 KB, 0 downloads) 1 month old
    Posted 1 month 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 month 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 month ago #
  6. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 732

    offline

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

    As an administrator you could via a plugin however.

    Posted 1 month 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 month ago #
  8. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 732

    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 month 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 month ago #
  10. _ck_
    _ck_

    senior admin
    Joined: Jul '06
    Posts: 732

    offline

    full bbcode test

    • testing
    • testing

    testing

    [img]http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_smile.gif[/img]

    [blink]won't work[/blink]

    Posted 2 days 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:
22 users online from in the past 30 minutes. 10 bots 12 guests
1,032 views today 4,136 yesterday 9,585 peak. Most at once 28 today 34 yesterday 115 peak. Visited today: _ck_, rulezGrog
1,891 posts in 312 topics over 45 months by 358 of 1,202 members. Latest: metoh, Dakcenturi, demo