Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
CaptJeff Posted September 6, 2019 Posted September 6, 2019 Currently on my site when you register for free, You become a Member. How do I change that. If someone registers for free I do not want them to have the full privileges of a member. I have a member group called Registered Guest that has more privileges than a guest but not the full privileges as a member. Thank you. Jeff (Too many options confuse me) Thompson
Bluto Posted September 6, 2019 Posted September 6, 2019 You have to set that in the config file. Open conf_global.php and add / change: 'member_group' => '29', Change the member group to the group id of the group you created - group you want to use. This will be the initial group they are signed up into. Once they are in that group, you can use group promotions to move them into different groups depending on what you want (number of posts, time on site, signup date, etc). Hope this helps!
CaptJeff Posted September 7, 2019 Author Posted September 7, 2019 I believe that is the answer I was looking for. Next issue. Where do I find this config file?
Pete T Posted September 7, 2019 Posted September 7, 2019 12 minutes ago, CaptJeff said: I believe that is the answer I was looking for. Next issue. Where do I find this config file? Are you self hosted customer ? ( host forum on own server/hosting account) if so need use ftp or file manager and go to your public_html or www folder and see config file is install there or if used different location go there. If cloud customer this where ips have install on there server and don't have access to the files then this will not work.
Lucas James Posted September 7, 2019 Posted September 7, 2019 28 minutes ago, CaptJeff said: Where do I find this config file?
CaptJeff Posted September 7, 2019 Author Posted September 7, 2019 Thank you! There are so many files that I would get lost. Heading in there now. As soon as I write down the membership number I want the new users to be put into. Thank you all. As my signature suggests, I know just enough to screw it up real good. Jeff
Bluto Posted September 7, 2019 Posted September 7, 2019 @CaptJeff you can always open a support ticket and IPS will help you out. You'll be fine, there are plenty of people on this site who are clueless, helpless, useless, hopeless, and careless... including myself. 🙂
CaptJeff Posted September 7, 2019 Author Posted September 7, 2019 I am unable to find it. Is it inside a folder? I do not see it in my main web folder I see a bunch of folders but no config file.
Bluto Posted September 7, 2019 Posted September 7, 2019 It should be in the root directory. The easiest thing to do is open a support ticket and they will help you out.
CaptJeff Posted September 7, 2019 Author Posted September 7, 2019 I found it. I had to refresh my FTP a couple of times. Now I am reading what it says. Thank you all. Jeff
CaptJeff Posted September 8, 2019 Author Posted September 8, 2019 OK.. I ran into my next stubmling block. How do I tell what number a group is? I see Members, and Guests and so on. Where does the number come in? What number is a Student Member and a Coach member and so on? Where do I find the assigned numbers. It is not on my groups page.
Martin A. Posted September 8, 2019 Posted September 8, 2019 If you go to the settings for the group you want, you'll see the ID in the URL. /admin/?adsess=...&app=core&module=members&controller=groups&do=form&id=6 In this case, 6 is the ID. In conf_global.php, you would replace this: 'member_group' => 3, with 'member_group' => 6, Remember to keep the trailing comma in place.
CaptJeff Posted September 8, 2019 Author Posted September 8, 2019 GOT IT! I believe I have a much better chance of making a mess now. THANKS.. Just kidding. Thank you very much. Jeff
Recommended Posts
Archived
This topic is now archived and is closed to further replies.