DaFun Spirit Software aims to be a CMS for online teams players of FPS like Counter Strike and manage

1 - Teams
2 - Members & recruitments
3 - Calendar of matchs
4 - Results/Stats
5 - Downloads (of maps or video demo )
6 - Gallery.
7 - and last but not least a forum wink

To produce DFSS I started from punBB for the skelton and puntal for the portal.

DFSS 1.5.3 @DaFun Spirit
DFSS 1.5.3 @PunRes

DFSS Pack 1.1 provides PunBB 1.2.12fr+puntal+DFSS 1.5.3
DFSS pack 1.1@PunBB.Fr

To fix it, open calendar/header.php and in the mini_cal function (arround line 119) :
replace

<h2><span><a href="calendar.php?date=<? echo $year ?>.<? echo $X?>"><?echo $lang_calendar[$monthtext]?></a></span></h2>

by

<h2><span><a href="calendar.php?date=<?php if ($month == 12 and $X ==13) {echo $year+1;}elseif ($month==1 and $X == 0) {echo $year -1;}else{echo $year;}?>.<?php if ($month == 12 and $X == 13){echo 1;}elseif($month==1 and $X == 0) {echo 12;}else{echo $X;} ?>"><?echo $lang_calendar[$monthtext]?></a></span></h2>

Bug !

hi,

A bug that you can see just this month !

When you're on the calendar on December, the previous month is Novembre 2005 (and the link is calendar.php?date=2005.11) and the next month is January 2005 (link is calendar.php?date=2005.13).
Go on you calendar and point the mouse on the month name and read the link and click on january to see wink

regards.

Hi,

ellmang wrote:

hi i know this is probably a silly question or something to do with my setup but i keep getting this error

 Fatal error: Call to undefined function: imagecreatefromjpeg() in /u3/maths/2006/ellmang/www/canoebb/gallery_post.php on line 220

any1 seen this problem before? any help much appreciated

its simple, your provider (if you website is hosted by one) does not support GD library.
go to the administration panel of punBB and click on "Show info" to check if you see a block of info about GD like that :

GD Support     enabled
GD Version     2.0 or higher
FreeType Support     enabled
FreeType Linkage     with freetype
T1Lib Support     enabled
GIF Read Support     enabled
GIF Create Support     enabled
JPG Support     enabled
PNG Support     enabled
WBMP Support     enabled

regards.

155

(9 replies, posted in PunBB 1.2 bug reports)

Nibbler(cpg) wrote:

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2272

You could set the line-height to 0.0 as a workaround I expect.

thanks !
perfect !

156

(2 replies, posted in PunBB 1.2 show off)

I will not miss it wink

157

(2 replies, posted in PunBB 1.2 show off)

Hello,

DaFun Spirit Software aims to be a CMS for Teams of online games like Counter-Strike and mannaging :

1 - Teams
2 - Members & recruitment
3 - Calendar of their matchs
4 - Results/Stats (of their "war")
5 - Download (of maps)
6 - Gallery.
7 - and the last but not least a  Forum wink

Instead of starting a project and integrate a forum i did the opposite ; i started the project from a forum and extended it to produce a CMS for Teams of online games.

The software is in an early stage of development but the website is ready to use wink


Regards.

158

(9 replies, posted in PunBB 1.2 bug reports)

Hi,

when i try to validate my forum the jigsaw validator tells me its not CSS valid,
so i try with punBB.org and here is the result :
http://jigsaw.w3.org/css-validator/vali … Findex.php

any chance to have a CSS valid forum ? wink

regards.