Chab, my mod changes the CAT icons, not the forum icons, as you can see @ my site, what I am talking about is 'the cantina', 'the holcron', the 'holocade'

etc; not the forumicons.

2

(4 replies, posted in PunBB 1.2 show off)

Thanks smile Do you guys have any ideas on what I can do to improve my site?

3

(4 replies, posted in PunBB 1.2 show off)

My host auto ads it and gets cranky when I change it :\

Warning: getimagesize(): open_basedir restriction in effect. File(/tmp/phpB9hGCv) is not within the allowed path(s): (/home/vhosts/:/usr/lib/php:/usr/local/lib/php:/usr/local/xpanel/templates/) in /home/vhosts/moseisley.xoopiter.com/cantina/profile.php on line 357

Warning: getimagesize(/tmp/phpB9hGCv): failed to open stream: Operation not permitted in /home/vhosts/moseisley.xoopiter.com/cantina/profile.php on line 357

Strange.. because I have already uploaded an avatar without error. sad

It does upload the avatar though, it just errors sad

5

(4 replies, posted in PunBB 1.2 show off)

http://www.moseisleyonline.info/cantina

the Cantina. smile

What do you guys think of the forumhome design? I'm still working on forumdisplay // postbit on localhost.

Thanx very much. Useful script, this functions.php smile

Right now it is Home | User list | Rules

etc

I want it to show up as Home · User list

I can't find what file it is in sad

those are the forumicons i'm going to use, haven't decided which icons to use yet, so i made them all the same for now. board isn't out of dev yet tongue

this Modification is to use images to show the category name instead of the default text.

Installation:

open index.php, find:

<?php echo pun_htmlspecialchars($cur_forum['cat_name']) ?>

replace with:

<img src="./img/category_<? echo pun_htmlspecialchars($cur_forum['cid']) ?>.jpg" />

Okay, now to use this, you will need to create images with name category_x.jpg and place them in your PUNBBDIR/img/ folder.

For an example, here is my forum:
http://moseisley.xoopiter.com/cantina/index.php

I didn't post version #, etc, because I don't think the coding will change much for this, so I won't really have to update it. It's really very simple... ;p