Quote:
Originally Posted by CarCdr
Yes, permissions will be coming this week, along with the ability to list for a selected forum.
(BTW, and you probably know, if you rename the source file, you break the links on the page, as they are coded in the template to call 'attachment_browser.php'.)
|
Sugges insted of hard coding the filename, try using a
Code:
define(THIS_SCRIPT,'attachment_browser');
statement at the top, this way it's easy enuff then to make one filename change, and one file edit for renaming purposes ...