wandy wrote:

Loading of extension "pm-announcements-trunk" failed.

Perhaps just renaming the archive without hyphens could solve your problem.

Yes, please, if it is not a problem smile

ID: pm_announcements
Title: Private Message Announcements
Version: 0.1
Description: Display an announcement if there are unread private messages.
Download link: http://gitorious.org/pm-announcements/t … ees/master

Depends on: pun_pm >= 1.2.9

Feedback is welcome!

4

(154 replies, posted in Supported extensions)

Please replace

require $ext_info['path'].'/functions.php';

with

require_once($ext_info['path'].'/functions.php');

in manifest.xml.

I'm writing an extension, which should use pun_pm functions, but a redefinition error appears, that I cannot avoid.

Slavok wrote:

I have an error at the "New posts" page

Thanks! Fixed in 0.2

ID: most_subscribed
Title: Most Subscribed
Version: 0.2
Description: Show the list of most subscribed topics.
Download link: http://gitorious.org/most-subscribed/trunk/trees/master
Discussion link: http://www.ivan.fomichev.name/2009/10/p … -most.html
Demo link: http://forum.plantarium.ru/search.php?a … subscribed (the site is in Russian)

Feedback is welcome!

7

(98 replies, posted in PunBB 1.3 extensions)

codeholic wrote:

Bug
Delete any thread while there is a table prefix set:

The error occurred on line 333 in …/pun_attachment/include/attach_func.php
Database reported: Table 'site_db.posts' doesn't exist (Errno: 1146).

Sent a patch to Slavok's e-mail.

8

(98 replies, posted in PunBB 1.3 extensions)

Bug
Delete any thread while there is a table prefix set:

The error occurred on line 333 in …/pun_attachment/include/attach_func.php
Database reported: Table 'site_db.posts' doesn't exist (Errno: 1146).

Feature Requests

  • Add hooks inside the extensions so it were possible to enhance this extension for one's own needs.

  • Add a checkbox in the admin panel to forbid guests to attach files.

  • Add a checkbox in the admin panel to make images larger than given dimensions be shown as thumbnails.

  • Add a possibility to embed images (or their thumbnails, depending on their size) into posts with BBCode, e. g. [file]image.gif[/file]