1

(6 replies, posted in PunBB 1.2 discussion)

Hello !

Vin100, Xiutecutli and Kiplantt are the investigators of the creation of a french communauty of punbb users. The site is fully fonctionnal and regulary updated with the new version of punbb in the french version (the 1.3 is already alvailable). Many more features are present like traduction of mods. Rickard, are you agree to let them become the official french support of punbb and put a link to punbb.fr at the place of the french forum like you have do with punbb.de, the french communauty is not big and i think that punbb.fr is the best way to organize the knowledges of french punbb users.

Thanks !

2

(8 replies, posted in PunBB 1.2 discussion)

So what's the problem ?
In all case english is available, and for specific use (different language) the user is advertise that the good local has to be installed, if not the use is like the function date...

Am i wrong ?

3

(8 replies, posted in PunBB 1.2 discussion)

by default, if locals are not installed, strftime don't give any result (in english) ?

4

(7 replies, posted in Archive)

J'ai pose la question direct ds le salon punbb discussion tongue

http://punbb.org/forums/viewtopic.php?id=6590

5

(8 replies, posted in PunBB 1.2 discussion)

Hello !

punbb use the fonction date() wich not allow the use of the locals to display the date in specific language. Is it because the use of strftime is lower ? If no, is it possible to use strftime in the next version ?

6

(7 replies, posted in Archive)

Merci bcp, je vais tester ca. Pourquoi rickard a choisi d'utiliser une autre fonction ? est-ce qu'on ne pourrait pas lui proposer de mettre celle la a la place dans la future version de pun ?

7

(6 replies, posted in PunBB 1.2 discussion)

look this : http://punbb.org/forums/viewtopic.php?pid=34040#p34040

8

(6 replies, posted in Archive)

je vote pour mettre un lien direct sur punbb.fr a la place du forum actuel

++

9

(16 replies, posted in PunBB 1.2 troubleshooting)

it does'nt work sad

here is the code i have :

$pattern = array('#\[b\](.*?)\[/b\]#s',
                     '#\[i\](.*?)\[/i\]#s',
                     '#\[u\](.*?)\[/u\]#s',
                     '#\[url\](.*?)\[/url\]#e',
                     '#\[url=(.*?)\](.*?)\[/url\]#e',
                     '#\[email\](.*?)\[/email\]#',
                     '#\[email=(.*?)\](.*?)\[/email\]#',
                     '#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s',
                     '#\[align=(left|center|right)\[/align\]#');

    $replace = array('<strong>$1</strong>',
                     '<em>$1</em>',
                     '<span class="bbu">$1</span>',
                     'handle_url_tag(\'$1\')',
                     'handle_url_tag(\'$1\', \'$2\')',
                     '<a href="mailto:$1">$1</a>',
                     '<a href="mailto:$1">$2</a>',
                     '<span style="color: $1">$2</span>',
                     '<span align="align: $1">$2</span>');

and the result : http://okparanoid.free.fr/punbb-1.2.1/v … 527#p6527. Any ideas ?

i know what's regular expression but don't know how tu use it, i wrote this by chance and by looking your code but drop the id of phpbb in the [align] code seem to be too difficult for me tongue. Why they use a id ?

and Paul i dont know html xhtml, is there a solution as what you say, is the use of span wrong ?

thanks

10

(16 replies, posted in PunBB 1.2 troubleshooting)

I talk about the display bug that i have after the converstation phpbb->punbb you can find two examples with the links i have given.

I say "bug" because you seem to say that the converter should deal with this (drop them)...

I found in the source of punbb the function to deal with the bbcode, here is an extract :

    $pattern = array('#\[b\](.*?)\[/b\]#s',
                     '#\[i\](.*?)\[/i\]#s',
                     '#\[u\](.*?)\[/u\]#s',
                     '#\[url\](.*?)\[/url\]#e',
                     '#\[url=(.*?)\](.*?)\[/url\]#e',
                     '#\[email\](.*?)\[/email\]#',
                     '#\[email=(.*?)\](.*?)\[/email\]#',
                     '#\[color=([a-zA-Z]*|\#?[0-9a-fA-F]{6})](.*?)\[/color\]#s');

    $replace = array('<strong>$1</strong>',
                     '<em>$1</em>',
                     '<span class="bbu">$1</span>',
                     'handle_url_tag(\'$1\')',
                     'handle_url_tag(\'$1\', \'$2\')',
                     '<a href="mailto:$1">$1</a>',
                     '<a href="mailto:$1">$2</a>',
                     '<span style="color: $1">$2</span>');

 // This thing takes a while! :)
    $text = preg_replace($pattern, $replace, $text);

if y want the align method, shall i just add this '#\[align=(left|center|right)\[/align\]#'
and this '<span align="align: $1">$2</span>' in the two arrays ? Or there are other modifications to do ?

can help me for the correct syntaxes i dont know how to use it ? sad

11

(16 replies, posted in PunBB 1.2 troubleshooting)

and what about the "bug" tongue

12

(7 replies, posted in Archive)

pour l'instant jai ca :
http://okparanoid.free.fr/punbb-1.2.1/

le m minuscule c pour avoir les mois en lettre et pas en chiffre, et j'aimerai avoir la meme chose mais en francais et pas en abrege si possible, tu as une idee ?

13

(16 replies, posted in PunBB 1.2 troubleshooting)

Oh yes i'm aware of it !

And it's why i like your works...

The utility of features is very subjective otherwise. My forum is a forum of a french rock group and people talk about news of the worlds, arts etc. Some of this post their own "poem", they post some image with the text and the presentation of the post is for us important. It is a part of the post.
In other part they don't care to know how much times a topic has been read or if the poster is online or not. And i know that this feature is very important for others forums.

For me the "ideal" forum is a forum where posts are in te center of it. A forum "at the service of the post" (oups).

But i understand your choice, i know that forum have multiple utility and it's hard to deal with all of this. Yours is the best i have found so...

Thanks for your works !

14

(16 replies, posted in PunBB 1.2 troubleshooting)

here is some exemple of the bug : http://okparanoid.free.fr/punbb-1.2.1/v … php?id=135
http://okparanoid.free.fr/punbb-1.2.1/v … php?id=473


dont worry about the color and the presentation it's only a test forum...

is the implementation of align method too hard for the result or it has an other inconvenience ?

15

(16 replies, posted in PunBB 1.2 troubleshooting)

Hello i have migrated my phpbb forum to punbb but the post who haves the align method of BBcode have some troubles of display. Is there a solution ? The align method can be add to punbb ?

thanks a lot !

16

(33 replies, posted in Feature requests)

Connorhd wrote:

they might use what gary said, or if their php is on the same server as the ircd its easy

oups roll

17

(33 replies, posted in Feature requests)

Connorhd wrote:

but i don't know what the php behind it is

Me too ! i know that that is the question, but it's just to say it's possible if they already do it tongue

18

(33 replies, posted in Feature requests)

for example on http://www.fantasya.org.

sorry its in french, and i don't know how they do. Like other site they allow you to register your own irc channel and give you a platform in java to use it.

they give you a script

<script language="javascript" src="http://www.fantasya.org/compteurs/compteur.php?salon=fnd"></script>

than give you the number of visitor in your channel...

register is very simple, perhaps you can try...

19

(33 replies, posted in Feature requests)

one thing that will be great it's to indicate the numbers of visitors in the link to the chat. Is it possible with pjirc and will you do this ?

20

(7 replies, posted in Archive)

bonjour j'ai change l'affichage de la date histoire de voir afficher le jour de la semaine dans le panneau d'administration, j'utilise donc le format :

D d-M-y

Le probleme est que ca met les mois et jours en anglais, comment faire pour l'avoir en francais ? Merci !

in french : "oh la boulette !"

Thanks a lot ! it's work smile

thanks for your answer !

But sad it does not work tongue yet

http://okparanoid.free.fr/punbb-1.2.1/v … php?id=502

here is some lines of my  _cs.css :

/* 1.1 Default background colour and text colour */

BODY {BACKGROUND-COLOR: #000}

.pun {COLOR: #FFF}

/*DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH{BACKGROUND-COLOR: #A22}*/
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #F1F1F1}

/* 1. 2 Darker background colours */

TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #B22}

/* 1.3 Main headers and navigation bar background and text colour */

.pun H2, #brdmenu {BACKGROUND-COLOR: #000; COLOR: #FFF}

/* 1.4 Table header rows */

.pun TH {BACKGROUND-COLOR: #B33}

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #0F0}

/* 1.6 Highlighted text for various items */

.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #0F0}

/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/

/* 2.1 This is the setup for posts. */

/*DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DEDFDF}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}*/
/*DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #B33}*/
DIV.rowodd DIV.box, DIV.rowodd DIV.postright, DIV.rowodd DIV.postfootright {BACKGROUND-COLOR: 0F0}
DIV.roweven DIV.box, DIV.roweven DIV.postright, DIV.roweven DIV.postfootright  {BACKGROUND-COLOR: 00F}

don't worry about the bad color the forum is in test mod smile, and i have modified some display too...

any alternative big_smile ?

any ideas ?

sorry for my bad english, perhaps i'm not been understood...

i want to alternate the color of the background to te right party of a post then the color will be switch alternately in two colour

in the viewtopic.php it call the display of a post with :

<div id="p<?php echo $cur_post['id'] ?>" class="blockpost<?php echo $vtbg ?>

so i think that the blockpost class can be separate in two herited class but i dont know to specify the background color of each class in the _cs.css file  (i don't know how to name it)

there is a section to specify the color of the blockpost class

DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #DEDFDF}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #f1f1f1}*/
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #B33}

i'm newb in the manipulation of css and i don't know manipulate class correctly...

So what the syntax i have to use to specify the background color of blockpost roweven and blockpost rowodd ?

Thanks a lot for yours answers...

Hello !

I'm using punbb 1.2 and would like to switch the background color of the posts

i see that it is a variable to do this in the code

// Switch the background color for every message.
$bg_switch = ($bg_switch) ? $bg_switch = false : $bg_switch = true;
$vtbg = ($bg_switch) ? ' roweven' : ' rowodd';

After that it call the class blockpost + vtbg to display a message

but in the .css i don't know how to activate it with the blockpost class. How can i do this ?

Je trouve que cette option n'amene pas grand chose et je voudrais soit carrement virer le comptage de la base, soit ne pas l'afficher.

C'est possible ? Merci !!!