126

Re: PunBB 1.2 Beta

thanks hcgtv

El Mejor Lugar de la Red - Corporación Azakur4

127

Re: PunBB 1.2 Beta

another small suggestion:

line 64 in header.php
changed from
<link rel="stylesheet" type="text/css" href="style/<?php echo $pun_user['style'].'.css' ?>" />
to
<link rel="stylesheet" type="text/css" href="<?php echo PUN_ROOT; ?>style/<?php echo $pun_user['style'].'.css' ?>" />
and the same for line 68
so that if header.php is called from another folder the styles still work, assuming this doesn;t cause other problems

128

Re: PunBB 1.2 Beta

It will work in most situations. One situation it won't work in is if the local directory structure doesn't match the website directory.

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

129

Re: PunBB 1.2 Beta

hmm i dunno then, it would just be useful for style to work when using header.php outside of the punbb folder.

130

Re: PunBB 1.2 Beta

Hi,
The download links are returning a 404 error (for both in development and beta versions of PunBB 1.2) ...

131

Re: PunBB 1.2 Beta

They work for me. Maybe the DNS move hasn't come through full force yet.

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

132

Re: PunBB 1.2 Beta

ok, i will wait one more day, and try again.  Thanks !

133

Re: PunBB 1.2 Beta

You shouldn't have to wait a full day. What download links are you referring to? The beta download link in the first post of this topic?

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

134

Re: PunBB 1.2 Beta

Great product and the I really like the update beta so far.

I do have one style issue (Opera 7,54)

The form selects on the Search Page and the User List page are all scrunched together. Perhaps they are taking their locations from the labels. This seems to be an Opera only problem.

Keep up the good work.

135 (edited by Paul 2004-12-05 00:37)

Re: PunBB 1.2 Beta

zodiki wrote:

Great product and the I really like the update beta so far.

I do have one style issue (Opera 7,54)

The form selects on the Search Page and the User List page are all scrunched together. Perhaps they are taking their locations from the labels. This seems to be an Opera only problem.

Keep up the good work.

It is an opera problem. In fact if you resize you browser slightly everything slips into position. I am working on a fix.

EDIT

Fixed

136

Re: PunBB 1.2 Beta

Rickard wrote:

You shouldn't have to wait a full day. What download links are you referring to? The beta download link in the first post of this topic?

Yes, i was reffering to the beta link in the first post.  But it works for me now, i have just downloaded it.
Thank you, Rickard!

137

Re: PunBB 1.2 Beta

I think i found a bug: in the profile page where you can change your signature (personality), the page is displayed with a huuuuge vertical size in Safari (1.2.3 v125.9).  In Firefox for the Mac, it shows ok.  Maybe the bug is in Safari, but as the CSS has a "bug fix" section, i though i should report it.

138

Re: PunBB 1.2 Beta

How to setup with sqlite? What's username/password and host? Do I have to create one sqlite db beforehand?

139

Re: PunBB 1.2 Beta

joshua: You can leave host, username and password empty. PunBB will attempt to create the database file for you, but if it doesn't have permissions, you'll have to create it first.

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

140

Re: PunBB 1.2 Beta

anatman wrote:

I think i found a bug: in the profile page where you can change your signature (personality), the page is displayed with a huuuuge vertical size in Safari (1.2.3 v125.9).  In Firefox for the Mac, it shows ok.  Maybe the bug is in Safari, but as the CSS has a "bug fix" section, i though i should report it.

Thanks. Browsercam here I come.

141

Re: PunBB 1.2 Beta

Rickard wrote:

joshua: You can leave host, username and password empty. PunBB will attempt to create the database file for you, but if it doesn't have permissions, you'll have to create it first.

Thank you Rickard. smile I figured it out after I made that post. (Just need to read the instruction in the installation page carefully.)

142

Re: PunBB 1.2 Beta

joshua: could you let us know how it goes with sqlite?

143

Re: PunBB 1.2 Beta

i got a working sqlite installation on my local server seems to work fine

144

Re: PunBB 1.2 Beta

hcgtv wrote:

joshua: could you let us know how it goes with sqlite?

It was fast and stable. I hope punbb has a time counter similar to textpattern so that we can compare the performance of mysql and sqlite in real applications.

Now i'm think migrating my existing punbb mysql installation to sqlite. Is there such a thing to do the converting?

145 (edited by Connorhd 2004-12-06 17:31)

Re: PunBB 1.2 Beta

joshua wrote:

It was fast and stable. I hope punbb has a time counter similar to textpattern so that we can compare the performance of mysql and sqlite in real applications.

turn on debug mode (not recommended for real sites only for testing

i get 0.028 - 0.040 for both mysql and sqlite (9 queries each)

146

Re: PunBB 1.2 Beta

joshua wrote:

I hope punbb has a time counter similar to textpattern so that we can compare the performance of mysql and sqlite in real applications.

In /include/common.php:
// Enable debugging by removing // from the following line
// define('PUN_DEBUG', 1);

147

Re: PunBB 1.2 Beta

As usual when it comes to benchmarks. Don't benchmark an empty forum. Really, anything below 50000 posts, 20000 topics and 5000 users is uninteresting. The problem is getting your hands on suitable database dumps :)

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

148

Re: PunBB 1.2 Beta

my forum had 1 topic 1 user and 2 posts i guess that means it uninteresting

149

Re: PunBB 1.2 Beta

Connorhd wrote:

my forum had 1 topic 1 user and 2 posts i guess that means it uninteresting

Does the 2 posts include PunBB's welcome message

150 (edited by Gizzmo 2004-12-08 04:32)

Re: PunBB 1.2 Beta

some times i get this error in opera, and it only happens some times....like if i hit refresh wile im viewing the page, it will do this.
and i get a similar erro in the user list page.

http://www.justgizzmo.com/FILES/images/pun_search_error.PNG