i like the style.
802 2006-06-02 08:13
Re: www.somb.org (2 replies, posted in PunBB 1.2 show off)
nice clean style there.
803 2006-06-01 05:11
Re: 24boards.com (5 replies, posted in PunBB 1.2 show off)
that countdown clock is awsome. fits the series quite well. good job.
804 2006-05-31 16:24
Re: Signature alignment and color. (3 replies, posted in PunBB 1.2 troubleshooting)
you can use bbcode in signatures. this will help with colors. not sure for alignment.
805 2006-05-29 14:24
Re: how to hide a forum for moderator (2 replies, posted in PunBB 1.2 troubleshooting)
How do i hide a forum for moderator?
i checked off all the checkboxes under administration option Forums. But still the moderator can see the specified forum. So how can i really disable it, only the administrator(s) have the right to see it.
are you sure? i just did it on my test board and it works.
806 2006-05-29 06:00
Topic: standards, aren't. (6 replies, posted in Programming)
something i'm thinking of just now... comments. how many types and styles are there? css, html, php, asp, c, vb, etc. why not standardise those? instead of having to remember 10 differant comment types(i know there's only a couple but this makes my point more dramatic) why not just have one standard one? something like <comment>blah</comment> or *comment* blah *comment*. thoughts?
807 2006-05-26 16:14
Re: How to change the colored boxes that show news posts... (8 replies, posted in PunBB 1.2 discussion)
808 2006-05-26 16:10
Re: How to change the colored boxes that show news posts... (8 replies, posted in PunBB 1.2 discussion)
same area of the styles but edit them to use images instead of remove them:
http://wiki.punres.org/Remove_post_icons
in style/<stylename>.css
/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/
/* 10.1 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. By default only .inew is different from the default.*/
DIV.icon {
FLOAT: left;
MARGIN-TOP: 0.1em;
MARGIN-LEFT: 0.2em;
DISPLAY: block;
BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
BORDER-STYLE: solid
}
DIV.searchposts DIV.icon {MARGIN-LEFT: 0}
/* 10.2 Class .tclcon is a div inside the first column of tables with post indicators. The
margin creates space for the post status indicator */
TD DIV.tclcon {MARGIN-LEFT: 2.3em}
809 2006-05-23 17:58
Re: New PunBB logo proposal (76 replies, posted in PunBB 1.2 discussion)
funny stuff.
810 2006-05-23 08:17
Re: bf2 site! (2 replies, posted in PunBB 1.2 show off)
the style or frontpage?
811 2006-05-23 08:16
Re: Problem installing -- need help/advice (1 replies, posted in General discussion)
sounds like a windows server? which doesn't understand chmod commands. after that i'm stumped.
812 2006-05-19 15:56
Re: Domain Names Value... (11 replies, posted in General discussion)
i don't sell nor have sold a domain but feel a domain is worth whatever the buyer is willing to shell out.
813 2006-05-16 21:00
Re: How to embed YouTube videos (5 replies, posted in PunBB 1.2 troubleshooting)
@beatle: you need to allow html in your posts. you might be able to do it with this mod: http://www.punres.org/desc.php?pid=121
814 2006-05-16 20:55
Re: thumbs up to Rickard! (3 replies, posted in General discussion)
i've never had that problem but i'll keep it in mind.
816 2006-05-14 07:04
Re: Private Messaging with PunBB? (1 replies, posted in PunBB 1.2 discussion)
pretty easy actually.
817 2006-05-12 21:34
Topic: thumbs up to Rickard! (3 replies, posted in General discussion)
just wanted to let you know i am using the hell out of your firefox extension and loving it's functionality. any more planned?
818 2006-05-10 07:38
Re: Shopping cart system in the spirit of PunBB? (12 replies, posted in General discussion)
i've been keeping my eye on FreeCSScart. it appears to be coming along nicely... well, the updates are anyways.
819 2006-05-05 21:46
Re: 500 plus avatars free (4 replies, posted in Programming)
you ROCK! i'm always looking for cool avs.
820 2006-05-05 07:56
Re: TextDrive lifetime hosting (34 replies, posted in News)
but considering the projects TextDrive supports i still don't see them going anywhere anytime soon.
821 2006-05-04 21:59
Re: Logged out by mistake (2 replies, posted in PunBB 1.2 troubleshooting)
in the "Extras" folder in the download there is a file you can use "turn_off_maintenance_mode.php" use that.
823 2006-05-04 06:25
Re: PunBB was todays Presentation! (15 replies, posted in General discussion)
CONGRATS!
824 2006-05-01 06:19
Re: The forum images (6 replies, posted in PunBB 1.2 discussion)
they aren't images. edit here in yourstyle.css :
/****************************************************************/
/* 10. POST STATUS INDICATORS */
/****************************************************************/
/* 10.1 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. By default only .inew is different from the default.*/
DIV.icon {
FLOAT: left;
MARGIN-TOP: 0.1em;
MARGIN-LEFT: 0.2em;
DISPLAY: block;
BORDER-WIDTH: 0.6em 0.6em 0.6em 0.6em;
BORDER-STYLE: solid
}