
Search found 8 matches
- Fri Feb 12, 2016 11:05 pm
- Forum: The Lounge
- Topic: PHP-file only for logged in FEUs [SOLVED]
- Replies: 1
- Views: 955
Re: PHP-file only for logged in FEUs [SOLVED]
User Defined Tag 

- Fri Feb 12, 2016 7:01 pm
- Forum: The Lounge
- Topic: PHP-file only for logged in FEUs [SOLVED]
- Replies: 1
- Views: 955
PHP-file only for logged in FEUs [SOLVED]
I've a php-file which I want only to be accessed and used by logged in FEUs. So no anonymous internet users can't access the file. The php-file is essential part of html-table which includes form in cells. So, values on table are calculated and sent back. I use PHP to echo vars to cells which can be...
- Sun Jun 22, 2014 10:53 am
- Forum: Help Wanted (commercial)
- Topic: [done] FEU module's checkboxes fixing
- Replies: 3
- Views: 2888
[done] FEU module's checkboxes fixing
Hi, Frontend User module's checkbox value can be changed checked or unchecked on admin side, but on frontend side only checked value will be saved to database. Unchecking value is not be saved to database. I can't get this issue work as a fresh installation of CMSMS 1.11.10 and FEU 1.23.4. (tried to...
- Tue Jun 03, 2014 9:09 pm
- Forum: Modules/Add-Ons
- Topic: FrontEndUsers checkbox not work
- Replies: 0
- Views: 1245
FrontEndUsers checkbox not work
Can anyone confirm that checkbox works normally in frontend? And give any advice. In frontend editing user properties a checkbox can be ticked and saved - everything works fine. But to remove the tick and save - it won't remove the tick. In admin side everything works fine. Thanks. Check also http:/...
- Mon Jun 02, 2014 9:25 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] CGUserDirectory Search form checkbox
- Replies: 4
- Views: 2873
Re: CGUserDirectory Search form checkbox SOLVED
Code: Select all
{elseif $data.fieldtype == 'checkbox'}
<input type="checkbox" name="{$actionid}ud_propvalue[{$propname}]" value="1"/>
- Mon Jun 02, 2014 11:16 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] CGUserDirectory Search form checkbox
- Replies: 4
- Views: 2873
Re: CGUserDirectory Search form checkbox
I've Frontend User Management module and there are 9 properties with checkbox. I need a Smarty checkbox code for CGUserDirectory search form. It should be possible to search with them on different alternatives. I call it {CGUserDirectory action="search" searchproperty="province,city,s...
- Sun Jun 01, 2014 10:08 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: [SOLVED] CGUserDirectory Search form checkbox
- Replies: 4
- Views: 2873
[SOLVED] CGUserDirectory Search form checkbox
Hi,
What would be the code for checkbox in Search Form Template?
There is only text and select as default:
What would be the code for checkbox in Search Form Template?
There is only text and select as default:
Code: Select all
{else if $data.fieldtype == 'select'}
<select name="{$actionid}ud_propvalue[{$propname}]">
{html_options options=$data.options}
</select>
- Wed May 21, 2014 1:32 pm
- Forum: The Lounge
- Topic: Membership management module
- Replies: 1
- Views: 1233
Membership management module
On our voluntary association we have used FrontEndUser module as a database of our members with SelfRegistration module. Any idea or readymade module how to print or make pdf's for membership fee invoices? Anybody integrated any other software for that kind of purpose with CMS Made simple? If that k...