PHP Forum Banner

Discussion in 'PHP' started by Conner, Sep 1, 2007.

  1. #1
    I have made a banner using PHP for my forum. The reason it is in PHP is because it has links to other sites within the image. I am using vBulletin. How do I insert the banner into the skin?

    By the way, I tried iFrame. It doesn't work the way I did it.
     
    Conner, Sep 1, 2007 IP
  2. DesiScripts

    DesiScripts Banned

    Messages:
    157
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    The image is in php meaning imagename.php ??? Rite
     
    DesiScripts, Sep 1, 2007 IP
  3. James.Blant

    James.Blant Active Member

    Messages:
    250
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #3
    i can't underestand ..what do you want really ?
    you want insert an image ( banner ) and link it to other site ( in vbulletin) ?

    Go admin area -> Tempalte edit - > select template -> edit header -> place your code on header
     
    James.Blant, Sep 1, 2007 IP
  4. Conner

    Conner Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I have a php document that contains my banner coded. The image is banner2.php.
     
    Conner, Sep 1, 2007 IP
  5. James.Blant

    James.Blant Active Member

    Messages:
    250
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #5
    ok .
    you can show it with img src !
    <img src="banner2.php">
     
    James.Blant, Sep 1, 2007 IP
  6. Village_Idiot

    Village_Idiot Peon

    Messages:
    162
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You are trying to display an image when the image is .php? You might be able to do this with James' method, but it may not work in some browsers. Why on earth do you have an image in a .php file?
     
    Village_Idiot, Sep 1, 2007 IP
  7. James.Blant

    James.Blant Active Member

    Messages:
    250
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #7
    no .
    if they export image with header function in php file
    all browsers support this method .
     
    James.Blant, Sep 1, 2007 IP
  8. Village_Idiot

    Village_Idiot Peon

    Messages:
    162
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #8
    If you do that, but it wont implicitly do that if you just call it in html.
     
    Village_Idiot, Sep 1, 2007 IP