$$ for phpbb board

Discussion in 'Services' started by PaulaSmiles, Jun 10, 2006.

  1. #1
    Hi there!

    I need a phpbb set up on a website.

    I have Fantastico and can install it easily.

    What I want is for the message board to fit into the site design.

    So that the header and side links are still there.

    If you have done this... and have time to do it today...

    Please reply with your price and perhaps an example.

    Thanks!

    Paula S :)
     
    PaulaSmiles, Jun 10, 2006 IP
  2. ablaye

    ablaye Well-Known Member

    Messages:
    4,024
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    150
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I sent you a PM. Please check it.
     
    ablaye, Jun 10, 2006 IP
  3. humm

    humm बहादुर बच्चा

    Messages:
    4,346
    Likes Received:
    850
    Best Answers:
    0
    Trophy Points:
    310
    As Seller:
    100% - 0
    As Buyer:
    100% - 16
    #3
    humm, Jun 10, 2006 IP
  4. PaulaSmiles

    PaulaSmiles Well-Known Member

    Messages:
    1,496
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 5
    As Buyer:
    100% - 0
    #4
    Those prices sound good.

    I sent you a PM.
     
    PaulaSmiles, Jun 10, 2006 IP
  5. SedNaX

    SedNaX Active Member

    Messages:
    1,326
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    90
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    that's very easy :) in the header.tpl add your site's header and menu, and in the footer.tpl add your site's footer. i did that on php link directory and mybb forum.
     
    SedNaX, Jun 10, 2006 IP
  6. PaulaSmiles

    PaulaSmiles Well-Known Member

    Messages:
    1,496
    Likes Received:
    57
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 5
    As Buyer:
    100% - 0
    #6
    Great! Thanks for the help SedNax... looks like this might be a fairly easy job.
     
    PaulaSmiles, Jun 10, 2006 IP
  7. SedNaX

    SedNaX Active Member

    Messages:
    1,326
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    90
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    yes it is :)

    be sure you know your table structure (or whatever you use) good, because this can cause some troubles...

    something for in the header.tpl would be:
    
    <table><tr><td>
    <?php include ("http://www.yoursite.com/header.php"); ?>
    </td></tr>
    <tr>
    
    <td width="10%">
    <?php include ("http://www.yoursite.com/menu.php"); ?>
    </td>
    <td width="90%">
    
    [I]the beginning of the original tpl file[/I]
    
    Code (markup):



    Then the footer.tpl (on the bottom of the file, below the last line):
    
    </td>
    </tr>
    </table>
    <center>
    <?php include ("http://www.yoursite.com/footer.php"); ?>
    </center>
    Code (markup):
     
    SedNaX, Jun 10, 2006 IP