Search found 7 matches

by Lucas
Wed Feb 27, 2008 9:22 pm
Forum: Developers Discussion
Topic: mact var for using in forms
Replies: 1
Views: 1282

Re: mact var for using in forms

I'm not sure why the above solution ever worked  ;D

I changed the line to:

Code: Select all

$this->query = (isset($_REQUEST['mact'])? 'mact=' . $_REQUEST['mact']:'');
I don't see this as a bugfix, but more as a `hack`... any comments?
by Lucas
Wed Feb 27, 2008 9:14 pm
Forum: Developers Discussion
Topic: Image Manager: folder features
Replies: 0
Views: 846

Image Manager: folder features

Are there any plans for creating these features:

- change folder of an image
- rename folder
- refresh current folder after editting

In my opinion, these are basic features...

If these features won't be avaiable soon, I'll probably make 'm myself.
by Lucas
Fri Feb 01, 2008 3:51 pm
Forum: Developers Discussion
Topic: File or Image picker for new module
Replies: 4
Views: 1869

Re: File or Image picker for new module

Yep this is the same idea. I personally prefer the use of the same layout as the editor. Makes it more recognisable for users.
by Lucas
Fri Feb 01, 2008 3:43 pm
Forum: Developers Discussion
Topic: mact var for using in forms
Replies: 1
Views: 1282

mact var for using in forms

Hello, I noticed that some modules are using the mact var in forms as a hidden field. However, when a form is posted to /admin/moduleinterface.php in this way, the mact var is not behaving as I would expect. This shows in the breadcrumb and module title not visible in the module. The cause for this ...
by Lucas
Thu Jan 31, 2008 5:12 pm
Forum: Developers Discussion
Topic: Question about select list functions
Replies: 0
Views: 856

Question about select list functions

Quote from the file `class.module.inc.php` regarding the functions CreateInputDropdown and CreateInputSelectList : "An array of items to put into the dropdown list... they should be $key=>$value pairs" However, when I look at the code in `modform.inc.php`: $text .= '<option value="'.$...
by Lucas
Wed Jan 30, 2008 7:12 pm
Forum: Developers Discussion
Topic: File or Image picker for new module
Replies: 4
Views: 1869

Re: File or Image picker for new module

Thanks.

I ended up using the 'simplebrowser' code, and modified the call to the callback function a bit. Works like a charm ;)
by Lucas
Wed Jan 30, 2008 3:54 pm
Forum: Developers Discussion
Topic: File or Image picker for new module
Replies: 4
Views: 1869

File or Image picker for new module

Hello There,

I'm working on a new module, and would like to integrate a file/image picker in it. Preferably the one from the editor: the 'advimage' plugin. So basicalliy I need a standalone version of this plugin.

Has anyone allready made this for some module?

Thanks.

Go to advanced search