Search found 65 matches

by David_Geoffrey
Fri Nov 23, 2012 10:39 am
Forum: Modules/Add-Ons
Topic: Contacts Directory / Database
Replies: 1
Views: 1085

Contacts Directory / Database

Hi I have been asked to add a contacts directory to our website, so names and addresses, emails, phone numbers etc. Obviously this would have to be behind a secure pages, but I can't see a module that would allow me to do this Any suggestions, or suggestions of third party applications that I could ...
by David_Geoffrey
Fri Jan 21, 2011 3:51 pm
Forum: Modules/Add-Ons
Topic: CGCalendar frontend user adding events to limited category
Replies: 1
Views: 1114

Re: CGCalendar frontend user adding events to limited catego

Hi

In the code on action.addedit_event, I have found this

Code: Select all

$force_category = $this->GetPreference('force_category',0);
Is this related? Can I use this to limit the category somehow?

Cheers
DG
by David_Geoffrey
Fri Jan 21, 2011 10:45 am
Forum: Modules/Add-Ons
Topic: FEU Adding events to CGCalendar limited to group problem
Replies: 1
Views: 1253

Re: FEU Adding events to CGCalendar limited to group problem

mmm - I am looking in the action.addedit_event.php and there is this $feu = $this->GetModuleInstance('FrontEndUsers'); if( !$feu ) { echo '<h3><font color="red">'.$this->Lang('error_nofeu')."</font></h3>\n"; return; } else if( !$feu->LoggedIn() ) { echo '<h3><font color="red...
by David_Geoffrey
Thu Jan 20, 2011 5:23 pm
Forum: Modules/Add-Ons
Topic: FEU Adding events to CGCalendar limited to group problem
Replies: 1
Views: 1253

FEU Adding events to CGCalendar limited to group problem

Hi Has anyone tried using the "Members of this FEU group can add events:" option in CGCalendar and got it to work. From what I can see all you have to do is create a user group for the external editors, add the people to that group, set the option above to that group and then only people i...
by David_Geoffrey
Wed Jan 19, 2011 2:53 pm
Forum: Modules/Add-Ons
Topic: CGCalendar frontend user adding events to limited category
Replies: 1
Views: 1114

CGCalendar frontend user adding events to limited category

Hi I want to limit a front end user to only be able to add an event to their own category. At the moment when they bring up the add event page all the categories are listed. I optimistically tried action='addedit_event' category='test' but unfortunately it didn't work Anyone got this to work for the...
by David_Geoffrey
Thu Oct 28, 2010 10:24 pm
Forum: CMSMS Core
Topic: Module Manager memory issue
Replies: 23
Views: 6923

Re: Module Manager memory issue

Hi

Has anyone got any further with this? Just upgraded to 1.8.2 - went like a dream, until I tried to upgrade the modules

As well as the ones listed, the rather ancient guestbook also has a problem. This is not the end of the world  - but CGExtensions will be!

Cheers
DG
by David_Geoffrey
Wed Apr 07, 2010 6:58 am
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade from 1.5.2 to 1.6.7
Replies: 5
Views: 2457

Re: Upgrade from 1.5.2 to 1.6.7

No I did a full install of 1.6.7 and didn't use the diffs
by David_Geoffrey
Tue Apr 06, 2010 11:27 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade from 1.5.2 to 1.6.7
Replies: 5
Views: 2457

Re: Upgrade from 1.5.2 to 1.6.7

Sorry - should have put step 0 - read the manual. I did do this, but thought I would say my exact steps and which ftp software  used incase any one wanted to do the same. I was not trying to rewrite the manual. Having said that - it doesn't say what to do if you can't get rid of the checksum failure...
by David_Geoffrey
Tue Apr 06, 2010 11:11 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Upgrade from 1.5.2 to 1.6.7
Replies: 5
Views: 2457

Upgrade from 1.5.2 to 1.6.7

I have just upgraded my site from 1.5.2 to 1.6.7 - yes i know there is a 1.7 but I was being cautious - and it all seems to have gone perfectly. This is what I did for reference for anyone else:- 1. Through cPanel backed up home directory and database 2. Unzipped cmsmadesimple-1.6.7-full.tar.gz to a...
by David_Geoffrey
Mon Mar 22, 2010 3:12 pm
Forum: Modules/Add-Ons
Topic: Products Module: Hierarchy and Categories [solved]
Replies: 3
Views: 1326

Re: Products Module: Hierarchy and Categories

Hi Calguy That makes a lot of sense - thanks for using a relevent example. So I can use the hierarchy for a fixed classification e.g. a particular book on a T-Rex can only be in hierarchy "Natural History > Dinosaurs"; but could be in multiple categories e.g. "Books for Boys", &q...
by David_Geoffrey
Mon Mar 22, 2010 12:29 pm
Forum: Modules/Add-Ons
Topic: Products Module: Hierarchy and Categories [solved]
Replies: 3
Views: 1326

Products Module: Hierarchy and Categories [solved]

Hi All This might be a really dumb question, but I have just installed the Products module and I am trying to work out what the Hierarchy functionality actually is used for. Does anyone have a working site with this set up so I can see the way it works? To give some background - I am trying to set u...
by David_Geoffrey
Sat Jan 23, 2010 9:26 pm
Forum: Modules/Add-Ons
Topic: Newsletter Made Simple not sending emails [solved]
Replies: 5
Views: 2252

Re: Newsletter Made Simple not sending emails

This has happened to me a couple of times - in both cases I uninstalled and reinstalled and it all worked fine again.

If you do this don't forget to export your user list first so you can reimport again
by David_Geoffrey
Sat Oct 17, 2009 2:12 pm
Forum: Modules/Add-Ons
Topic: Increase Batch Delay Time in NMS
Replies: 1
Views: 877

Re: Increase Batch Delay Time in NMS

Hi Sorry to bump this up again, but I still am having problems with this? I tried to find this parameter in the database but failed, so does anyone know where it is stored? Is it in one of the php files in the modules folder?

Any help most gratefully received

DG
by David_Geoffrey
Fri Sep 11, 2009 2:14 pm
Forum: Modules/Add-Ons
Topic: Increase Batch Delay Time in NMS
Replies: 1
Views: 877

Increase Batch Delay Time in NMS

Hi I want to be able to increase the batch delay time to at least 1 hour - i.e. 3600 seconds, as my ISP will not allow more than 100 emails per hour. Unfortunately the preferences seem to be fixed to only 3 characters and therefore only get to 999 = 16 minutes I know I could send out batches of 25 e...
by David_Geoffrey
Tue Aug 11, 2009 10:38 am
Forum: CMSMS Core
Topic: [SOLVED - SORT OF] Disk Space being eaten up
Replies: 2
Views: 1618

Re: Disk Space being eaten up

Hi Dee Thanks for the reply and the links - I did try searching on the forum before I posted - honest!  :-[ Looking at the other thread, sounds like there is no problem in deleting these; and I shall have to do some investigation what might be causing them. Obviously I probably need to upgrade to la...

Go to advanced search