in the curent style that your using, you havent done the changes that paul suggested in post #3

the files is in the zips, like the changed files or the full package.

for the space between the year and month day

change line: 299

$date .= $date_part[0].' (Single Day Event)';

to

$date .= ' '.$date_part[0].' (Single Day Event)';

for the space after "Event Date:"

change line: 304

<th align="left"><?echo $lang_calendar['Event_Date']?><?echo $date?></th>

to

<th align="left"><?echo $lang_calendar['Event_Date'].' '.$date?></th>

hope that helps

254

(6 replies, posted in PunBB 1.2 show off)

wow that looks amazing, great work

255

(34 replies, posted in Feature requests)

its just a way to support the great work of a great product, weather its clothing, games, cars, artwork or an internet script.

256

(34 replies, posted in Feature requests)

rickard you should open a cafepress account, thats kinda good idea..... im sure big punbb fans would buy the stuff.

257

(132 replies, posted in General discussion)

well now when ever i say britney's mom is nice....im gona be thinking of brineys tits, thanx snapsolutions

means that the users hasnt followed the link sent to his email to be able to login.

http://www.submitexpress.com/

260

(10 replies, posted in General discussion)

You mean this style Zaher?

submit your url to search engines

262

(10 replies, posted in General discussion)

i like the Cobalt

263

(1 replies, posted in PunBB 1.2 troubleshooting)

to have the banner link back to the index page you could just edit the template and add the link with a image, and for the border im guessin that there is a padding around the #brdtitle div

just include the extern file and that will give you a list.

265

(3 replies, posted in General discussion)

User_Management

i can look into, but i cant promiss that ill get around to doin it.

from lookin at the output code, it looks like the link is still there but the text for the link isnt. i noticed that you also had the poll mod installed. maybe something got deleted when you were moding, look in the viewforum.php where you added the "add poll" link is

268

(3 replies, posted in PunBB 1.2 show off)

it a style that you might see on a buissness type website

did you look though the footer.php file, i dont think you have to reinstall to get rid of it....you just have to find where it it.

270

(3 replies, posted in Feature requests)

it shows online users at the bottom of the index page. and there is a mod that shows where the users are

oh crap, now i wish i didnt sign out

272

(1,382 replies, posted in General discussion)

French Fries

well that is the only text that is showing in the header, and above that is your header image. everything seems to be fine.

can you post a screen shot?

well the title isnt being displayed its the description that is bein displayed

add to your css

div #brdtitle p {
        display : none;
}

and

"Leben | Freude | Sorgen | Fragen | Erfahrungen | Klagen | Hier Könnt Ihr's Loswerden"

should disapear

275

(3 replies, posted in PunBB 1.2 discussion)

the mail templates are under lang/English/mail_templates/ and the file your lookin for is "activate_password.tpl"