Hi,

I use extern.php
each topic has a dot
I would like to replace this dot by an image located for example at /image/fleche.gif
What do I have to change in extern.php and where exactly?


Ludo,

no idea?

353

(12 replies, posted in Archive)

Désolé, je me suis mal exprimé.
Disons que épingler ça me convient franchement pas. Scotcher est dans le larousse donc je le conserve.
C'est un choix plus parlant à mon sens. Je ne remets cependant pas du tout en cause votre travail sur la traduction.
J'aoute que j'ai constaté que parfois on avait e-mail et email. Pourquoi cette différence. La diifférence est mineure certes mais elle m'étonne.

Ludo,

354

(12 replies, posted in Archive)

aucun problème de mon coté.
Il est cependant vrai que j'ai mis le nez dans le pack français pour faire un certain nombre de modifs. Malheureusement, j'ai pas noté tout ce que j'ai modifié.
Je pense notamment aux mots "scotcher" et "descotcher" que j'ai ajouté alors qu'ils étaient mal traduits.
Je peux te filer mon pack français si tu veux.

Ludo,

Do yo mean that li=·
I tried to replace it or to suppress it and it did not work
If I want the dot to be replaced by /images/fleche.gif how can I do that?

Ludo,

356

(6 replies, posted in PunBB 1.2 troubleshooting)

Tmn wrote:

Why punbb doesn't mark viewed post as read? Like in phpbb

It's because punbb is not phpbb.
Moreover, having a system like in phpbb would be bloat. As Ricard does not want punbb to be bloat, we keep the actual system.

Ludo,

357

(4 replies, posted in Archive)

huuumm.
regardez dans extern.php tout est expliqué. Une petite fonction include et c'est parti!

Ludo,

358

(9 replies, posted in PunBB 1.2 troubleshooting)

Hi,

Though quick post is on 'no' in admin/options I still have the quick post form at the bottom of topics.

Any idea?

Ludo,

I had exactly the same problem and I took the same solution.
Rickard, maybe you should put a method on how to create indexes

Ludo,

Hi,

I've juste noticed that though I put French in my profile, the words 'administrator' and 'moderator' are not translated.
I had a look in common.php and I see that there is 'administrateur' for 'administrator' and 'Modérateur' for 'moderator'
Why do not these translations work?

Ludo,

361

(21 replies, posted in Archive)

La graisse?
C'est un espace c'est tout apparement. C'est Rickard qui l'a mis et je n'ai pas d'explication à ce sujet.
Si ça y est c'est qu'il y a surement une raison car en general, le superflus, c'est pad s pour punbb...

cordialement,

362

(18 replies, posted in Archive)

l'icone bleue peut se modifier dans *_cs.css
à la fin tu as div.inew
C'est ça ça qui definit l'icone.

cordialement,

363

(27 replies, posted in PunBB 1.2 discussion)

In french it gives something like that:

"la fonction php a été dans l'incapacité d'enregistrer le fichier telechargé dans un emplacement temporaire"

It's so rare I can help you... wink

Ludo,

Hi,

Ricard has already answered this question.
See here http://punbb.org/forums/viewtopic.php?id=5628

Ludo,

365

(0 replies, posted in PunBB 1.2 show off)

Hi,

Just finished to update my forum to 1.2 and to skin it.
Have a look at http://www.pluriservices.net/forum
You can notice that I've added to links in the nav bar: one to go back to my site homepage and one to go directly to help because so many people asked me where it was.

Ludo,

366

(5 replies, posted in Programming)

Hi,

I'me used to using front page for so long time to build my website.
I've recently realized that my site was not well seen for firefox users. I mean it may be the same thing with other navigator like netscape.
So I want to ask you which page builder I should use instead of frontpage, to make my site compatible with every navigators.
May dreamweaver be a good choice?

Thanks for your reply,

Ludo,

in extern.php for 1.1.5 there was a · which gave a dot before the topic.
in extern.php for 1.2 there is no ·
Where can I delete this dot?
has extern.php been modified from 1.1.5 to 1.2 ?


Ludo,

it's a variable to replace http://www.yoursite.com
In fact, it replaces the root
For security reasons, my hoster does not allow me to put directly include 'extern.php'

Edit: oops Rickard, I've found the problem. I had forgotten to put my real root for $pun_root in extern.php

Ludo,

Hi,

I've just updated my forum. All works good except extern.php which worked good with 1.1.5
in my page I got this code to call extern:

<?php
$ancien_get_action = $_GET['action'];
$ancien_get_show = $_GET['show'];
$_GET['action'] = 'active';
$_GET['show'] = 8;
include($_SERVER['HTTP_RACINE'] . '/forum/extern.php');
$_GET['action'] = $ancien_get_action;
$_GET['show'] = $ancien_get_show;
?>

I now get the message "The file 'config.php' doesn't exist or is corrupt. Please run install.php to install PunBB first."

when I try to go directly on extern.php by http://www.pluriservices.net/forum/extern.php , it gives me that error "No parameters supplied. See extern.php for instructions."

Can you help to make extern.php work?
has extern.php been modified from 1.1.5 to 1.2 ?

Thanks for your help.

Ludo,

You're right Connorhd.
It works perfectly.
I also added a link "help" next to "login".

I really thank you!

Ludo,

Connorhd wrote:

you will probably need to add it to the generate_navlinks function in functions.php

You've got an idea to do that? where exactly in functions.php? Wouldn't it be easier to do that in main.tpl?

Ludo,

372

(4 replies, posted in PunBB 1.2 troubleshooting)

You're so cool Paul!!! smile
It works, thank you

Ludo,

373

(4 replies, posted in PunBB 1.2 troubleshooting)

I put that in cs_css:
/* 3.1 All external borders (H1 is the board title) */

DIV.box {BORDER-COLOR: #FFCE01}

/* 3.2 Makes the top border of posts match the colour used for post headers */

DIV.blockpost DIV.box {BORDER-COLOR: #FFCE01 #FFCE01 #FFCE01}

/* 3.3 Table internal borders. By default TH is same as background so border is invisible */

.pun TD {BORDER-COLOR: #FFCE01}
.pun TH {BORDER-COLOR: #FFCE01}

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #FFCE01}

and see what it gives at http://www.oyre.net/forum . Announcement and the others are not bordered with FFCE01

I made a mistake?

Ludo,

374

(4 replies, posted in PunBB 1.2 troubleshooting)

This is my last question of the day. Promised, after this one I go to sleep.
In the css, I can't find where to define the border color of the zone where you have "Announcement" or "admin menu" or "plugins" or "forum rules". It seems to be the same css for all these.
I've tested many things but I can't find where it is.

Can you help me?

Ludo,

Maybe.
It's not so simple as it seems to...

Ludo,