Search found 17 matches

by ACDS
Tue Mar 11, 2014 5:41 pm
Forum: Modules/Add-Ons
Topic: Push Users to FEU in Self Registration Module
Replies: 2
Views: 1641

Re: Push Users to FEU in Self Registration Module

Yes I do require them to activate but then some do not do this which means they all end up not activated. To push them one by one takes forever!
by ACDS
Mon Mar 10, 2014 7:05 pm
Forum: Modules/Add-Ons
Topic: Push Users to FEU in Self Registration Module
Replies: 2
Views: 1641

Push Users to FEU in Self Registration Module

Is there a way to "push" multiple users at a time which used the self registration module to the FEU database without needing to choose one user at a time (by using the admin section in CMSMS)? Seems like my users are a bit "challenged" and do not activate their registration whic...
by ACDS
Fri Mar 23, 2012 12:21 pm
Forum: Modules/Add-Ons
Topic: CompanyDirectory custom field not showing in standard templ
Replies: 2
Views: 976

CompanyDirectory custom field not showing in standard templ

Hi all, The standard "Edit company template" in CompanyDirectory module does not show any of my custom fields. These fields are checkboxes which allows a user to choose the different activities of a company. The standard template I have look like this: {if $companyid > 1} <h4>{$mod->Lang('...
by ACDS
Wed Mar 07, 2012 5:35 am
Forum: Modules/Add-Ons
Topic: [solved] CompanyDirectory - displaying only checked boxes
Replies: 2
Views: 920

Re: CompanyDirectory - displaying only checked boxes

Thank you very much unique3. I had to change the "true" to "false" to just display the true values: {if isset($entry->fields) } {foreach from=$entry->fields key='field_name' item=customfield} {if $customfield->value != 'false'} <li>{$customfield->name}<br /></li> {/if} {/foreach}...
by ACDS
Tue Mar 06, 2012 9:24 pm
Forum: Modules/Add-Ons
Topic: [solved] CompanyDirectory - displaying only checked boxes
Replies: 2
Views: 920

[solved] CompanyDirectory - displaying only checked boxes

I have a number of field definition entries as checked boxes (options of what type of work a company is doing...which could have multiple entries). I am trying to only display the values of the entries of the checkbox value is 'true' in the Details Template. Currently the code below calls all the en...
by ACDS
Fri Feb 24, 2012 5:04 am
Forum: Modules/Add-Ons
Topic: [SOLVED] FEU name display below search box
Replies: 5
Views: 1701

Re: FEU name display below search box

Oh my word I'm daft! Thank you!! So just for the benefit of others as thick as I am. I got everything working and this is what I did: In my template I used the following code to display a logged in username, the "Change user settings" and a link to the logout template which you can find in...
by ACDS
Thu Feb 23, 2012 7:47 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] FEU name display below search box
Replies: 5
Views: 1701

Re: FEU name display below search box

Thanks for the help. Now a follow-up question. How can I get a "Sign out" link just below my username? I tried the FEU sign out form but I do not want the message to display and then the link. I only want a link on the "sign out" text?

Thanks
dewald
by ACDS
Thu Feb 23, 2012 1:04 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] FEU name display below search box
Replies: 5
Views: 1701

[SOLVED] FEU name display below search box

I've implemented the FEU and SelfRegistration modules.

Is there a way to display the Name (not username) of a logged in user (say for instance below a search box to the top right?).

I would also like to display a link to change user settings, logout etc.

Thanks for the help
Dewald
by ACDS
Tue Aug 09, 2011 6:26 pm
Forum: Modules/Add-Ons
Topic: [Solved] Is it possible to order Field Definitions in CompanyDirectory?
Replies: 22
Views: 6896

Re: [Solved] Is it possible to order Field Definitions in Co

Hi Martijn, I have not had time to further work on this until now. I think the problem I have is that my custom fields contains a number of words e.g. General disaster risk reduction... thus this code seems wrong: {if $entry->customfieldsbyname.General disaster risk reduction ne ''} {$entry->customf...
by ACDS
Tue Aug 09, 2011 6:12 pm
Forum: Modules/Add-Ons
Topic: [Solved] Is it possible to order Field Definitions in CompanyDirectory?
Replies: 22
Views: 6896

Re: [Solved] Is it possible to order Field Definitions in Co

Hi Martijn, I have not had time to further work on this until now. I think the problem I have is that my custom fields contains a number of words e.g. General disaster risk reduction... thus this code seems wrong: {if $entry->customfieldsbyname.General disaster risk reduction ne ''} {$entry->customf...
by ACDS
Tue Aug 09, 2011 1:43 pm
Forum: Modules/Add-Ons
Topic: [solved ]Document management in CMSMS advice needed.
Replies: 2
Views: 958

[solved ]Document management in CMSMS advice needed.

I hope this post is in the right forum. I am looking to publish open knowledge study material (pdfs, docs, videos etc) through my CMSMS website. I need to have the ability for users to register and login (FrontEndUsers I guess). But then I also want them to have the ability to download the material ...
by ACDS
Wed Jul 13, 2011 1:28 pm
Forum: Modules/Add-Ons
Topic: [Solved] Is it possible to order Field Definitions in CompanyDirectory?
Replies: 22
Views: 6896

Re: [Solved] Is it possible to order Field Definitions in Co

M@rtijn just a follow-up... In terms of the coding...I am not sure which code to leave an which to take out. I get all kinds of errors on my front end. Do I leave the following as is: {if $customfieldscount gt 0} {foreach from=$customfields item=customfield} {$customfield->name}: {$customfield->valu...
by ACDS
Wed Jul 13, 2011 1:09 pm
Forum: Modules/Add-Ons
Topic: [Solved] Is it possible to order Field Definitions in CompanyDirectory?
Replies: 22
Views: 6896

Re: [Solved] Is it possible to order Field Definitions in Co

thank you so incredibly much M@rtijn!!!
by ACDS
Wed Jul 13, 2011 1:07 pm
Forum: Modules/Add-Ons
Topic: [solved] Contacts management in CMSMS
Replies: 4
Views: 952

Re: Contacts management in CMSMS

Danke M@rtijn, jy is die man!
by ACDS
Wed Jul 13, 2011 11:42 am
Forum: Modules/Add-Ons
Topic: [solved] Contacts management in CMSMS
Replies: 4
Views: 952

Re: Contacts management in CMSMS

Last night after many cups of coffee I found CompanyDirectory. Thank you very much for this advice in any case. It is doing exactly what I want. Do do, however have a bit of a problem with new checkbox Field Definitions which I add. I have a number of focus areas of various companies which I want to...

Go to advanced search