only problem is it lists restricted forums ie: staff only. other than that nice job.
551 2006-12-22 20:11
Re: Punmap - html sitemap with fancy urls UPDATED - final release (37 replies, posted in PunBB 1.2 modifications, plugins and integrations)
552 2006-12-20 18:24
Re: I've tried 'em all... (9 replies, posted in PunBB 1.2 show off)
nice integration.
553 2006-12-19 09:48
Re: Post Reply Button - Quick Post - Subscribe (3 replies, posted in PunBB 1.2 discussion)
http://wiki.punres.org/Replace_post/rep … ith_images
for part of your questions.
554 2006-12-17 19:30
Re: PunBB + Xoops CMS (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
i am a user of Xoops also and haven't seen a real integration between the 2. however if i recall there is a iframe module/plugin for xoops somewhere. this combined with external punbb logins would give a nice impression of integration. i know it's not the best solution but until true integration it might have to do.
556 2006-12-16 09:09
Re: PunBB portal (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
557 2006-12-15 10:31
Re: the PA wallpaper dump (11 replies, posted in PunBB 1.2 show off)
very nice as always CodeXP!
558 2006-12-13 17:56
Re: [HOWTO] - Upgrade mod compatibility for 1.2.* (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
if i recall you only have to add your specific punbb version number not all the previous version numbers.
ie: $punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.14'); this isn't your problem, just something i noticed.
@elbekko: will that comma cause the error?
559 2006-12-13 17:55
Re: help with 1.2.14 (4 replies, posted in PunBB 1.2 troubleshooting)
Sorry about that.. Tahnk you for the help.. does this work with all mod's like updating the install.pbp?? or only this one ?
it works with most mods. it's really trial and error.
560 2006-12-12 21:32
Re: Getting listed on donation page? (11 replies, posted in PunBB 1.2 discussion)
this post should work to alert Rickard of your wishes.
561 2006-12-12 08:35
Re: Sample PunBB 1.3 Board (38 replies, posted in PunBB 1.2 discussion)
blank page for me.
562 2006-12-10 02:59
Re: Post your "in the wild" siting of PunBB here. (96 replies, posted in PunBB 1.2 show off)
interesting... I thought they ran phpbb (maybe it was just the god-awful theme they have).
yeah, who'd want that style is beyond me.
563 2006-12-09 22:58
Topic: H2 background image doesn't fit. (0 replies, posted in PunBB 1.2 troubleshooting)
is the navbar H2 differant than the rest of the H2s? it's hard to explain so i'll do my best.
i have a background image for H2 and the image has a border, otherwise i would just make it tile, so it has to fit the H2 exactly. in my screenshot you can see the image extends beyond the navbar but the other headers it fits. the board is set to 800px and the image is also 800px wide.
here is my color sheet also. it's a modified version of Mercury2 by xxtubbyxx:
/****************************************************************/
/* 1. BACKGROUND AND TEXT COLOURS */
/****************************************************************/
/* 1.1 Default background colour and text colour */
BODY {BACKGROUND-COLOR: #333333; background : url(../../img/Mercury2/bg.gif)}
.pun {COLOR: #ffffff}
DIV.box, .pun BLOCKQUOTE, DIV.codebox, #adminconsole FIELDSET TH, .rowodd, .roweven {BACKGROUND-COLOR: #333333}
#adminconsole TD, #adminconsole TH {BORDER-COLOR: #333333}
/* 1. 2 Darker background colours */
TD.tc2, TD.tc3, TD.tcmod, #postpreview, #viewprofile DD, DIV.forminfo,
#adminconsole FIELDSET TD, DIV.blockmenu DIV.box, #adstats DD {BACKGROUND-COLOR: #333333}
/* 1.3 Main headers and navigation bar background and text colour */
.pun H2, #brdmenu { BACKGROUND-COLOR: #000000; COLOR: #FFF;
background-image:url(../../img/Mercury2/cell.gif) }
/* 1.4 Table header rows */
.pun TH {BACKGROUND-COLOR: #4A4A4A}
/* 1.5 Fieldset legend text colour */
.pun LEGEND {COLOR: #999966}
/* 1.6 Highlighted text for various items */
.pun DIV.blockmenu LI.isactive A, #posterror LI STRONG {COLOR: #ffffff}
/****************************************************************/
/* 2. POST BACKGROUNDS AND TEXT */
/****************************************************************/
/* 2.1 This is the setup for posts. */
DIV.blockpost DIV.box, DIV.postright, DIV.postfootright {BACKGROUND-COLOR: #333333}
DIV.postright, DIV.postfootright {BORDER-LEFT-COLOR: #4A4A4A}
DIV.postleft, DIV.postfootleft, DIV.blockpost LABEL {BACKGROUND-COLOR: #4A4A4A}
/* 2.2 Background for post headers and text colour for post numbers in viewtopic */
DIV.blockpost H2 {BACKGROUND-COLOR: #000000; COLOR: #FFF;
background-image:url(../../img/Mercury2/cell.gif) }
DIV.blockpost H2 SPAN.conr {COLOR: #787878; }
/* 2.3 This is the line above the signature in posts. Colour and background should be the same */
.pun HR {BACKGROUND-COLOR: #4A4A4A; COLOR: #4A4A4A}
/****************************************************************/
/* 3. BORDER COLOURS */
/****************************************************************/
/* 3.1 All external borders */
DIV.box {BORDER-COLOR: #000000}
/* 3.2 Makes the top border of posts match the colour used for post headers */
DIV.blockpost DIV.box {BORDER-COLOR: ##00ffff #00ffff #00ffff}
/* 3.3 Table internal borders. By default TH is same as background so border is invisible */
.pun TD {BORDER-COLOR: #333333}
.pun TH {BORDER-COLOR: #333333}
/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */
.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #4A4A4A #FFF #FFF #4A4A4A}
/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */
.pun DIV>FIELDSET {BORDER-COLOR: #000000}
/****************************************************************/
/* 4. LINK COLOURS */
/****************************************************************/
/* 4.1 This is the default for all links */
.pun A:link, .pun A:visited {COLOR: #999966}
.pun A:hover {COLOR: #ffffff}
/* 4.2 This is the colour for links in header rows and the navigation bar */
.pun H2 A:link, .pun H2 A:visited, #brdmenu A:link, #brdmenu A:visited {COLOR: #ffffff}
.pun H2 A:hover, #brdmenu A:hover {COLOR: #999966}
/* 4.3 This is for closed topics and "hot" links */
LI.postreport A:link, LI.postreport A:visited, TR.iclosed TD.tcl A:link, TR.iclosed TD.tcl A:visited {COLOR: #888}
LI.postreport A:hover, TR.iclosed TD.tcl A:hover {COLOR: #AAA}
LI.maintenancelink A:link, LI.maintenancelink A:visited {COLOR: #B42000}
LI.maintenancelink A:hover {COLOR: #B42000}
/******************************************************/
/* 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.*/
DIV.icon {background:url(../../img/Mercury2/icon.gif)}
DIV.inew {background:url(../../img/Mercury2/icon_new.gif)}
TR.isticky DIV.icon {background:url(../../img/Mercury2/sticky.gif)}
TR.isticky DIV.inew {background:url(../../img/Mercury2/sticky_new.gif)}
TR.iclosed DIV.icon {background:url(../../img/Mercury2/closed.gif)}
TR.iredirect DIV.icon {background:url(../../img/Oxygen2/redirect.gif)}
/* FACTICE BUTTON POST AND REPLY */
.pun p.postlink, #conr
{
/* align the text in button */
TEXT-ALIGN: CENTER;
/* aling the button on the border */
POSITION: RELATIVE;
TOP : 0px;
LEFT: 6px;
/* create a shadow under the button */
filter: progid:DXImageTransform.Microsoft.shadow(direction=135,color=#4A4A4A,strength=2);
so how do i make that image fit? any help is appreciated.
also, how do i make the thread titles bold or change the font size in viewforum.php?
564 2006-12-08 17:48
Re: Wordpress style skin (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
http://www.punres.org/viewforum.php?id=2 would be the place to start. i'm sure it would be an easy mod of one of the ones that's been released to get the feel you want. if not it doesn't appear to be that complicated of a theme to match.
565 2006-12-06 18:25
Re: Post your "in the wild" siting of PunBB here. (96 replies, posted in PunBB 1.2 show off)
don't know if this was posted before, but TinyMCE.
566 2006-12-06 18:14
Re: The roots (2 replies, posted in PunBB 1.2 discussion)
WayBack Machine rocks!
567 2006-12-05 22:03
Re: Chillzone.se (1 replies, posted in PunBB 1.2 show off)
very well integrated and nice color choice.
568 2006-12-05 18:47
Re: Post your "in the wild" siting of PunBB here. (96 replies, posted in PunBB 1.2 show off)
Get Shorty url shortening script.
569 2006-12-04 18:20
Re: How do i post a topic (5 replies, posted in PunBB 1.2 troubleshooting)
this is a punbb forum and you have just posted a topic and here you are asking how to post a topic...this forum runs the exact same way yours does just had to clear that up.
classic.
570 2006-12-03 19:07
Re: How do i post a topic (5 replies, posted in PunBB 1.2 troubleshooting)
you might need to be logged in also depending on your permissions.
571 2006-12-02 09:08
Re: Image Upload 1.2.1 (114 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'd wait for 1.3 for this one personally. the image upload mod is one of the biggest to "install" as far as source edits are concerned. so a simple upload and click to install would be welcome for this with the extension system.
thanks for the link to the script.
572 2006-12-01 18:34
Re: wooo Launch of my site (26 replies, posted in PunBB 1.2 show off)
much appreciation for the share.
573 2006-12-01 09:09
Re: Fangorn (6 replies, posted in PunBB 1.2 show off)
it's hard to read as i'm sure you know. looks nice otherwise.
574 2006-11-30 18:43
Re: wooo Launch of my site (26 replies, posted in PunBB 1.2 show off)
very cool!
575 2006-11-29 18:23
Re: More info for PunBB "Data Sheet" needed (6 replies, posted in PunBB 1.2 discussion)
page in question:
http://www.iterating.com/products/PunBB
very informative site there. looks like alot of work.