I have a Problem In Coding for Punbb Forums

Discussion in 'HTML & Website Design' started by rezax123, Sep 6, 2011.

  1. #1
    i have a website with punbb forums software.

    i wanna show ads in some part of my forums. i mean only in the Adult Section.

    so i made a Category by the name "Adult Section".

    now i tried 2 codes but no result:



    1:
    <?php
    if ($cur_cat['id'] == '2')
    <script type="text/javascript" language="javascript" charset="utf-8" src="http://adspaces.ero-advertising.com/adspace/127974.js"></script>;
    Code (markup):
    2:
    
    if ($cur_cat['cat_name'] == "Adult Section")
    <script type="text/javascript" language="javascript" charset="utf-8" src="http://adspaces.ero-advertising.com/adspace/127974.js"></script>;
    Code (markup):
    i even use echo and print before the <script> but yet no result.

    i never use php before so i m confused. and i don't know how the punbb store name in database. can anyone help me?
     
    rezax123, Sep 6, 2011 IP
  2. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #2
     
    Rukbat, Sep 7, 2011 IP
  3. rezax123

    rezax123 Member

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    thanx for help but i thing that if() part not working. coz where is the Categories variable i have no idea. now i m learning php for this work. but need to know which name punbb designer used for Categories variable.
     
    rezax123, Sep 8, 2011 IP
  4. Rukbat

    Rukbat Well-Known Member

    Messages:
    2,908
    Likes Received:
    37
    Best Answers:
    51
    Trophy Points:
    125
    #4
    Either ask on the PunBB forum or read the code to find it. That's not a generic website design thing.
     
    Rukbat, Sep 8, 2011 IP
  5. rezax123

    rezax123 Member

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #5
    after 7 days i didn't get any answer from punbb forums. nobody knows this thing i think.
     
    rezax123, Sep 17, 2011 IP