Too much AD, but it looks cool

27

(18 replies, posted in Feature requests)

Rod wrote:

If a user has safari, the BUTTONS don't work ... but TEXTAREA WORKS in Safari no ? (hahahahaa).

What's so funny ? And what's your point ? Safari is a very cool browser, and I'm not a Mac addict, I just own an iBook. My point here is to not bloat PunBB, you can do what you want in a mod, or you can use BB extensions for firefox, but it's wrong to ask Rickard to put it in the core release.

28

(18 replies, posted in Feature requests)

Rod, you are acting exactly the same as those webmasters doing crappy MS-HTML, except you are doing it for Gecko. The purpose of the web is to be usable on any platform and browser, and by any I'm even talking about web clients not running on computers or browsers which event out yet.

29

(5 replies, posted in Archive)

Mets juste

<img src="data/logo.png" alt="Logo" />

30

(18 replies, posted in Feature requests)

I see specific Gecko/IE code, I'm actually using Safari.
Specific browser code is the worst, JS is lame because it always need different code for each browser.

I vote no.

31

(5 replies, posted in Archive)

Ton problème est bizarre. Par contre, j'ai trouvé ca dans le haut de ton forum:

<img src="http://apupv.free.fr/data/logo.png"><embed src="logo.png" width="350" height="50"></embed></object></span><br>

Oh mon dieu ! STP remplace cette chose illico par quelque-chose du style:

<img src="http://apupv.free.fr/data/logo.png" alt="Logo" />
<img src="logo.png" alt="Logo" />

32

(19 replies, posted in Feature requests)

Please don't add PM ! There is a mod, fine, but I don't wanna see PunBB bloated (this is bloat as it's not required, a PM should use mail IMHO) as it become more popular.

If you add PM, I'm pretty sure there will be some PunBB-light fork sad

33

(76 replies, posted in News)

middleground wrote:

(now if we could convince you of the PM adder..... smile would donation help.....? )....

No PM please sad Don't bloat it.

34

(7 replies, posted in Archive)

Oui effectivement, il reste donc la solution de mettre la main dans le camboui wink
Ca ne devrait pas être très dur à développer avec PunBB de par sa simplicité, mais il faut y passer un peu de temps.

35

(7 replies, posted in Archive)

J'avais mal lu ton post si tu entendais par à prioris une validation des posts par un modérateur avant leur publication. Mais tu peux peut-etre y arriver en jouant avec les droits des forums, par exemple une section fourre-tout privée et une section publique triée ou tu mets tous les posts acceptés.

36

(5 replies, posted in Archive)

Non, il faut donc tapper du code et modifier le forum pour pouvoir le faire neutral

37

(11 replies, posted in Archive)

kiplantt wrote:

Bah normalement Free doit avoir un gestionnaire de base de donnée (genre PHPMyAdmin). Ouvre ta base de donnée avec celui-ci, va dans la table "config", affiche-la et remplace la valeur 1 de la ligne "o_maintenance" par 0.

http://sql.free.fr/

38

(11 replies, posted in Archive)

Extrait de la faq:

2.6 - I've set the forum into maintenance mode and I'm logged out. How do I turn it off?

Copy/upload the script turn_off_maintenance_mode.php from the directory extras/ into the forum root directory and run it through your browser. A message will appear when the operation has completed. Don't forget to remove the script from the forum root directory when finished.

Si tu as besoin d'une traduction, demande wink

39

(1 replies, posted in Archive)

Gre3n wrote:

S'il est possible de mettre ce post en 'sticky' ?
Que chaque utilisateur du forum francophone se présente sur ce thread. Ce sera plus sympa comme ca.

Non, ca n'est pas le but des stickies wink

40

(7 replies, posted in Archive)

Oui, sans problème wink

41

(2 replies, posted in Archive)

le module MySQL pour PHP n'est pas installé. Cela dépnds de ta distribution mais il doit s'appeller du genre php-mysql

42

(31 replies, posted in Archive)

http://www.bakec.com/forum -> Site de clan

43

(16 replies, posted in PunBB 1.2 show off)

Zoey's quite cool big_smile

44

(12 replies, posted in Archive)

Vas-y, mets à jour big_smile

45

(12 replies, posted in Archive)

20sang wrote:

Par contre si c'est parce que "scotcher" est un anglicisme que ça n'a pas été mis, pour être cohérent alors c'est "courriel" qu'il faut utiser plutôt que "email" ou e-mail" ... wink

Argh, help ! (anglicisme) mad

46

(18 replies, posted in PunBB 1.2 show off)

Here we go, sorry about the delay wink :

SELECT t.id, t.subject, p.message, p.poster_id, p.poster, p.posted
FROM punbb_topics AS t, punbb_posts AS p
WHERE t.forum_id = 1
    AND t.id = p.topic_id
    AND t.posted = p.posted
ORDER BY t.posted DESC
LIMIT 5

- Replace the 1 in t.forum_id = 1 by the ID of the forum you are using for publishing the news displayed on the front page.
- LIMIT 5 is limiting the number of news to get to 5, increase, decrease or remove it as you like.

You then get a nice result set with:
- id: the ID of the post so you can link to it (for comments)
- subject: the title of the post
- message: the content of the post
- poster_id: the ID of the author of the post, so you can link to his profile
- poster: the name of the author
- posted: the date of the post, use date() to format it.

I still miss the number of comments, shouldn't be hard to get, I'll update this post when I'll find some time to work on it cool

For the memberlist, it's even easier:

SELECT u.id, u.username, u.realname, u.url, u.jabber, u.icq, u.msn, u.aim, u.yahoo, u.use_avatar
FROM punbb_users as u
WHERE u.group_id=1
  OR u.group_id=2
  OR u.group_id=5
ORDER BY u.username ASC

The group_id WHERE clauses are the groups you want the users from. The result set is self_explanatory.

Check the PunBB Developer Information for information about the tables, it's easy as 1.2.3 cool

47

(3 replies, posted in Archive)

Non, par contre tu peux bien sur limiter l'accès à un forum à un certain groupe d'utilisateurs.

Si cela ne te convient pas, il te reste à commencer à bosser sur un mod wink

48

(2 replies, posted in PunBB 1.2 discussion)

That was fast, cool cool

49

(2 replies, posted in PunBB 1.2 discussion)

Is there any moderator in the french section of the forum ? If not, I'd be glad to help cool

Two recent exemples (<24h) :
- Someone sticked this while it's only a poor way to divide the already small french PunBB community.
- Someone thinks the french section is a good way to promote his new guestbook script.

50

(8 replies, posted in Archive)

Jérémie wrote:

Ils sont pas bien ceux-ci ?

idem

Pourquoi vouloir scinder la communauté, déjà pas énorme, en 2 ?
Je reste ici...