Search found 29 matches
- Mon May 16, 2011 4:30 pm
- Forum: Modules/Add-Ons
- Topic: CGCalendar EventAdded mailer
- Replies: 1
- Views: 904
CGCalendar EventAdded mailer
Hey all, this should be simple enough, I'm hoping someone with more skills than me can give it a second or two. I'm trying to get an e-mail sent to a specific address every time an event is added to the CGCalendar module. I created a UDT tag (temporarily with no advanced features, to see if I could ...
- Thu May 12, 2011 8:38 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Redirect
- Replies: 1
- Views: 936
Redirect
Hey all, I had my cms at the root of my web directory (domain.com) and now I moved it to a cms folder (domain.com/cms). How can I "tell" the webserver that the default page is index.php in the cms folder (i.e. default directory = domain.com/cms and default file=index.php)? Furthermore, is ...
- Sun Apr 10, 2011 5:47 pm
- Forum: Modules/Add-Ons
- Topic: CGCalendar Settings Problems
- Replies: 0
- Views: 866
CGCalendar Settings Problems
Hello, I am having problems with the Settings of the CGCalendar module. It would seem changing settings has no effect; e.g. selecting "Should the summary field be hidden" does not actually hide it, or selecting "Members of this FEU group can add events" does not restrict any othe...
- Fri Oct 01, 2010 9:56 am
- Forum: Modules/Add-Ons
- Topic: Front End Users not working anymore!
- Replies: 3
- Views: 1488
Re: Front End Users not working anymore!
For now, I deactivated pretty urls because this issue was just too big.
The main reason for using them was for our News RSS feed, but I found out it works just as well with index.php?page=feeds/news
Everything is up to date.
The main reason for using them was for our News RSS feed, but I found out it works just as well with index.php?page=feeds/news
Everything is up to date.
- Thu Sep 30, 2010 8:16 pm
- Forum: Modules/Add-Ons
- Topic: Front End Users not working anymore!
- Replies: 3
- Views: 1488
Front End Users not working anymore!
Help! Since I activated pretty URLs, my FEUs can't get into the website. Once they log in, nothing happens, they are still prompted for user/password. Authentication works fine, as if they try to login once more, they get an error saying user is already logged in and in admin panel you can see them ...
- Sun Sep 26, 2010 8:14 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
It's a simple module which, as the name implies, lists the files in a directory. It lacks functionality but it works well.gdur wrote: So what is File List?
http://dev.cmsmadesimple.org/projects/file-list-table
- Sun Sep 26, 2010 7:30 pm
- Forum: Modules/Add-Ons
- Topic: Project manager module?
- Replies: 3
- Views: 1639
Re: Project manager module?
Bump...
- Sun Sep 26, 2010 7:29 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
Doesn't work with File List, but it does with Uploads or Download Manager.
- Sun Sep 26, 2010 7:04 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
Hi the_obs, I've tried to simulate what you wrote but on my system it works just the way one would expect. Folder is unreqachable from the outside while "Upoad" shows and enables downloading according to the authorized group. It's unclear to me how you have managed to get what you wrote.....
- Sun Sep 26, 2010 7:03 pm
- Forum: Modules/Add-Ons
- Topic: Self Registration validation?
- Replies: 1
- Views: 1079
Self Registration validation?
Hey all,
Is it possible to have an admin manually validate every user self registration before the user account becomes operational?
Also, is it possible to set a default "expiry date" for every new account?
Is it possible to have an admin manually validate every user self registration before the user account becomes operational?
Also, is it possible to set a default "expiry date" for every new account?
- Sun Sep 26, 2010 10:01 am
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
This is a very simple problem to solve. I've done it hundreds of times. Needed: a) FEU, b) Uploads module (or some other module that obfuscates the URLS to the files properly). Uploads module already handles limiting access via FEU group, but does not handle nested folders. c) ...
- Fri Sep 24, 2010 3:29 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
I think you are complicating the problem. I don't need individual users to be able to access the directory (hence I do not need to authorize users one by one), but groups, or indeed any logged in user. Hence we create ONE .htaccess user (e.g. username=fileusr, pwd=1234) to access the protected direc...
- Fri Sep 24, 2010 2:13 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
Thanks for the lengthy response. Unfortunately, my knowledge of PHP is extremely limited, and as a result, I have no idea how to write a script to deliver the file internally, although I understand the mechanism. I checked DownloadManager out, and yes it does support restricting files to FEU Groups,...
- Thu Sep 23, 2010 7:24 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
Unfortunately, I do not have sufficiently advanced knowledge of PHP and CMSMS to answer your question. File list is provided as a function.xxx php file: http://s3.amazonaws.com/cmsms/downloads/4577/function.file_list_1.0.2.zip I would greatly appreciate if you could check it out and tell me whether ...
- Thu Sep 23, 2010 5:54 pm
- Forum: Modules/Add-Ons
- Topic: Restrict folder to Front End Users?
- Replies: 27
- Views: 12503
Re: Restrict folder to Front End Users?
Here is what I want:
If user is logged in => File List lists content of a folder and user can download folder contents
If user isn't logged in => User cannot access folder via URL, File List doesn't list contents.
So basically, the only way to access the folder would be through File List.
If user is logged in => File List lists content of a folder and user can download folder contents
If user isn't logged in => User cannot access folder via URL, File List doesn't list contents.
So basically, the only way to access the folder would be through File List.
