Search found 37 matches

by Gillian.Hesse
Sat Aug 16, 2008 11:18 am
Forum: CMSMS Core
Topic: Changing domain name?
Replies: 2
Views: 1421

Changing domain name?

Hi there

We are going to change our domain name, but the server running cmsms will remain unchanged.  As far as I can see all I need to do is change all instances of the old domain name with the new domain name in config.php on the server.  Is there anything else that is required?

thanks

Gill
by Gillian.Hesse
Tue Jul 15, 2008 8:26 pm
Forum: CMSMS Core
Topic: making a calendar event non-cacheable?
Replies: 0
Views: 717

making a calendar event non-cacheable?

Hi there, I would just like to check whether I have done the right thing.... I use custom content within my calendar event template so that the event details can only be seen by logged in users.  According to the custom content help pages containing custom content should not be cachable, but I'm not...
by Gillian.Hesse
Thu Jul 10, 2008 6:18 pm
Forum: Modules/Add-Ons
Topic: SOLVED : FEUser - problem with Lost Username Template
Replies: 3
Views: 1520

Re: FEUser - problem with Lost Username Template

Thanks,

That was exactly the problem.  I had it set in one of my groups, but it appears that it needed to be set in all the groups. 

thanks again

Gill

p.s. I also searched thru the forum but couldn't find anything!
by Gillian.Hesse
Thu Jun 26, 2008 8:23 pm
Forum: Modules/Add-Ons
Topic: SOLVED : FEUser - problem with Lost Username Template
Replies: 3
Views: 1520

SOLVED : FEUser - problem with Lost Username Template

Hi there, When I select the "Forgot Your Login Details?" link nothing happens.  I am using the default lost username template.  The problems seems to be that the smarty variable $controlcount is 0, so the lost username form is never generated. Any idea why this variable is set to 0?  All t...
by Gillian.Hesse
Fri May 30, 2008 7:09 pm
Forum: CMSMS Core
Topic: FormBuilder not sending email (another one?)
Replies: 2
Views: 1315

Re: FormBuilder not sending email (another one?)

Thanks Calguy - that was quick. I am assuming that it isn't 1) as the forms have been up, running and working for some time now.  I know that smtp doesn't work (although I haven't worked out why yet) but sendmail was working fine. I'm waiting to hear from the hoster whether the emails are actually g...
by Gillian.Hesse
Fri May 30, 2008 6:47 pm
Forum: CMSMS Core
Topic: FormBuilder not sending email (another one?)
Replies: 2
Views: 1315

FormBuilder not sending email (another one?)

Hi there, At some point over the last week or so the online forms on my site have stopped sending emails.  I have been using CMSMailer mailer method set to sendmail (smtp has never worked, mail doesn't seem to work either).  I haven't done any upgrades recently and my host says there weren't any cha...
by Gillian.Hesse
Mon May 19, 2008 7:30 pm
Forum: Modules/Add-Ons
Topic: [solved] FEUser - checking if an image has been set?
Replies: 1
Views: 1109

Re: FEUser - checking if an image has been set?

Finally solved the problem.  But it is defiantly strange.  When an image upload property has not been set the filename is set to the string ''.  So in my example the variable $photo=="".  When you print the variable using {$photo} nothing appears, which made me think it was am empty string...
by Gillian.Hesse
Sun May 18, 2008 7:11 am
Forum: Modules/Add-Ons
Topic: [solved] FEUser - checking if an image has been set?
Replies: 1
Views: 1109

[solved] FEUser - checking if an image has been set?

Hi there, I have an optional image property defined in Front end user.  I need to check in my smarty templates whether this property has been set when displaying the user info, but haven't managed to do this successfully.  I'll give an example.  Assuming the smarty variable is called $photo I tried ...
by Gillian.Hesse
Thu May 15, 2008 4:45 am
Forum: CMSMS Core
Topic: [SOLVED] How do you access the root url within a template?
Replies: 2
Views: 1369

Re: How do you access the root url within a template?

Thanks calguy, much appreciated.

Gill
by Gillian.Hesse
Wed May 14, 2008 8:09 pm
Forum: CMSMS Core
Topic: [SOLVED] How do you access the root url within a template?
Replies: 2
Views: 1369

[SOLVED] How do you access the root url within a template?

Hi there, I need access to the root url and the upload url within a template.  I used {get_template_vars} and can see that these are both within the $gCms->config object, but can't seem to get any closer than that! {$gCms->config|print_r}              returns Array {$gCms->config[root_url]|print_r} ...
by Gillian.Hesse
Mon May 05, 2008 12:34 pm
Forum: Modules/Add-Ons
Topic: Howe to uninstall some Modules and add-Ons
Replies: 2
Views: 1447

Re: Howe to uninstall some Modules and add-Ons

This response is a bit late - but may be useful for anyone else who comes across this problem.

If the module has any dependencies then the uninstall option does not appear.  Have a look at what the dependencies are, uninstall them, the the uninstall option will appear.

Gill
by Gillian.Hesse
Mon May 05, 2008 12:31 pm
Forum: Modules/Add-Ons
Topic: Problem with change settings in Front End User after upgrade
Replies: 1
Views: 1005

Re: Problem with change settings in Front End User after upgrade

Hi there, Just an update.  I have removed the current version of Front End Users (1.4.2) and reinstalled previous versions starting with the one I know works (1.3.1), using the default Change Settings template.  The change settings works as expected (i.e. no unexpected links in the generated html) f...
by Gillian.Hesse
Sun May 04, 2008 8:19 pm
Forum: Modules/Add-Ons
Topic: Problem with change settings in Front End User after upgrade
Replies: 1
Views: 1005

Problem with change settings in Front End User after upgrade

Hi there, I just upgraded to CMSMS 1.2.4 today, and Front End User was automatically upgraded to version 1.4.2.  I was using 1.3.1 previously. I am having a strange problems with the "Change Settings" option.  With my old change settings template every label and control is now nested withi...
by Gillian.Hesse
Sat Dec 15, 2007 9:34 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] problem with front end user listing
Replies: 0
Views: 1041

[SOLVED] problem with front end user listing

I did not find this solution myself, but as I didn't find the answer here I thought I would add it here in case anybody else comes across this problem... I kept getting the errors about  uasort and array_merge_by_name_required in the FrontEndUserListing.module.php whenever I call the FrontEndUserLis...
by Gillian.Hesse
Sat Dec 15, 2007 1:07 pm
Forum: Modules/Add-Ons
Topic: Change settings template in FE users?
Replies: 0
Views: 1000

Change settings template in FE users?

Hi there, I am using FE Users 1.3.1 and the Change settings template produces the entry form twice.  Looking at the template it appears that there are two seperate parts of code each generating a similar form, but the second uses javascript and a table. I have commented out the 2nd part of code, and...

Go to advanced search