Helpful Docs to read before posting: (All Docs) | Config Docs | General FAQ | Mailing List Sending FAQ | Error FAQ

Disabling subscriber access to Profiles

How do I configure...

Disabling subscriber access to Profiles

Postby steve » Fri Oct 07, 2011 4:30 pm

Is there any way to turn off subscriber access to profiles? I find it confuses people more than helps. I have multiple lists but I only want them to subscribe to one list. The primary list, so I would like to turn off subscriber access to profiles and other list. The other lists only get subscribers when I manually add them.
steve
 
Posts: 3
Joined: Wed Oct 05, 2011 6:07 am

Re: Disabling subscriber access to Profiles

Postby justin » Fri Oct 07, 2011 5:15 pm

Sure,

In your .dada_config file, find these lines:

Code: Select all
=cut
# start cut for Dada Mail Profile Options

$PROFILE_OPTIONS = {
      
   enabled                         => 1,
   profile_email                   => '',
   enable_captcha                  => 1,
   enable_magic_subscription_forms => 1,
   
   cookie_params =>
   {
      -name    => 'dada_profile', 
      -path    => '/',
      -expires => '+7d',      
   },

   gravatar_options =>
   {
      enable_gravators     => 1,
      default_gravatar_url => undef,
   },
};

=cut
# end cut for Dada Mail Profile Options


Change them to:

Code: Select all


$PROFILE_OPTIONS = {
      
   enabled                         => 0,
   profile_email                   => '',
   enable_captcha                  => 1,
   enable_magic_subscription_forms => 1,
   
   cookie_params =>
   {
      -name    => 'dada_profile', 
      -path    => '/',
      -expires => '+7d',      
   },

   gravatar_options =>
   {
      enable_gravators     => 1,
      default_gravatar_url => undef,
   },
};



User avatar
justin
 
Posts: 4573
Joined: Wed Feb 13, 2008 8:41 pm
Location: Denver, CO

Re: Disabling subscriber access to Profiles

Postby steve » Sat Oct 08, 2011 7:25 pm

Hi Justin,
I did set that in the dada config but I am still able to access profiles as a user.
The only difference I see in the two code snippets is enabled is set to 0. Am I missing anything else? I can't discern what has changed by setting the 0.

Various forms have in the upper right "[Profile Register/Log in] (What's this)"

I am trying to remove that from all forms. Even with enabled set to 0, users can still log in to profiles. How do we eliminate the link to profiles on all the various user screens.

Thanks.
Steve
steve
 
Posts: 3
Joined: Wed Oct 05, 2011 6:07 am

Re: Disabling subscriber access to Profiles

Postby justin » Sun Oct 09, 2011 6:36 pm

Remove,

Code: Select all
=cut
# start cut for Dada Mail Profile Options


and,
Code: Select all
=cut
# end cut for Dada Mail Profile Options
User avatar
justin
 
Posts: 4573
Joined: Wed Feb 13, 2008 8:41 pm
Location: Denver, CO


Return to Configuring Dada Mail

Who is online

Users browsing this forum: No registered users and 0 guests

cron
Loading