If I would like to make all the 'subforums' topics to appear in the 'forum' itself instead of having to go under the 'subforums' section to see them, would that be possible with that mod ?  IF not, how could I ?

So it would be a way to sort my topics instead of really separating the topics from the general forum.

An example of what i want :
http://forumz.tomshardware.com/hardware/forum-c2.html
The 'General motherboard' forum is categorized in 'brand' subforums (or category), but when you open the 'General Motherboard' forum you can see all posts from different brands.

If I would like to make all the 'subforums' topics to appear in the 'forum' itself instead of having to go under the 'subforums' section to see them, would that be possible with that mod ?  IF not, how could I ?

So it would be a way to sort my topics instead of really separating the topics from the general forum.

An example of what i want :
http://forumz.tomshardware.com/hardware/forum-c2.html
The 'General motherboard' forum is categorized in 'brand' subforums (or category), but when you open the 'General Motherboard' forum you can see all posts from different brands.

Problem solved.  It was a conflict on a 'hr' class in my own css.  I solved the problem using a hr.classXYZ declaration.  Still I used 'a _margin: -7' declaration to correct IE hr misplacement.

Thanks you all for trying to help!  Especially to Ree

I've figured this just before your post! Thanks though. smile I am trying to figure what is wrong in my own site css. Not easy!

i don't think so..   but to make sure I reinstated the original base.css
no change!  this bug is driving me crazy

It's nothing about the CSS style file.  I've tried going back from my modified style to the default one. I Still have the same bug.
Yes it can be see as an IE bug.  But with more than 65% people using IE, i would be a fool to ignore it!

Anyone know how I can prevent my avatar to truncate in IE?

elbekko wrote:

I see... can't really be a PunBB problem tho.

HUm..  why ? It happens in the punBB forum.  My avatar had been changed.  Happen with all type of file. All type of size.
Anyway, it's not about pointing punBB to be defective.  I'm a just looking for help...  :?

Yeah me too!
Except for the avatar truncated.  sad
Load the page in Internet Explorer (not firefox neither opera) and look at the second and third reply in the topic.

Oups...  sorry the host was down for the night. Can you load it again?
This is not a host problem. I hate to say that, but it is definitely a punBB problem! sad

This strange behavior happen only in explorer!  Seems to appears when posting short messages.
See an example of this (please open my page in IE to see the bug)
Look at the avatar from the second and third post more precisely.

> http://pcfred.teddypokerdeals.com/tpd/f … c.php?id=7



EDIT :PROBLEM SOLVED. 
It was a conflict on a 'hr' class in my own css.  I placed a link to my own css to get proper formatting of my header and footer.  The 'hr' class in my own css code entered in conflict with the forum horizontal rules. I solved the problem using a hr.classXYZ declaration.  Still I used 'a _margin: -7' declaration to correct IE hr misplacement.

Thanks you all for trying to help!  Especially to Ree 

You are damn right.  I made the BUG and not punBB!  I just changed the topic.

I've added my main site header to my punBB forum and made some change to fit my centered layout into the puBB css:

HTML, BODY {MARGIN: 0; PADDING: 0; TEXT-ALIGN: center}
#punwrap {MARGIN: 0 auto; WIDTH: 766px; TEXT-ALIGN: left}

But a small text and image shifting on some elements (header, forum section titles, etc..) occur in Firefox when clicking on the links of the forum. 
It's a tiny 2-3 pixel shifting from right to left.  Very stange, and annoying!

Any idea ? It does not happen in neither explorer or opera.

Works #1!!!

Works great!

Thanks  wink

well, i found the error : for some reason, my php doesnt support the && as a logical and ???

Here's my code, and i don't know why, but i don't get any results from the echo

<?php

        // Nombre de latest post à afficher
        $count = 8;

        // Compteur
        $i = 0;

        // Connexion à la bd
        $connexion = mysql_connect('localhost', 'root', '******');

        // Si la connexion a échoué
        if (!$connexion)
        {
            die ('Connexion à MySql impossible : ' . mysql_error());
        }

        $db_selected = mysql_select_db('forum');
        if (!$db_selected)
        {
            die('Connexion à la base de données impossible : ' . mysql_error());
        }

        // Requête sql
        $query = "SELECT subject, last_post FROM topics WHERE forum_id = 1 AND moved_to IS NULL ORDER BY last_post DESC";

        // Variable des résultats
        $results = mysql_query($query);

        // Si aucun résultat erreur
        if (!$results) 
        {
           $message  = 'Invalid query: ' . mysql_error() . "\n";
           $message .= 'Whole query: ' . $query;
           die($message);
        }

        if (mysql_num_rows($results) == 0) {
           echo "No rows found, nothing to print so am exiting";
           exit;
        }

        // Tant qu'il reste des résultats et que le nombre de posts
        while ($row = mysql_fetch_assoc($results) && $i < $count)
        {
            // Transfert le timestamp en date
            //$date = getdate($row["posted"]);

            echo $row["subject"];

            // Incrémente le compteur
                        $i++;
        }

        mysql_close($connexion);
        ?>

Exactly! Thanks again big_smile

Can the files csfooter.php and csheader.php be located in another folder than the one you suggested (/discussion/include/user/)? 
Since those php files would be used for my main web site too.

Is it possible to add a 'Show all my post' links in the menu bar, just beside 'Profile' and 'Logout' links ?

I would like to change the 'Sticky: ' before all sticky thread to something else like 'Hot thred:'

How can I ?

Thanks james. 

I finally got and answer earlier when I decided to call a near local enterprise named http://www.astralinternet.com/.  They are offering hosting for 10$ a month, only 100MO of space but unlimited bandwith.  I talked to the TECH overthere and asked some questions about their localization and their servers, which end up to be in Montreal downtown, near vonage canada servers, and the guy over there seemed pretty reliable.  He finally offered me a one week trial for free.  So, I will keep you posted.  I still don't know if they accept paypal. big_smile

I am looking for a USA/CANADA shared hosted but hey, it's the JUNGLE OUT THERE!! Affiliates commission bitching and pushing, reseller front stores, horror stories on some blog wow..   I AM LOST!  If you have experienced high speed, multiple connections to the BD at the same time without site freezing or crashe, confident support and possibility to pay with PAYPAL, all that under 10$/month without contract, would you please share your Host here!
Thanks in advance guys big_smile

And please no SPAM with links and affiliates program, i'm tired of this !

THanks again Bradyn.  Another proof that IE is cr... big_smile

HUm...  thanks for answering but I am not sure you understand well my question.  big_smile

What I have is 2 separated html/php pages, and I want to place them before and after the forum content. IS it what you understood or am i just confused by your answer that overpass my php very light knowledge ?

- I'll have to add a header (title logo, a bar with a menu, 766px centered auto margin, code already written)
- And a footer (some site infos and links, 766px centered auto margin, code already written) tu punBB forum
Those header/footer will always stay visble whenever section of the fofums user will be browsing.

In fact, i'm looking to add a command like this somewhere to the forum code :

<?php include("http://www.url_site.com/inc/header.php"); ?>
<punBB FORUM CODE HERE>
<?php include("http://www.url_site.com/inc/footer.php"); ?>

Where (which files and where into these files) and how should I add this?

Yeah thanks very much again Elzar!!  It did the job great on my forum big_smile

But can you explain me why do I have to make a TEXT-ALIGN: center and TEXT-ALIGN: left in addition the the auto margin and width ?