Search found 296 matches

by sjg
Thu Apr 02, 2009 8:28 pm
Forum: Modules/Add-Ons
Topic: Cataloger Images Not Showing
Replies: 12
Views: 3706

Re: Cataloger Images Not Showing

I don't think uninstalling/reinstalling is going to solve any problem. The 404 indicates that the image scaling is failing for some reason. (The way it works is that it resizes the image and does a redirect to the generated image). I'm not going to be able to provide much more help without informati...
by sjg
Thu Apr 02, 2009 4:49 pm
Forum: Modules/Add-Ons
Topic: Formbuilder primitive anti-spam feature doesn´t work
Replies: 1
Views: 889

Re: Formbuilder primitive anti-spam feature doesn´t work

The anti-spam is really primitive. It uses your IP address and limits to 10 emails in any hour interval.

If it's not working, look at the cms_module_fb_ip_log table in your database, and see what's being stored.

Good luck,
__Samuel___
by sjg
Thu Apr 02, 2009 4:43 pm
Forum: Modules/Add-Ons
Topic: Cataloger Images Not Showing
Replies: 12
Views: 3706

Re: Cataloger Images Not Showing

Not sure exactly what's going on here. A few possible things: - This functionality requires that your PHP install has GD capabilities. - GD requires that PHP has a lot of memory. It has to expand the image to its full size and resolution before scaling it. When you upload an image in the image manag...
by sjg
Tue Jan 13, 2009 5:53 pm
Forum: Modules/Add-Ons
Topic: [Solved]I get error with FormBrowser
Replies: 5
Views: 1979

Re: I get error with FormBrowser

You should be seeing fields from your form, although I haven't tested under 1.4.1 for a while. I don't think there are any 1.5.x changes that would matter, but I can't rule it out. General things to try: - clear cache - verify your form has a "save to database" disposition type - verify yo...
by sjg
Tue Jan 13, 2009 6:32 am
Forum: Modules/Add-Ons
Topic: [Solved]I get error with FormBrowser
Replies: 5
Views: 1979

Re: I get error with FormBrowser

I've posted a new version of FormBuilder which should restore FormBrowser's basic functionality. Sorry for the inconvenience. It's one of the problems with using SVN (and why I need to switch to using git) is that you can accidentally launch changesets that you don't intend to. I was working on the ...
by sjg
Fri Dec 19, 2008 9:48 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Fixing the infamous White Screen of Death on Site Migration
Replies: 1
Views: 1293

Fixing the infamous White Screen of Death on Site Migration

So, for long and uninteresting reasons, I needed to move a working CMSMS site from a PHP 4 host to a WAMP-based PHP 5 host. I've done similar migrations at least fifty times, without problems. Today, with too little coffee in my bloodstream, I made a few omissions, and ran into problems. Partially d...
by sjg
Thu Aug 28, 2008 6:15 pm
Forum: Modules/Add-Ons
Topic: FormBuilder / FormBrowser update and Question
Replies: 3
Views: 1190

FormBuilder / FormBrowser update and Question

So, I know I've been talking about a FormBuilder/FormBrowser update since around January. However, I'm having a change of heart. These two modules constitute the vast majority of my incoming requests for help, features, etc -- to the tune of three or four emails every day. That may not sound so bad,...
by sjg
Wed Jun 25, 2008 11:44 pm
Forum: Tips and Tricks
Topic: Embed CMSMS in Another PHP Site
Replies: 0
Views: 1708

Embed CMSMS in Another PHP Site

I needed to be able to use CMSMS protected content, modules, etc in an established PHP site. I can't migrate the site to CMSMS, but I can make changes on pages. Here's a simple way to do it. Install CMSMS in a directory. In this case, I installed it in a directory named "cmsms" within the ...
by sjg
Thu Jun 19, 2008 4:39 pm
Forum: CMSMS Core
Topic: [SOLVED] Hidden fields added by the FormBuilder module
Replies: 3
Views: 1579

Re: Hidden fields added by the FormBuilder module

Or edit the form template through the FB admin. Find the section that looks like: {* and now the form itself *} {$fb_form_start} {$fb_hidden} and change it to {* and now the form itself *} {$fb_form_start} <div>{$fb_hidden}</div> This has been fixed in the svn version. ___Samuel___
by sjg
Wed Jun 18, 2008 9:18 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] NMS loses lists when moving to a new server
Replies: 0
Views: 752

[Solved] NMS loses lists when moving to a new server

CMSMS version 1.3 NMS version 2.0 MySQL 5.0.45 I pushed a development site to a new server, and suddenly my Newsletter Made Simple lists all vanished. Strangely, they were still in the database when I looked. But my NMS subscribe tag was returning "No lists found to subscribe to". The key ...
by sjg
Fri May 02, 2008 6:38 pm
Forum: Modules/Add-Ons
Topic: Formbuilder
Replies: 5
Views: 1778

Re: Formbuilder

Currently you can only do this with Text Inputs and TextArea Inputs.
by sjg
Fri May 02, 2008 6:33 pm
Forum: Modules/Add-Ons
Topic: FormBuilder and Fieldsets
Replies: 1
Views: 940

Re: FormBuilder and Fieldsets

It doesn't do this currently. File a Feature Request, and I'll add that in the next release.

Thanks,
___Samuel___
by sjg
Fri May 02, 2008 6:24 pm
Forum: Modules/Add-Ons
Topic: Formbuilder
Replies: 5
Views: 1778

Re: Formbuilder

You can't do that with CSS. But if you're using FormBuilder version 0.5 or later, go to your text field, click on the "Advanced Settings" tab, and put your default text in the field labeled "Default value for field". If you want that default text to vanish when someone clicks in ...
by sjg
Fri May 02, 2008 6:15 pm
Forum: Modules/Add-Ons
Topic: Formbuilder - Not working after install
Replies: 11
Views: 3928

Re: Formbuilder - Not working after install

Wow. I clearly didn't think that through completely. For 1, you're absolutely correct. The uploaded file will stay on the server. I can add an option to remove it after generating the email. It'll be a little tricky, since I need to have something to display in the "success" page -- maybe ...
by sjg
Fri May 02, 2008 5:58 pm
Forum: Modules/Add-Ons
Topic: Form Browser 0.2.1 failes
Replies: 1
Views: 968

Re: Form Browser 0.2.1 failes

Hm. I even thought I'd tested that...

I'll take a look tonight or tomorrow, and get a patch together.

Thanks,
___Samuel___

Go to advanced search