Support Forums

How to give user full access?

This is a discussion on How to give user full access? within the Technical Support forums, part of the Technical Support Forums category; What Im trying to do is to create a way for members to use a code and to have full ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 10-12-2009, 08:41 PM   #1
Customer
 
Join Date: Jul 2009
Posts: 13
Rep Power: 5
JoeT is on a distinguished road
Default How to give user full access?

What Im trying to do is to create a way for members to use a code and to have full access to the largest account we offer.

Meaning:

Im going to be passing out fliers that I want to include some sort of code that new people that have received these flyers can enter during registration that allows them full features of our exempt account. I created an account that is called Exempt Members, these people have the most available out of our 4 other accounts.

Is there any way to add a field during registration that allows these new registrations to have full access to the Exempt Members account?

Hope Im explaining this clearly enough.
JoeT is offline  
Old 10-12-2009, 08:55 PM   #2
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,471
Rep Power: 130
Eric Barnes is just really nice Eric Barnes is just really nice
Default

The script doesn't include an automated way of doing this. But you could use one of the extra registration fields and have them enter your special code. Then manually move them into that user group.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 10-12-2009, 09:44 PM   #3
Customer
 
Join Date: Jul 2009
Posts: 13
Rep Power: 5
JoeT is on a distinguished road
Default

Ya thats what I was hoping to avoid. The problem is, sometimes Im not at the computer for a day or 2 so if people register that get the code and try to register there account they are essentially stuck.

Got any suggestions for writing a code that does this manually? So that if they register and add that code it will automatically include them into the exempt account with full features?
JoeT is offline  
Old 10-12-2009, 10:27 PM   #4
68 Classifieds Staff
 
Eric Barnes's Avatar
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,471
Rep Power: 130
Eric Barnes is just really nice Eric Barnes is just really nice
Default

You would have to do some manual code hacks. I would recommend checking userjoin.php. This section determines the group:
Code:
if($rs2['mainEmailValidation']=="Y")
            {
                $level=3;
            }
            else
            {
                $level=2;
            }
You would have to a new check and set the level to your new group.
__________________
Eric Barnes
68 Classifieds Developer
Customer Area | Issue Tracker | Documentation | 68C Mods | 68 @ Twitter | My Modules
Eric Barnes is offline  
Old 10-13-2009, 02:09 AM   #5
Customer
 
Join Date: Jul 2009
Posts: 13
Rep Power: 5
JoeT is on a distinguished road
Default

Is there any way to have a member pay a one time fee and have full access to all features?

Can I create any sort of Listing Package that can do this?

For example I made

Free package $0.00 10 Days Minimal features
Bronze Package $1.50 30 Days More features
Silver Package $2.50 45 Days More features
Gold Package $3.50 60 Days More features
Platinum Package $5.00 120 Days Top of the line features
Member Exempt - This is a package that I use to give special members total exemption.

Any way for the fee to be a one time fee for the amount of days it stays active? The current way is that they have to pay for each ad.

Love the script just seems there should be more choices in the admin section for account packages.

Last edited by JoeT; 10-13-2009 at 02:15 AM.
JoeT is offline  
Old 10-13-2009, 08:25 AM   #6
curmudgeon
 
Join Date: Mar 2006
Posts: 5,250
Rep Power: 129
Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light Lhotch is a glorious beacon of light
Default

When you create an ad package you can specify what user group can see it. Create a user group for exemp members and an ad package for the exempt user group. Then when they become a member of that group they will see that package. regular registered users wont.

I have a membership module which automates this process and allows people to buy a membership which changes their user group and monitors the status of their membership reverting them back to a normal registered user when their membership expires which can be based on a number of days, ad placements or combination of both.
__________________
Larry

Knowledge learned is more valuable than knowledge given.
Lhotch is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Just indexed in Google last night..really busy..give me feedback! jaybarber1 Site Critiques 4 08-02-2009 05:29 PM


All times are GMT -4. The time now is 03:23 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0