Loading of extension "pm-announcements-trunk" failed.
Perhaps just renaming the archive without hyphens could solve your problem.
You are not logged in. Please login or register.
PunBB Forums → Posts by codeholic
Pages 1
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
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!
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.
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!
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.
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]
Pages 1
PunBB Forums → Posts by codeholic
Powered by PunBB, supported by Informer Technologies, Inc.