Membership?
12 posts by 3 authors in: Forums > CMS Builder
Last Post: March 20, 2008 (RSS)
I have done this with straight PHP, MySQL and PHP Sessions before. Are there any tools already in CMS Builder for this, or should I just build a 'Members' menu with username and password fields and then query that table upon a login event. I could test to see if any records came up (based on the where clause) and then allow them access or not. It is a bit of a kludge, but it would save me having to write a new UI for member administration and a separate database connection class.
Anyone have any thoughts?
Re: [dougdrury] Membership?
By Dave - February 15, 2008
This is actually exactly what we did for managing CMS Builder user accounts. There's a hidden "section editor" called "accounts" and then some custom code then does the login username/password checks. You can see that hidden accounts section by pasting this after the admin.php:
admin.php?menu=database&action=editTable&tableName=accounts
Hope that helps, let me know if you need anything else.
interactivetools.com
Re: [Dave] Membership?
Thanks!
Re: [Dave] Membership?
By soj - March 12, 2008
Alternately (maybe), is there a way to grant a user read only rights to a section?
TIA, soj
Re: [soj] Membership?
By Dave - March 12, 2008
And read only access - can you tell me more about how that would be used? Why wouldn't the user just read the content on the website? We thought about adding that but didn't have a good enough use case for it.
Have you setup your viewers already so the content is display the way you want and being loaded from CMS Builder? (That would be the first step).
Thanks, let me know! :)
interactivetools.com
Re: [Dave] Membership?
By soj - March 12, 2008 - edited: March 12, 2008
My client wishes to restrict access to a download page, and track who is accessing the page. The product is programming content for radio. They want to keep track of who is logging in and listening each day. It will help them sell any advertisements.
I'm trying to figure out a good way to do that.
I'm still trying to determine if your product will fit all their needs. This would be my first time using it.
Thanks, Soj
Re: [soj] Membership?
By Dave - March 12, 2008
I'm going to say that CMS Builder probably isn't the right fit for that project. It could manage the content but doesn't have the membership features and anything I could create for you would be pretty basic.
I think what you need is either a custom solution or some kind of download management script. Have a look at these directories, they may have something more inline with what you need:
http://www.hotscripts.com/PHP/Scripts_and_Programs/File_Manipulation/Download_Systems/index.html
http://php.resourceindex.com/Complete_Scripts/File_Management/File_Downloading/
Hope that helps! :)
interactivetools.com
Re: [Dave] Membership?
By soj - March 20, 2008
TIA!
soj
Re: [soj] Membership?
By Dave - March 20, 2008
Are you looking to manage part with CMS Builder and part with the download system?
interactivetools.com
Re: [Dave] Membership?
By soj - March 20, 2008
Thanks! soj