Search found 56 matches

by stefhoesli
Fri Feb 06, 2015 9:02 am
Forum: Stammtisch
Topic: Geek Moot
Replies: 0
Views: 11644

Geek Moot

Grüss euch Da das Echo auf meine Anfrage in der "Lounge" noch nicht so gross war, probiere ich es nun auch noch hier: Wer von euch war schon mal ein einem "Geek Moot"? Wer wird dieses Jahr gehen? Habt ihr Erfahrungsberichte (auch nur in wenigen Sätzen)? Wie viele Teilnehmer waren...
by stefhoesli
Thu Feb 05, 2015 8:28 am
Forum: Modules/Add-Ons
Topic: Help with collecting address & and automatically send email
Replies: 12
Views: 3813

Re: Help with collecting address & and automatically send em

UPDATE 2: Seems that Form Builder is the way to go! See below. I quickly checked how I do it: As a matter of fact, I don't use any module for this. PHP offers a mail() function (see here: http://www.w3schools.com/php/func_mail_mail.asp), which you can use easily. UPDATE: I also had a look in the PHP...
by stefhoesli
Wed Feb 04, 2015 3:19 pm
Forum: Modules/Add-Ons
Topic: Help with collecting address & and automatically send email
Replies: 12
Views: 3813

Re: Help with collecting address & and automatically send em

UPDATE: Seems that Form Builder is the way to go! See below. Have you looked at the "Simple Form" or the "CMSMailer" module? I personally would not attach the document to the e-mail, but send a link instead for three reasons: 1. Decrease bandwidth usage (probably not all users wi...
by stefhoesli
Wed Feb 04, 2015 2:49 pm
Forum: Modules/Add-Ons
Topic: Dynamic filter and search with CGUserDirectory?
Replies: 1
Views: 1186

Dynamic filter and search with CGUserDirectory?

I would like to get your opinion on the following: I want to implement "dynamic" filter/search/sort options for a CGUserDirectory listing. E.g. a drop down, with different sort options. I thought about doing the filtering/searching/sorting with JQuery client-side. Accordingly I first would...
by stefhoesli
Mon Feb 02, 2015 1:36 pm
Forum: The Lounge
Topic: GeekMoot 2015 details?
Replies: 13
Views: 6665

Re: GeekMoot 2015 details?

Thanks to both of you, interesting stuff! Looking forward to the geek moot!
by stefhoesli
Thu Jan 29, 2015 12:34 pm
Forum: The Lounge
Topic: GeekMoot 2015 details?
Replies: 13
Views: 6665

GeekMoot 2015 details?

Are there already any details about this years GeekMoot available, apart from the info on http://www.geekmoot.com/2015/ ?

And where can I find details about past GeekMoots (e.g. presentations)?
by stefhoesli
Thu Jan 29, 2015 12:19 pm
Forum: Modules/Add-Ons
Topic: [solved] What is the preferred method to include JQuery?
Replies: 2
Views: 1663

Re: What is the preferred method to include JQuery?

The solution was right in front of my eyes:

There is a JQueryTools module:
http://dev.cmsmadesimple.org/projects/jquerytools
by stefhoesli
Thu Jan 29, 2015 11:42 am
Forum: Modules/Add-Ons
Topic: [solved] What is the preferred method to include JQuery?
Replies: 2
Views: 1663

[solved] What is the preferred method to include JQuery?

I am currently using <__script__ type="text/JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></__script> inside my CMSMS templates in order to use JQuery. But I am not sure if this is the preferred method? I have seen that there is a cms_jquery ta...
by stefhoesli
Tue Dec 23, 2014 11:56 am
Forum: Modules/Add-Ons
Topic: How to make FEUsers {$url_forgot} work on protected pages?
Replies: 7
Views: 2733

Re: How to make FEUsers {$url_forgot} work on protected page

According to help there is a noinline="" parameter. But I don't know how to use it. I tried: {FrontEndUsers form="forgotpw" noinline="1"} {FrontEndUsers form="forgotpw" noinline="yes"} and {FrontEndUsers form="forgotpw" noinline=""...
by stefhoesli
Sun Dec 21, 2014 11:45 am
Forum: Modules/Add-Ons
Topic: How to make FEUsers {$url_forgot} work on protected pages?
Replies: 7
Views: 2733

Re: How to make FEUsers {$url_forgot} work on protected page

Thanks, it works better now! But unfortunately I still have a problem: After I enter an e-mail address in the field and press send, the corresponding answer is not displayed. Again of course since this content is still protected. So I do get a password (If there was no typo in the e-mail address), b...
by stefhoesli
Thu Dec 18, 2014 12:23 pm
Forum: Modules/Add-Ons
Topic: How to make FEUsers {$url_forgot} work on protected pages?
Replies: 7
Views: 2733

Re: How to make FEUsers {$url_forgot} work on protected page

I tried to add the content of the "Forgot Password Template" to the "not allowed..." section. But now my problem is, that the field for the username is displayed, but these three tags don't work: {$hidden}{$submit}{$cancel} Accordingly I the submit and cancel buttons are now miss...
by stefhoesli
Wed Dec 17, 2014 11:53 am
Forum: Modules/Add-Ons
Topic: How to make FEUsers {$url_forgot} work on protected pages?
Replies: 7
Views: 2733

How to make FEUsers {$url_forgot} work on protected pages?

I am using the latest version of CMS MS and FEUsers. On every page I display a FEUsers link for users who have forgotten their password, using the {$url_forgot} tag of the FEUsers module. Some content on my site is protected, with a construct like this: {if $ccuser->loggedin() && $ccuser->me...
by stefhoesli
Tue Dec 16, 2014 6:36 am
Forum: Modules/Add-Ons
Topic: [SOLVED] Export/Import FEUsers still broken?
Replies: 2
Views: 1482

Re: Export/Import FEUsers still broken?

Finally the export/import almost works!!!

I had to manually copy all the images from the uploads/feusers directory from the source to the target. After that it was indeed possible to export and import fusers from one CMS to the other!
by stefhoesli
Mon Dec 15, 2014 9:13 am
Forum: Modules/Add-Ons
Topic: [SOLVED] Why is the "CompanyDirectory" tag not recognized an
Replies: 3
Views: 1916

Re: Why is the "CompanyDirectory" tag not recognized anymore

It was the same issue as with my other posts: The workaround with uploading a module via XML only does half the trick: You still have to click on upgrade after the upload. But with the module beeing uploaded first as XML, there is no mor memory leak that crashes the CMS. So I then clicked "Upgr...
by stefhoesli
Mon Dec 15, 2014 9:09 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] Why did FEUsers stop working?
Replies: 2
Views: 2448

Re: Why did FEUsers stop working?

I was afraid, that this would break the CMS again... But it worked!

Thanks a lot!

Go to advanced search