i m now learning CSS so i think u can do it with css. if i m not wrong.
1 2012-08-08 00:38
Re: [Request Theme] Facebook style TAB 815px (4 replies, posted in PunBB 1.4 additions)
2 2012-03-02 22:58
Re: [SOLVED]BIG BUG caused by script on the additional navlinks admin form (11 replies, posted in PunBB 1.3 troubleshooting)
dude i get the same problem with 1.4.1 and now i m searching for a solution.
3 2012-03-02 22:16
Topic: remove additional navlinks in punbb 1.4.1 (1 replies, posted in PunBB 1.4 troubleshooting)
my forums rezax123.com is down now. coz i tried to add a java script in additional navlinks section. where that code saved? i only found it in cache_config.php. when i delete that code my site shows error. where the main code saved?
i edit same problem in 1.2.1 but 1.4.1 is hard for me. can anyone help me?
4 2011-10-15 20:35
Re: Removing 'Powered by' in footer (18 replies, posted in General discussion)
what is the location of the footer file?
5 2011-09-15 09:21
Re: Problem with guests (1 replies, posted in PunBB 1.3 troubleshooting)
ya i m facing same type of problem my site getting more and more visitor this month and my bandwidth limit exceed more than 2 time
6 2011-09-15 02:35
Re: [Style Release] - Web20_gray style [gray color] (2 replies, posted in PunBB 1.3 additions)
i need to show ads in my forums only in one category. what should i do?
7 2011-09-14 05:07
Re: Menu links (5 replies, posted in PunBB 1.3 troubleshooting)
open every file one after another and read them carefully. i think you will get an idea
8 2011-09-14 05:05
Topic: I have a Problem In Coding for Punbb Forums (0 replies, posted in PunBB 1.3 troubleshooting)
i m Using: PunBB 1.3.5
i have a website with punbb forums software.
rezax123.com
i wanna show ads in some part of my forums. i mean only in the Adult Section category.
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>;
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>;
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?
where should i put the code for working it.