oh, once again, thanks so much
:kiss:

by the way, how can i take 10 newest post in a defined forum id ?

i tried 'where' => 'f.id = 2',

but error appears

ooh
thank you so much !
i've been crazy with this stuff

Would you please give me an exactly example code ?
I've found it but i dont know how to use

Well, I read this from Wiki (http://punbb.informer.com/wiki/punbb13/integration) and wonder how to parse bbcodes ?

Someone would help me ?

6

(0 replies, posted in Feature requests)

Youtube bbcode

Left Center Right bbcode

Spoiler bbcode

A simple portal with the following blocks: Annoucement - Recent topics




I dont know English much, I can't talk much.
Thank you!

Hi everyone !
I've used for a short period and I found that Punbb has a small trouble with firefox.
The trouble is when you move from a short page to a long page, the webpage will move a little when the Firefox vertical scrollbar appears. I've googled and found 2 ways to fix it.

1: add this to stylename.css
html, body{
    height: 100%;
    margin-bottom: 1px;
    }

OR

2: add this to stylename.css
html, body{
    height: 100%;
    overflow-y:scroll;
    }

These code will force scrollbar appear, and you wont see anything moves.

Hope this usefull

8

(71 replies, posted in Feature requests)

how can I add more BB codes like youtube ?

thanks in advance!