251

(2 replies, posted in PunBB 1.3 additions)

_Johnny_ wrote:

But is it also possible to make a boarder around the blue and dark-blue fields?

Do you mean the line 51 of Oxygen_cs.css?

To change the size you have to modify these lines here:

    padding-top: 0.6em;
    padding-bottom: 10.4em;

and this line here:

    margin-top: 0.667em;

I know.

[quote=username[with]brackets]Hello![/quote]

It's an ambiguous code. One can think that the username is "username[with" and the text is "brackets]Hello!". And from the other hand, username can be "username[with]brackets" and the text can be "Hello!" You should use double quotes to avoid this ambiguity.

It will be.

Permissions are set to 777 when extensions are downloaded via pun_repository.

Seems like your hosting has tricky settings if the change of permissions solved the issue.

I think this should be a feature in next releases of pun_pm.

pun_antispam works fine for me on PunBB 1.3.4. Try to download the last version of the extension.

Outdated versions of PunBB can be downloaded from the download archive.

So, the problem is obviously in this extension. Try to ask its author about the issue.

What forum version do you have? What extensions do you have installed?

259

(58 replies, posted in PunBB 1.3 extensions)

Ok. Now I have a notice on the login page:

Notice: A session had already been started - ignoring session_start() in Z:\home\punbb\www\login.php(433) : eval()'d code on line 13

Obviously it's because of pun_antispam installed (it opens a session too). We can fix pun_antispam if it's needed.
And I can't login by OpenID, maybe because I'm testing it on the localhost. I'll install it on a server and try it again.

260

(58 replies, posted in PunBB 1.3 extensions)

I've started testing the extension. I've obtained an error on adding new OpenID (after pressing "Add" button):

Fatal error: Define Auth_OpenID_RAND_SOURCE as null to continue with an insecure random number generator. in Z:\home\punbb\www\extensions\openid\Auth\OpenID\CryptUtil.php on line 52

My OpenID is "written.ru". PunBB (last SVN revision) runs on Windows.

261

(3 replies, posted in Feature requests)

So, what do you expect from the extension? Describe it in a more detailed way, please.

Actually one can use in quotes usernames with square brackets.

[quote="username[with]brackets"]Hello![/quote]
username[with]brackets wrote:

Hello!

It's about lines 870-915 in Oxygen.css. Firebug will help you smile

You could use the "fn_generate_navlinks_end" hook. See the pun_pm code as an example.

265

(4 replies, posted in PunBB 1.3 bug reports)

Doesn't work for me either.

I've fixed it this way. Works in IE6 too smile

Use pun_bbcode extension.

I've replaced encoded ellipses by '…' symbols (we have full UTF-8 support).

268

(4 replies, posted in PunBB 1.3 bug reports)

Okeanos wrote:

A workaround (post IE6/Firefox/Opera/Safari) would be the following:

.brd .main-content [class="icon sticky closed"] {
    background: border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A; !important;
    }

That doesn't work for me. But this works (except IE6):

.brd .main-content .sticky.closed.icon {
    border-color: #D7E5F3 #C3CFDC #898989 #7A7A7A;
    }

269

(2 replies, posted in PunBB 1.3 bug reports)

Fixed (I hope).

270

(1 replies, posted in Feature requests)

I think this would significantly increase the server load.

271

(2 replies, posted in PunBB 1.3 additions)

You have to save your mail template in UTF-8 encoding (without BOM). Try to use an editor that support encoding changes.

272

(2 replies, posted in PunBB 1.3 bug reports)

Fixed.

273

(5 replies, posted in PunBB 1.3 troubleshooting)

There is no need to touch any line of code. Go to Administration » Users » Groups, then click "Edit this group" link near the group in question (probably, "Members"). You can disable flood protection there.

8k84 wrote:

try OperaMini -- forum looks really weird on that one;

Looks not bad if "Mobile view" is enabled.
You can use the Opera Mini simulator to make and post screenshots and to explain what is weird.

275

(4 replies, posted in PunBB 1.3 troubleshooting)

When we developed pun_repository we faced an issue. If a user has only FTP access he can't delete an extension directory created via pun_repository. We decided to set permissions to 0777 to avoid this issue.