Sorry, but i have one general title for all the forum "Forum d'Ailleur Production" then title for topic like :

Forum d'Ailleur Production/"L'eau et les élections en Bolivie"

maybe i don't understand what you say..

Hi,

The page of my punbbforum are well indexed in google, but with no title !
example

When i am on my forum the title of all topic appear !
example : http://www.ailleurprod.com/punbbforum/v … .php?id=55

<pun_head> is placed just after <head> in main.tpl
is it the good place ? What other i would have to do ? I don't know.

Here is my problem..

hmm
----------------
P.S. : I am french, my english is not so good, sorry.

Ok !

What i have done is to remove in base.css :

IMG.postimg {max-width: 100%}

And now it works !

I know about size 100% in base.css !

That's not it !!
Maybe i don't explain in a good way.

The pb is all my picture, even the little one appear in 100% !

i mean something like this :

http://home.tele2.fr/filmpierre/ailleurlogo88-31-etendu-cop.gif

In fact, it's a bug..  no ?

Hi,

I am using punbb 1.2.9 french;

I get a pb.

When we post a picture by [img]URL[/img], all the picture appear with the same size. I mean 100% of the post o(or the pourcentage i define in base.css).

I mean a very small picture like this one :
http://home.tele2.fr/filmpierre/ailleurlogo88-31-1.gif

appear 100% in my forum !! and it is really not good !

If some one have an idea where i must modify to get the good size, i will be very happy.
smile

hi,

I see we can change Order of Post(the newest post coming first) by change this line like with ' ORDER BY p.id DESC LIMIT ' in "viewtopic.php" :

 $result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.status, u.registered, u.admin_note, p.id, p.poster, p.poster_id, p.poster_ip, p.poster_email, p.message, p.smilies, p.posted, p.edited, p.edited_by FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id WHERE p.topic_id='.$id.
' ORDER BY p.id DESC LIMIT '.$start_from.','.$disp_posts) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

But this will change the order of post of all the thread, and me what i would like is just to apply "change order post" to one or two or which i want "thread" in the punbb.

How can i proceed to do that ?

Ok, i am french, and use "punnbb 1.2.9 fr".

So, if any one know..