51

(11 replies, posted in PunBB 1.2 troubleshooting)

Hello punbb users.

I've put DailyMotion,Youtube,GoogleVidéo and SwfReader bbcodes in my Forum.A local site give the opportunity to user to take the link of their vidéos directly like this :

<script language="javascript" src="http://www............/video150.html"></script>

I've had a look at http://www............/video.html the vidéo inside have an Flv extension,no problem to read it inside SwfReader bbcode but to simplify manipulation for the users (open the link,view the source,localize the link of flv file) i would like to use directly the code listed above inside a new bbcode.

Is it possible ?

Any idea ?

Thanks for your answer.

52

(2 replies, posted in Feature requests)

guardian34 wrote:

Would you include a link on the rules so they can continue with posting?

Yes, i've forget this,but the link must appear only when they post for the first time.

guardian34 wrote:

(Also, don't they have to read them before they sign up?)

Yes they have to do that but it's general rules , i have specifics rules for every forums i have and they didn't read them before posting.Some people register and send their first post one month after,of course they forget what was written in the rules.

53

(2 replies, posted in Feature requests)

Hello everyone.

First, thanks for all the answers in this forum,i've found a lot of solutions to my problems here.
I would like to force the registered users to read the rules of each forums i've made before posting their first post (and of course only once).
Just to be sure they have read the rules before posting for the first time.

Any idea ?

I think the modifications have to be done in post.php.

1) Check if he is a registered user
2) Check if it's his first post
3) Yes -> Read the rules
4) No -> Post

Thank you.