How can I add and ad on phpbb forum?

Discussion in 'PHP' started by linksolution, Jun 15, 2012.

  1. #1
    Hi,

    I want to add an ad on home page of my phpbb forum at the top white back ground area, the ad should be small 125 x 125 just above the forum area...

    here is my forum mamkingimoney.com

    let me know

    Thanks
     
    linksolution, Jun 15, 2012 IP
  2. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #2
    Open up the PHP file. Add in your HTML code for your ad. There's nothing more to tell you...
     
    NetStar, Jun 15, 2012 IP
  3. linksolution

    linksolution Member

    Messages:
    361
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #3
    In which file do I have to add it, and where is the location in that file?
     
    linksolution, Jun 15, 2012 IP
  4. indiajobvacancy

    indiajobvacancy Banned

    Messages:
    341
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #4
    have you ever search a hack mod on PhpBB forum ?
     
    indiajobvacancy, Jun 15, 2012 IP
  5. linksolution

    linksolution Member

    Messages:
    361
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #5
    No, what is this?
     
    linksolution, Jun 15, 2012 IP
  6. NetStar

    NetStar Notable Member

    Messages:
    2,471
    Likes Received:
    541
    Best Answers:
    21
    Trophy Points:
    245
    #6
    I wouldn't know the location. You would. It's your ad and you know where you want to place it.
     
    NetStar, Jun 15, 2012 IP
  7. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #7
    If you don't know what your forum looks like from the code point of view (IOW, what's in which file and what the code for it looks like), you shouldn't be mucking around in the code, or you could totally crash the board. Look (in the phpBB site) for an add-on for ads, or ask someone on their forum to write one for you. Just one single character in the wrong place and you could end up with a board that doesn't run at all. Modifying code isn't something you can just "do" - you need to learn at least a little programming first. (Which means anywhere from 6 months of effort to never, depending on how good you are at logic. Why do you think that companies like Red Hat pay good programmers a few hundred thousand dollars a year? Because anyone can do it?)
     
    Rukbat, Jun 15, 2012 IP