Search found 296 matches

by sjg
Wed Apr 30, 2008 4:52 am
Forum: Modules/Add-Ons
Topic: Formbuilder - Not working after install
Replies: 11
Views: 3928

Re: Formbuilder - Not working after install

Thanks to your detailed notes, I've found the source of the bug. Or at least one of the bugs :) It is indeed in the File Upload code. I'm working on fixing it, and hope to have an update in the next day or so.  I'll need to rewrite some of how File Uploads work, so that they'll work in a much broade...
by sjg
Wed Apr 30, 2008 4:19 am
Forum: Modules/Add-Ons
Topic: Form Browser: sort List
Replies: 4
Views: 1911

Re: Form Browser: sort List

Ah, OK. So the problem is that I've renamed the sort fields to be more consistent with the way the other variables in FormBuilder/FormBrowser work. So I'm guessing you got this error because you have a tag that's something like: {cms_module module='FormBrowser' browser='my_browser' sort_dir='a' sort...
by sjg
Tue Apr 29, 2008 4:42 pm
Forum: Modules/Add-Ons
Topic: Formbuilder - Not working after install
Replies: 11
Views: 3928

Re: Formbuilder - Not working after install

Thanks for the details.

I'll take a look at this tonight, and see if I can reproduce the problem and find a fix.

___Samuel___
by sjg
Tue Apr 29, 2008 4:38 pm
Forum: Modules/Add-Ons
Topic: Form Browser: sort List
Replies: 4
Views: 1911

Re: Form Browser: sort List

Hm. Sounds like I didn't test very well. I'll make a fix and release 0.2.2 tonight.

Thanks,
___Samuel___
by sjg
Tue Apr 29, 2008 4:21 am
Forum: Modules/Add-Ons
Topic: Form Browser: sort List
Replies: 4
Views: 1911

Re: Form Browser: sort List

Check out the new release :)

Be sure to upgrade your FormBuilder module first!

Good luck,
___Samuel___
by sjg
Tue Apr 29, 2008 4:17 am
Forum: Modules/Add-Ons
Topic: Formbuilder - Not working after install
Replies: 11
Views: 3928

Re: Formbuilder - Not working after install

I've seen a few reports of this, but haven't been able to recreate it myself. If someone could provide me the steps necessary to reproduce the problem, I could try to fix it. Blank white screen almost always means a PHP error, so something should show up in the error log. I've also seen it happen in...
by sjg
Tue Apr 29, 2008 4:12 am
Forum: Modules/Add-Ons
Topic: Form Builder - CC sender a copy of the form submission
Replies: 2
Views: 1811

Re: Form Builder - CC sender a copy of the form submission

Take a look at the "*Email to User-Supplied Email Address" disposition.

Although, admittedly, it'd be nice if the "Email 'From Address' Field" supported that as an option. File a Feature Request, and I'll try to get that into the next release.

Thanks,
___Samuel___
by sjg
Tue Apr 29, 2008 4:10 am
Forum: Modules/Add-Ons
Topic: [Solved] Please help with form module
Replies: 7
Views: 2353

Re: Please help with form module

Make sure that the "From Email" address is set correctly for the form. Some mailers won't deliver mail that claims to be from a server other than the actual source.

Good Luck,
___Samuel___
by sjg
Tue Apr 29, 2008 4:08 am
Forum: Modules/Add-Ons
Topic: Help Needed with Form Builder {$submit} tag
Replies: 4
Views: 1644

Re: Help Needed with Form Builder {$submit} tag

In FormBuilder version 0.5, take a look at modules/FormBuilder/classes/Form.class.php line 692.

In older versions, search that file for the RenderForm method.

Good Luck,
___Samuel___
by sjg
Tue Apr 29, 2008 4:05 am
Forum: Modules/Add-Ons
Topic: FormBuilder: Data Missing
Replies: 7
Views: 2125

Re: FormBuilder: Data Missing

This is an error I haven't seen before. Have you tried going in to you form's Email template, and checked that it hasn't gotten corrupted? I can see that in some cases (e.g., you were referencing the fields with the {$fld_#} syntax), and you transferred a form from one server to another, it's possib...
by sjg
Tue Apr 29, 2008 3:47 am
Forum: Modules/Add-Ons
Topic: Form Browser / Form Builder update
Replies: 0
Views: 917

Form Browser / Form Builder update

A new version of FormBrowser has been released. With it, there has also been a new release of FormBuilder. It's very important that you install and upgrade your FormBuilder before you install and upgrade your FormBrowser. If I had more time, I'd write better code, and it wouldn't matter.  Unfortunat...
by sjg
Thu Jan 03, 2008 7:01 am
Forum: CMSMS Core
Topic: How does Cataloger Module Works?
Replies: 2
Views: 1643

Re: How does Cataloger Module Works?

For automating the uploading of images, you can use the fact that Cataloger uses the upload/images/catalog_src directory. Files are names [page-alias]_src_[image number].jpg So, if your page alias were "my-page", and you had two images on the page, the files would be: upload/images/catalog...
by sjg
Thu Jan 03, 2008 6:50 am
Forum: Modules/Add-Ons
Topic: Cataloger Maximum Item Images
Replies: 4
Views: 2445

Re: Cataloger Maximum Item Images

Edit modules/Cataloger/action.adminprefs.php, and change line 45 from:

Code: Select all

        for ($i=1;$i<16;$i++)
to

Code: Select all

       for ($i=1;$i<32;$i++)
or whatever number you'd like it to be.

Good Luck,
___Samuel___
by sjg
Thu Jan 03, 2008 6:19 am
Forum: Modules/Add-Ons
Topic: Sorting in Formbrowser
Replies: 5
Views: 2809

Re: Sorting in Formbrowser

FormBrowser hasn't been updated in a while, and needs work. I'm busy right now, so I haven't gotten to it. It's on the list, but I don't really have an ETA, I'm afraid. If someone wants to sponsor fixes, it'll get moved up in the queue. Otherwise, I'll work on it when I get some free time. Sorry :( ...
by sjg
Thu Jan 03, 2008 6:17 am
Forum: Modules/Add-Ons
Topic: Upgrade Cataloger if you're using 0.6!
Replies: 6
Views: 2461

Upgrade Cataloger if you're using 0.6!

If you're running Cataloger 0.6, I strongly recommend upgrading to 0.6.1 I'm sorry to say I'm an idiot, and a bug crept in that could cause all of your catalog source images to be renamed if you changed a page from a regular "content" type to one of the cataloger content types (catalog ite...

Go to advanced search