Topic: PunBB Resource news

Just added a forum to all projects on PunRes.

A few other changes were made too.

Check it out :)

2

Re: PunBB Resource news

Nice except your forum is giving me the brush off

An error was encountered
File: /home/cactuz/forum/viewtopic.php
Line: 242

PunBB reported: Unable to fetch post info
Database reported: Unknown column 'u.active' in 'field list' (Errno: 1054)

Re: PunBB Resource news

Thanks!

It should be fixed now :)

Re: PunBB Resource news

Hi,
I tried to log in on the forum and got the error:

File: /home/cactuz/forum/login.php
Line: 44

PunBB reported: Unable to fetch user info 
Database reported: Unknown column 'active' in 'field list' (Errno: 1054) 

When I tried to post a new topic to let you know, I got this instead:

Fatal error: Call to undefined function: pun_htmlspecalchars() in /home/cactuz/forum/post.php on line 493

Just thought I let you know...

5 (edited by Jansson 2004-03-05 12:31)

Re: PunBB Resource news

The problems are fixed now, thanks again for finding all bugs :)

6 (edited by Jansson 2004-03-07 15:31)

Re: PunBB Resource news

Just added another feature, ReadMe. Check it out ;)

Also fixed the manage pages a bit and added edit function to changelog.

EDIT: Now the rate function work too ;)

Re: PunBB Resource news

Just a cosmetic thing, but the description page doesn't have the left and right padding like the other pages.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: PunBB Resource news

What do you mean? I don't see any different

Re: PunBB Resource news

Try it with IE6.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: PunBB Resource news

Hrm.. you're right.. But I can't find what's wrong :/

Re: PunBB Resource news

Start here.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

12 (edited by Paul 2004-03-07 22:49)

Re: PunBB Resource news

It's the width setting on the main cell. IE does not honour "width" as fixed width but treats it as minimum width i.e. it allows containers to expand beyond the width setting to accomodate the content. On the other pages the text is split up into short lines using <br>. On the description page there are long lines of text which cause the containing element to expand as far as it can before wrapping. Other browsers treat width as being fixed width. The easiest fix is to break the text up into lines which will fit comfortably in a 450px container (if thats the width setting).

Re: PunBB Resource news

That is a very ugly hack I'll never implement ;)

14

Re: PunBB Resource news

I look forward to seeing the results of your non-implementation smile

Re: PunBB Resource news

Well, I'm planning to recode the design code in a near future.. We'll see then :)