Search found 12 matches
- Wed Oct 04, 2017 10:33 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers - issue after upgrading to v2.7
- Replies: 6
- Views: 2670
Re: FrontEndUsers - issue after upgrading to v2.7
Upgraded to FEU 2.7.1 Problem solved. Thanks very much.
- Wed Oct 04, 2017 12:36 am
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers - issue after upgrading to v2.7
- Replies: 6
- Views: 2670
Re: FrontEndUsers - issue after upgrading to v2.7
Hi calguy,
Noted that issue has been fixed in subversion and you will issue a release in a couple of days. Will just wait for that and update this post accordingly. Thanks.
Noted that issue has been fixed in subversion and you will issue a release in a couple of days. Will just wait for that and update this post accordingly. Thanks.
- Mon Oct 02, 2017 12:23 am
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers - issue after upgrading to v2.7
- Replies: 6
- Views: 2670
FrontEndUsers - issue after upgrading to v2.7
Hi. I'm running CMS Made Simple 2.2.3.1. PHP version is 5.5.38 I am running FrontEndUsers 2.7, CGExtensions 1.57, CGSimpleSmarty 2.1.7 After upgrading FrontEndUsers from 2.6 to 2.7, I started getting errors from: cms/modules/FrontEndUsers/action.login.php on line 46 with the following error message:...
- Sun Sep 10, 2017 10:31 pm
- Forum: Modules/Add-Ons
- Topic: Gbook - issues after upgrading to CMS 2.2.3.1
- Replies: 2
- Views: 1877
Re: Gbook - issues after upgrading to CMS 2.2.3.1
Hi Jos,
This is confirmed. Commenting out the db_port setting in config.php solved the issue.
Marking this issue as solved. Thanks.
This is confirmed. Commenting out the db_port setting in config.php solved the issue.
Code: Select all
#$config['db_port'] = 3306;- Sat Sep 09, 2017 8:31 pm
- Forum: Modules/Add-Ons
- Topic: Gbook - issues after upgrading to CMS 2.2.3.1
- Replies: 2
- Views: 1877
Gbook - issues after upgrading to CMS 2.2.3.1
Hi. I'm running CMS Made Simple 2.2.3.1. PHP version is 5.5.38 I am running Gbook 2.2.4 After upgrading from CMS 2.1.6 to 2.2.3.1, I noticed that I could no longer create or manage existing guestbooks from the CMS content admin console. I am getting the following error whenever I click Guestbook in ...
- Mon Mar 13, 2017 12:21 am
- Forum: Modules/Add-Ons
- Topic: Form Builder - Year pulldown
- Replies: 4
- Views: 2407
Form Builder - Year pulldown
Hi. I'm running CMS Made Simple 2.1.6. PHP version is 5.5.38 I am running FormBuilder 0.8.1.6 and CMSMailer 6.2.14 I tried using the year pulldown type in FormBuilder and specified the end year to select from. The year pulldown works with allowed selection from current year descending to the declare...
- Sat Mar 04, 2017 3:53 pm
- Forum: Modules/Add-Ons
- Topic: FEU - convert password after input
- Replies: 5
- Views: 2019
Re: FEU - convert password after input
Rolf, thanks very much for the link. The use of onkeyup as well as 'this' is a new learning for me and could be used in future for other forms that I create. Aside from converting to lowercase, I need to make some further processing of the password and the solution by Velden did it. I will make sure...
- Sat Mar 04, 2017 7:18 am
- Forum: Modules/Add-Ons
- Topic: FEU - convert password after input
- Replies: 5
- Views: 2019
Re: FEU - convert password after input
Hi velden, Thanks for the reply. I have tried as you suggested and have been consuming the past couple of days in searching for answers and sample code. When I place an Onclick on the button and point it to a javascript that will process the value of {$fldname_password}.value as needed, nothing happ...
- Mon Feb 27, 2017 11:24 am
- Forum: Modules/Add-Ons
- Topic: FEU - convert password after input
- Replies: 5
- Views: 2019
FEU - convert password after input
Hi. I'm running CMS Made Simple 2.1.6. PHP version is 5.5.38 I am running FrontEndUsers 2.3.2 / CGExtension v1.53.18 / CGSimpleSmarty v2.1.6 In FEU, using FEU Standard Authentication, is it possible to convert the password that is entered by a user during login to all lower case for example after th...
- Sun Feb 26, 2017 2:57 am
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory module - Regex in parameter name=
- Replies: 5
- Views: 2315
Re: CompanyDirectory module - Regex in parameter name=
Your bug fix was just great .... was able to make it work with {CompanyDirectory action="default" sortby="company_name" sortorder="asc" summarytemplate="mytemplate" name="::^[b-d].*"} to be able to display all company names starting with letter b,c o...
- Fri Feb 24, 2017 12:24 am
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory module - Regex in parameter name=
- Replies: 5
- Views: 2315
Re: CompanyDirectory module - Regex in parameter name=
Hi Rolf. Thanks very much for the regex filter bug fix in the most recent release. Some questions from a newbie, though, before I could test it. My CMS module manager admin panel is still showing version 1.23.3 and not the new version 1.23.4 How do I upgrade the CompanyDirectory module without affec...
- Tue Feb 21, 2017 12:23 am
- Forum: Modules/Add-Ons
- Topic: CompanyDirectory module - Regex in parameter name=
- Replies: 5
- Views: 2315
CompanyDirectory module - Regex in parameter name=
Hi. I'm running CMS Made Simple 2.1.6. PHP version is 5.5.38 I am running CompanyDirectory module v1.23.3 / CGExtension v1.53.17 / CGSimpleSmarty v2.1.6 / CGSmartImage v1.21.5 / JQueryTools v1.3.9 I am trying to make use of the CompanyDirectory optional parameter name="" as discussed in th...
