Search found 11 matches
- Tue Jun 10, 2014 7:51 pm
- Forum: Closed Issues
- Topic: [closed] Installation won't start > white screen
- Replies: 28
- Views: 26829
Re: [solved?] Installation won't start > white screen
Yes, I ma using 1&1 too, the same behavior...Is there another way to install CMSMS2?
- Mon May 05, 2014 10:27 am
- Forum: Modules/Add-Ons
- Topic: 2 column contact form
- Replies: 2
- Views: 1465
Re: 2 column contact form
In Formbuilder choose "fieldset" (Start and End) to separate the two columns and apply your css to each...
- Fri May 02, 2014 10:14 am
- Forum: Modules/Add-Ons
- Topic: Access CMS-Session
- Replies: 9
- Views: 3343
Re: Access CMS-Session
So, I implemented these Spam-Preventions...a honeypot and a time-to-fill the form. Now our Game to win a puppet has been spammed by obviously maschin-generated emails. They look like this: uwe.tacker570140@skyghost.de A made-up name and a 6 digit number and a host which doesn't exist officially. As ...
- Mon Apr 07, 2014 7:31 am
- Forum: Modules/Add-Ons
- Topic: JQueryTools - Fancybox options
- Replies: 1
- Views: 1575
Re: JQueryTools - Fancybox options
You have to configure them when you call Fancybox in the java-script. It doesn't belong to the CSS.
Code: Select all
jQuery(document).ready(function() {
$.fancybox(
{
'autosize' : 'off',
'width' : 500,
'height' : '360'
}
);
});
- Fri Mar 21, 2014 2:31 pm
- Forum: Tips en Trucs
- Topic: CMSMS Nieuws Webapp 2.0 iOS en Android
- Replies: 5
- Views: 5221
Re: CMSMS Nieuws Webapp 2.0 iOS en Android
Hey Pascal, I am very curious for your tutorial...but unfortunately only understand half of it...hope someone will translate it soon..
- Tue Mar 11, 2014 11:05 am
- Forum: Modules/Add-Ons
- Topic: Can a create web pages directly from FormBuilder results?
- Replies: 1
- Views: 1383
Re: Can a create web pages directly from FormBuilder results
Right away, I could only think of a UDT that creates this file. This wouldn't be a big deal. More elegant would be of course a CMSMS-Page. This you could achieve using the query-string, like ;http://www.yourDomain.tld/staff.htm?member=John And then you populate that page from FormBrowser according t...
- Tue Mar 11, 2014 10:40 am
- Forum: Modules/Add-Ons
- Topic: Access CMS-Session
- Replies: 9
- Views: 3343
Re: Access CMS-Session
Thx guys, this gives me more orientation. So I will handle it that way and check for a while if any spam occurs..
- Mon Mar 10, 2014 9:09 pm
- Forum: Modules/Add-Ons
- Topic: Access CMS-Session
- Replies: 9
- Views: 3343
Re: Access CMS-Session
right, thx. Yes, I was. And also a time-check is possible - how long it takes to fill out the form. But until now, I thought captcha would be the most effective way..and its the provided module. So far, I haven't gotten much spam on my pages, was the Honepot-prevention the only spam-prevention, you ...
- Mon Mar 10, 2014 5:21 pm
- Forum: Modules/Add-Ons
- Topic: Access CMS-Session
- Replies: 9
- Views: 3343
Re: Access CMS-Session
Ah okay. Thanks for the quick reply. Well actually the reason for this is my difficulties with Captcha. An image directly created from a PHP-File, so you can reload it independently from the page or form (with new validation code etc.) makes more sense for me. Captcha often doesn't validate in the f...
- Mon Mar 10, 2014 4:32 pm
- Forum: HowTo's
- Topic: Form in Fancybox öffnen
- Replies: 0
- Views: 15586
Form in Fancybox öffnen
Meine erfolgreiche Art, eine Form dem User mit Fancybox anzuzeigen (bei der zum Beispiel auch Captcha beim ersten Mal validiert, ist nach folgende: Kreiere eine Seite mit Minimal Template, nenne sie z. B. AjaxForm.html. Im Content wird die Form aufgerufen: {FormBuilder form='AjaxForm'}. Auf der Seit...
- Mon Mar 10, 2014 4:05 pm
- Forum: Modules/Add-Ons
- Topic: Access CMS-Session
- Replies: 9
- Views: 3343
Access CMS-Session
Is there a way to access CMSes Session? I want to create an own Captcha...always having problems with the Captcha Modul to validate in the first attempt especially when I use it via ajax. Also no reload is possible as the Captcha Module provides a cached image. Up to CMSmadesimple 1.9 I used in an o...