take a look in style/imports/yourstyle_cs.css

try replacing the bottom of style_cs.css with something like this...

/****************************************************************/
/* 5. POST STATUS INDICATORS */
/****************************************************************/

/* These are the post status indicators which appear at the left of some tables. 
.inew = new posts, .iredirect = redirect forums, .iclosed = closed topics and
.isticky = sticky topics. The default is "icon". By default only .inew is different.*/

TR.iclosed Div.icon {
background-image : url(../../img/caramail/icon_closed.gif); 
} 
Div.icon {
background-image : url(../../img/caramail/icon_normal.gif); 
} 
TR.iredirect Div.icon {
background-image : url(../../img/caramail/icon_redirect.gif); 
} 
TR.inew Div.icon {
background-image : url(../../img/caramail/icon_new.gif); 
} 
TR.isticky DIV.icon {
background-image : url(../../img/caramail/icon_stiky.gif); 
}
TR.isticky DIV.inew {
background-image : url(../../img/caramail/icon_stiky_new.gif); 
}

it has been mentioned befor

154

(26 replies, posted in PunBB 1.2 show off)

hey that looks really nice smile
weldone.

you should do your image tag like this...

<img border="0" src="http://img214.imageshack.us/img214/6024/pawlogojz9.jpg" alt="" />

it will make your page validate like PunBB is designed to do smile

156

(13 replies, posted in General discussion)

I havnt a clue what ASP or ASP.NET is tongue
never looked at either.

157

(62 replies, posted in News)

Rickard wrote:

I'm keeping them for now. Think of it as salary for keeping the site up and running. We're saving up donations to give back to the community though. We've been thinking about having a style and extension competition when 1.3 is finished. I think a $500  price in each category should get the creative juices flowing smile Either that or maybe give away $100 for every security vulnerability that is reported during a month or so (and hope it doesn't exceed 10 big_smile).

woaa i better getting practicing my style making then tongue
im not very good with designing so i think its about time to teach the gf a thing or to tongue

158

(7 replies, posted in PunBB 1.2 troubleshooting)

take a look in "style/yourstyle.css"

159

(13 replies, posted in General discussion)

i remember seeing a post about that. woundering what it is

edit: why would it be burning money?

160

(13 replies, posted in General discussion)

I was just having a quick think, and i wasd woundering if there is going to be any more applications / software created by Rickard / Paul

let me give you a hand on this one.

Project Administrator or Product Manager: Rickard Andersson

Contributors:
Rickard Andersson: Lead developer
Paul Sullivan: Markup/CSS
Bert Garcia: Documentation


User Groups:


Licenses: GNU General Public License (Free GPL compatible)

Operating Systems:
Linux
Windows

Packaged In:


Programming Languages: PHP

Programming Interfaces (API):

Graphical Interfaces (GUI):

Available languages:
Arabic - Translation by zaher. Updated 2006-09-24 by FhdQa. You also need RTL adjusted style sheets.
Bosnian - Translation by faax (faax [at] maglaj [dot] net). Updated 2006-11-07.
Bulgarian / Bulgarian (UTF-8) - Translation by Dimiter Dimitrov. UTF-8 version by cms-bg.org.
Catalan - Translation by simkin.
Croatian (Hrvatski) - Translation by Josip Medved (based on Bosnian lang pack).
Czech - Translation by sejrac. Updated 2006-01-17.
Chinese (Simplified) - Translation by coolhd. Updated 2005-06-29.
Chinese (Traditional) - Translation by coolhd. Updated 2005-06-29.
Danish - Translation by Lars Petersen.
Dutch - Translation by Roel Schreurs.
Estonian - Translation by lk.
Farsi - Translation by PersianSat.
Finnish - Translation by Timo Maaranen. The translation is not 100% completed.
French - Translation by bdausse and kiplantt. Updated 2006-03-01.
German - Translation by schnetm. Updated 2005-09-22 by Frank Hares.
Greek - Translation by Spiros Doikas of Translatum - The Greek Translation Vortal. Updated 2006-01-17.
Hebrew - Translation by Benny.
Hindi - Translation by Pradeep Sharma.
Hungarian - Translation by berVi.
Icelandic - Translation by Sverrir.
Indonesian - Translation by Kemas Yunus Antonius.
Italian - Translation by Strofanto.
Japanese - Translation by Mitsuhiro Yoshida. Updated 2006-11-04.
Korean - Translation by Big M. Updated 2005-12-15.
Kurdish - Translation by Asso. Archive includes custom styles suited for Kurdish display.
Latvian - Translation by atis.
Lithuanian - Translation by e-Vaizdas.net.
Norwegian - Translation by Keito of Nintendo-forumet.
Polish - Translation by Nevethir.
Portuguese - Translation by NEEI.
Portuguese (Brazilian) - Translation by Vinicius.
Romanian - Translation by Dan Damian.
Russian - Translation by Staz.
Serbian - Translation by zoksso. Updated 2006-04-01.
Slovak - Translation by smiko. Updated 2006-03-19 by cM.
Slovenian - Translation by Janez.
Spanish - Translation by Albert Lozano of Mac-club.net. Updated 2005-02-02.
Swedish - Translation by Rickard Andersson. Updated 2005-05-06.
Turkish - Translation by Cihangir.
Ukrainian - Translation by Aleksandr Pilipenko.
Urdu (Pakistan) - Translation by Shariq Mustaquim. You might also need RTL adjusted style sheets.
Vietnamese - Translation by vnpenguin.

Patches:


What i have left blank is what i do not know.
Hope this will help you out a little.

162

(2 replies, posted in PunBB 1.2 discussion)

PunBB is a free software.
You can always pay a donation on the PunBB home page.

163

(132 replies, posted in General discussion)

lol only aloud to go diagonally? tongue

you mean this?
http://wiki.punres.org/Last_post's_subject_on_forum_index

165

(7 replies, posted in PunBB 1.2 troubleshooting)

if you mean just text, then go to Administration > Options > first part there smile

if you mean an image follow this link

166

(4 replies, posted in PunBB 1.2 troubleshooting)

<?php

$db_type = 'mysql';
$db_host = 'localhost';
$db_name = 'forum';
$db_username = 'root';
$db_password = '';
$db_prefix = '';
$p_connect = false;

$cookie_name = 'punbb_cookie';
$cookie_domain = '';
$cookie_path = '/';
$cookie_secure = 0;
$cookie_seed = '8c2192a2';

define('PUN', 1);

Thats mine on my localhost

strange request hmm

168

(95 replies, posted in News)

nope

169

(1 replies, posted in PunBB 1.2 discussion)

http://punbb.org/download/contrib/PunBB … -1.4.0.zip

Should be in programming.

if you use firefox, this does it any way wink

172

(2 replies, posted in PunBB 1.2 troubleshooting)

replyed to you on punres.org

Using the news generator plugin located on the downloads page

174

(132 replies, posted in General discussion)

snapsolutions wrote:

Shaggy Calling For A Taxi

I was laughing my ass off smile)))))))

lol now that IS funny tongue

175

(4 replies, posted in PunBB 1.2 discussion)

http://punbb.org/forums/viewtopic.php?id=13570