i m now learning CSS so i think u can do it with css. if i m not wrong.

dude i  get the same problem with 1.4.1 and now i m searching for a solution.

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

(18 replies, posted in General discussion)

what is the location of the footer file?

5

(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

i need to show ads in my forums only in one category. what should i do?

7

(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  big_smile

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.