526

(27 replies, posted in PunBB news)

sirena wrote:

'Downloads page' link

http://home/downloads.php#1.3

in original post is flawed.

I've corrected Anatoly's post. Thanks.

It's a PHP function: http://www.php.net/token_get_all

528

(11 replies, posted in PunBB 1.3 troubleshooting)

I don't know what is the cause. Looks like the content of manifest.xml is corrupted. Try to delete all files in the 'extensions' directory and upload them again.

If this will not help, please, answer some questions. What PunBB version do you use? Is it exactly 1.3 RC2, or the last version from SVN? Maybe you have a hosting with non-standard settings? Is the XML support enabled in PHP (for details: http://www.php.net/manual/en/xml.installation.php)?

529

(11 replies, posted in PunBB 1.3 troubleshooting)

parpalak wrote:

We have updated pun_antispam and pun_pm extensions and they can be installed on 1.3 RC2.

I've forgot to write...  We will soon upgrade all official extensions, of course smile

530

(11 replies, posted in PunBB 1.3 troubleshooting)

Seems that you have these files:

WRONG

.../punbb/extensions/manifest.xml
.../punbb/extensions/image.php
.../punbb/extensions/lang/English/pun_antispam.php
and so on

But you should copy the files this way:

RIGHT

.../punbb/extensions/pun_antispam/manifest.xml
.../punbb/extensions/pun_antispam/image.php
.../punbb/extensions/pun_antispam/lang/English/pun_antispam.php
and so on

Also, the 'extensions' folder must contain a folder for each extension. For example:

.../punbb/extensions/pun_pm/
.../punbb/extensions/pun_antispam/
and so on

531

(11 replies, posted in PunBB 1.3 troubleshooting)

Rich T wrote:

I took the image.php file, the .js file and what ever else and placed it in the extensions folder, then took the file within the Lanf/Eng folder iand placed it in the appropriate folder.

I think the mistake is here. You just have to copy (or upload) the folder with extension files. For example, you have a forum in '/home/public_html/punbb' directory. There are some files and directories in this directory. The 'extensions' directory must be there. After copying new files must have the following names: '/home/public_html/punbb/extensions/pun_antispam/manifest.xml', '/home/public_html/punbb/extensions/pun_antispam/image.php' and so on.

I should clarify the situation with the extensions. Most of extensions have been developed for an old markup and they are (partially) compatible with PunBB 1.3 RC. They may not work correctly on 1.3 RC2 since markup and some hooks were changed. We have updated pun_antispam and pun_pm extensions and they can be installed on 1.3 RC2. So if you have 1.3 RC2, you have to download fresh versions (use links 'Download in other formats: Zip Archive'):

http://punbb.informer.com/trac/browser/ … n_antispam
http://punbb.informer.com/trac/browser/ … unk/pun_pm

Anatoly wrote:
parpalak wrote:

The link to the user's inbox contains the user's id. This id сhanges from one user to another. Probably we should think about removing this id.

Agree: no need to give ID to open user's inbox.

Now there are no user id in the links! smile
(new version for RC2 is publised in SVN)

soren121 wrote:

This extension doesn't work in SQLite installs. The exact error is:

The error occurred on line 405 in /home/mschat/northsalemcrew.net/lightblog/forum/include/dblayer/sqlite.php

At last this bug was fixed: http://punbb.informer.com/trac/changeset/802

534

(8 replies, posted in PunBB 1.3 troubleshooting)

I hope this bug is fixed: http://punbb.informer.com/trac/changeset/799

I've modified the code to avoid CURLOPT_FOLLOWLOCATION constant using. But I'm not sure that get_remote_file() will work properly in all cases. Please, test this new version.

535

(15 replies, posted in PunBB news)

lament wrote:

what about 1.2.20 to 1.3RC2?

Procedure is the same. Just don't forget to backup your PunBB files and database. But all your mods installed will not work on 1.3.

It is not recommended to use 1.3 RC2 in the production mode. It still contains several bugs (including reported above) that are to be fixed in 1.3 final release.

536

(15 replies, posted in PunBB news)

emielvenlo wrote:

Is this punbb release based on the fluxbb subversion version?

Partially. We have developed PunBB 1.3 keeping an eye on FluxBB development. Some changes have been imported, we have made the others. See Trac timeline for details.

Strofanto wrote:

Is RC2 currently used on this domain?

No.

537

(20 replies, posted in PunBB 1.3 troubleshooting)

Garciat wrote:

So, PunBB and FluxBB are the same, technically?

Not exactly the same, but nearly the same. See the project history for additional details.

538

(2 replies, posted in PunBB 1.3 troubleshooting)

But these branches are to be merged: http://punbb.informer.com/trac/ticket/176
It will be done soon.

denis_imo wrote:

Plagin "pun_attachment v1.0a" does not work with archive. The Archives are downloaded spoiled.
Firefox downloads files with normal name, but opera "misk.php" or "misk.rar".

We have fixed this bug. The patched version of pun_attachment will be published soon. But you can download it now from trac browser (link "Download in other formats: Zip Archive" at the bottom of the page).

540

(56 replies, posted in PunBB 1.3 extensions)

We have started to develop pun_antispam extension. It is based on the rei_captcha extension.

See the pun_antispam specification.

Download pun_antispam.

Feel free to report bugs or suggest improvements.

Thanks for your report, it will not be easy to fix this bug. But I can give you an recommendation.

Before updating pun_pm just disable it (Administration -> Manage extensions, click on "Disable" link). This will help while either updating with pun_repository or manual uploading a new version.

Remember that you shouldn't uninstall pun_pm if you don't want to loose all users' messages stored in DB.

Here is an instruction that fixes the issue:

1. Open manifest.xml in pun_pm directory.

2. Find the following code (lines 73-77):

WRONG:

'body'        => array(
    'datatype'        => 'TEXT',
    'allow_null'    => false,
    'default'        => '""'
),

3. Delete the "'default' => '""'" line.

RIGHT:

'body'        => array(
    'datatype'        => 'TEXT',
    'allow_null'    => false
),

Or you can just download the new version of manifest.xml from svn.

Thanks for your report.

Utchin wrote:

your views should not be ranked higher just because you are a developer..

Sure. But we are more familiar with PunBB than average user. I think this is the reason.

There are many reasons, of course. Everything depends on what forum you are using now. PunBB is faster and easier to use than many other forums. PunBB 1.3 in comparison with 1.2 has the extension system and supports UTF-8.

Together with advantages there are disadvantages in PunBB. Some of them are eliminated in 1.3, others have to be eliminated later.

Utchin wrote:

The most your hear is the developers views

And these views are the most adequate, aren't they?

soren121 wrote:

This extension doesn't work in SQLite installs.

Thanks for your report. We work on this problem.

546

(51 replies, posted in PunBB 1.3 additions)

fantasma wrote:

mmm the theme is good, but i think that the color of the Oxygen theme are better.

Anatoly, I told you that there shouldn't be the red color and explained why smile

547

(1 replies, posted in PunBB 1.2 discussion)

Historically OOP wasn't used for speed reasons (that was made the corner-stone). And though an OOP-code would be more structured, nevertheless we try to keep the code easy to read and understand.

Anatoly wrote:

no need to give ID to open user's inbox.

Yes. On the other hand we've decided to make the PM page as a subsection in the Profile. The id makes PM-links similar to other links in the Profile section.

549

(1 replies, posted in PunBB 1.3 extensions)

Thanks for your report.
Fixed.

I think this idea isn't as good.

There is quite a simple logic. Near the link "New posts" should be displayed a text that tells user how many unread messages he's got. It would be nice if this text were the link to the user's inbox.

Administrator can easily add links to the main navigation menu (Administration -> Settings -> Setup). "Private messages" could be one of these links if this is required.

This is my private opinion. Feel free to give your reasons.

Update. The described way doesn't work. The link to the user's inbox contains the user's id. This id сhanges from one user to another. Probably we should think about removing this id.