Page 1 of 3 12 ... LastLast
Results 1 to 10 of 22

Thread: Automatic Activation

  1. #1
    webbuddy
    Guest

    Question Automatic Activation

    I found a thread in here that showed how to allow your users to skip the email confirmation step and be able to log in without it, but they are still not activated in the admin section. For example I made a new profile and logged in, but I couldn't access presence because my membership level wasn't right, or (I wasn't activated). After I activated myself from the admin panel, I was able to see the presence popup work properly.

    Does someone know or give a hint where the code is to automatically activate a user?

  2. #2

    Join Date
    Mar 2007
    Posts
    154

    Default Re:

    Admin Panel / Global Settings / Post Moderation

    There check "Automatic Profile Acrivation after joining" and save, done.

    They mean Activation surely, but dont mind, Boonex are not the best Spellers. *g

  3. #3
    webbuddy
    Guest

    Question

    Thanks for your reply! Yes, I do have every checkbox checked in the admin>postmoderation section. But when I create a new profile and log in and try to chat, it says that my profile is not activated to allow chat. So yes, I can log in, but I still have to go through the admin panel to activate the person so that they have access to chat or view presence?
    Last edited by webbuddy; 04-25-2007 at 09:49 PM.

  4. #4

    Join Date
    Mar 2007
    Posts
    154

    Default Re:

    When you check the Field Freemode in Pricing and Discounts, it shouldnt affect the Permissions in the Membership Levels anymore.

    You should try that for a Test.

    If it works then, you can be sure the Problem is somewhere in the Permissions of the Membership Levels.

    Now disable the Freemode again and check in the Membership Levels if the corresponding Membership Types you have in use are allowed to chat, this must be given.

  5. #5
    webbuddy
    Guest

    Default

    For some reason the pricing and discount checkbox always stays checked. If I uncheck it and save changes it automatically checks itself when the page refreshes. I still have to activate the profiles myself. I'm sure there has to be code for this. I'm looking through the code now. membership_levels.inc.php seems close but I don't have any levels, but the code seems like what I should be aiming for... I'm going to keep looking...

  6. #6
    ValerieC's Avatar
    Join Date
    Apr 2007
    Posts
    10

    Question

    Thanks for your reply! Yes, I do have every checkbox checked in the admin>postmoderation section. But when I create a new profile and log in and try to chat, it says that my profile is not activated to allow chat. So yes, I can log in, but I still have to go through the admin panel to activate the person so that they have access to chat or view presence?
    I'm having exactly the same issue, is anybody has a solution?

  7. #7
    webbuddy
    Guest

    Default

    Yes please help someone!

  8. #8
    Kleetus
    Guest

    Default

    Change your database (GlParams table) from
    PHP Code:
    INSERT INTO `GlParamsVALUES ('free_mode','on',0,'Site is running in free mode','checkbox','','',NULL); 
    to
    PHP Code:
    INSERT INTO `GlParamsVALUES ('free_mode','',0,'Site is running in free mode','checkbox','','',NULL); 

  9. #9
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Quote Originally Posted by webbuddy View Post
    If I uncheck it and save changes it automatically checks itself when the page refreshes.
    Yes - I have noticed this too....

    First - make sure you are using the correct submit button - the one at the top.

    Second - after you change this value and save - navigate off the page, and then go back - and you will see it is unchecked.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

  10. #10
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Update statement that does the same:

    Code:
    UPDATE `GlParams` SET VALUE ='' WHERE Name ='free_mode'
    Note - this is another one of those things we have been asking BoonEx to change in the default SQL file used for installs.... for years now. Almost nobody wants Free Mode on.... in fact, I can't think of a single admin who ever wanted this set to ON.

    Smoge
    ModMySite Administrator

    Problems? Questions? Need modifications or other help with your site?

    Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.

Page 1 of 3 12 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to send automatic mail..
    By prakashsnkr in forum Boonex Dolphin 7
    Replies: 0
    Last Post: 03-31-2010, 12:30 AM
  2. Automatic Chmod change
    By fotex in forum Dolphin General Discussion v6.00 and above
    Replies: 0
    Last Post: 04-06-2008, 12:36 PM
  3. Replies: 2
    Last Post: 04-29-2007, 11:27 AM
  4. Automatic Facecrop
    By Vanessa in forum Free Mod Exchange
    Replies: 1
    Last Post: 01-04-2007, 08:04 PM
  5. Automatic friend add
    By Techbot in forum Wishlist
    Replies: 1
    Last Post: 10-01-2006, 10:15 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •