FusionBB
FusionBB Review (large)
Recent Members
Welcome them to our community!
FusionBB SWAG!

FusionBB golf shirts, t-shirts, mousepads and more.

Tagging
FusionBBDev Recent Topics
 Page 2 of 2 All<12
Username Post: permissions based on post count?        (Topic#10987)
Jason Stix Buckley
FusionBB Fanatic
Total Posts: 1884
*
Location: Concord NC USA
Average Post Ranks%:                       
 
02-01-09 01:44 PM - Post#80026    


    In response to Jason Stix Buckley

Ok, I found my answer. I miss things sometimes since I was a beta tester from the start, not seeing things added since install. I was looking in the Wiki, but it is in the documentation:

  • Quote:
Moderators - This group of Members are Moderators of particular Forums that you have set for them to moderate and are treated as Users everywhere else (in earlier versions this was not so, they were moderators EVERYWHERE)



Sorry for the confusion. I guess I was still thinking about the way it was initially, not the way it is now.

Still though, my "read only" group is essentially fubar now since I am forced to have a member in the user group. I can't think of any other way to create a "read only" group, unless I make the stock "user" group and make that read only and manually move people into a posting privs group, but that would be a pain.
Jason "Stix" Buckley
Owner / Founder
Stix Fx Entertainment
www.stixfx.com


 
Chris Peterson
FusionBB Fanatic
Total Posts: 3758
*
Location: West Fargo, ND
Average Post Ranks%:                       
02-01-09 03:18 PM - Post#80028    


    In response to KhunSanuk

  • KhunSanuk Said:
Hi,

"Once you've set up group advancement, the user is updated the next time they post, no need to move them to another group."

Unfortunately this doesn't seem to be the case.

What I have done is the following:

- created a new 'Full Users' group
- set up a group advancement rule that adds any users to 'Full Users' once they have 10 posts
- removed PT privilege for 'Users'

Now about 6 hrs later only 3 people are in the 'Full Users' group, all of them have exactly 10 posts.

So, it looks like I will need an SQL statement that adds all users with more than 10 posts to the new 'Full Users' group.

Sanuk!




Just did some testing and it looks like you are right, it's not adding if they are already over.

I am pretty sure that it SHOULD check and add them if they are over. I'm hoping Couch can chime in with an opinion on this.


 
greg
FusionBB Fanatic
Total Posts: 4956
*
Location: Tombstone, AZ
Average Post Ranks%:                       
 
02-01-09 03:39 PM - Post#80030    


    In response to Jason Stix Buckley

Well, according to my moderators, the answer is no, they only have moderator permissions in those forums you have assigned to them.


The Gunfighters Corral

Tombstone Pictures


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
02-01-09 03:49 PM - Post#80032    


    In response to Chris Peterson

  • Chris Peterson Said:
  • KhunSanuk Said:
Hi,

"Once you've set up group advancement, the user is updated the next time they post, no need to move them to another group."

Unfortunately this doesn't seem to be the case.

What I have done is the following:

- created a new 'Full Users' group
- set up a group advancement rule that adds any users to 'Full Users' once they have 10 posts
- removed PT privilege for 'Users'

Now about 6 hrs later only 3 people are in the 'Full Users' group, all of them have exactly 10 posts.

So, it looks like I will need an SQL statement that adds all users with more than 10 posts to the new 'Full Users' group.

Sanuk!




Just did some testing and it looks like you are right, it's not adding if they are already over.

I am pretty sure that it SHOULD check and add them if they are over. I'm hoping Couch can chime in with an opinion on this.




Does it on the user level not the admin level thus when the user logs in and a new session is created it checks.. I guess a script could be added to ReSync Data for checking advancement but it has not been as of yet..
The artist formerly known as scroungr
Couch-Tomatoe


 
Claude
FusionBB Fanatic
Total Posts: 1414
*
Location: San Diego
Average Post Ranks%:                       
02-01-09 04:55 PM - Post#80034    


    In response to greg

  • greg Said:
Well, according to my moderators, the answer is no, they only have moderator permissions in those forums you have assigned to them.



I thought Moderators could only moderate forums assigned to them, but Super Moderators could moderate all forums?


 
greg
FusionBB Fanatic
Total Posts: 4956
*
Location: Tombstone, AZ
Average Post Ranks%:                       
 
02-01-09 06:19 PM - Post#80037    


    In response to Claude

Claude, it all depends on how you set the forums up and what permissions you give the moderators. I can set any moderator up to do pretty much everything an admin can do. A Super Moderator is just one you've given extra permissions to.


The Gunfighters Corral

Tombstone Pictures


 
KhunSanuk
FusionBB Enthusiast
Total Posts: 339
*
Location: Bangkok, Thailand
Average Post Ranks%:                       
02-01-09 07:18 PM - Post#80040    


    In response to Couchtomatoe

Hi,

"Does it on the user level not the admin level thus when the user logs in and a new session is created it checks.."

Hate to disagree, but no, it doesn't.
Still only 3 people in the 'Full Users' group. So, unless nobody has explicitly logged in it didn't work.

Sanuk!
Thai360.com
All around the Land of Smiles


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
02-01-09 07:31 PM - Post#80041    


    In response to KhunSanuk

  • KhunSanuk Said:
Hi,

"Does it on the user level not the admin level thus when the user logs in and a new session is created it checks.."

Hate to disagree, but no, it doesn't.
Still only 3 people in the 'Full Users' group. So, unless nobody has explicitly logged in it didn't work.

Sanuk!




we are talking about advancement in version 3.0 right? cause in 3.0 there is a $session->setAdvancement() function in the session class..

The artist formerly known as scroungr
Couch-Tomatoe


 
KhunSanuk
FusionBB Enthusiast
Total Posts: 339
*
Location: Bangkok, Thailand
Average Post Ranks%:                       
02-01-09 10:22 PM - Post#80042    


    In response to Couchtomatoe

Hi,

No, still on 2.2

Sanuk!
Thai360.com
All around the Land of Smiles


 
Chris Peterson
FusionBB Fanatic
Total Posts: 3758
*
Location: West Fargo, ND
Average Post Ranks%:                       
02-01-09 11:02 PM - Post#80043    


    In response to KhunSanuk

  • KhunSanuk Said:
Hi,

No, still on 2.2

Sanuk!




I wasn't aware you were still on 2.2. Might have to bear with the issue until 3.0.


 
KhunSanuk
FusionBB Enthusiast
Total Posts: 339
*
Location: Bangkok, Thailand
Average Post Ranks%:                       
02-01-09 11:23 PM - Post#80045    


    In response to Chris Peterson

Hi,

Ah. Probably best to turn PTs back on then for now.

Sanuk!
Thai360.com
All around the Land of Smiles


 
JoshPet
FusionBB Developer
Total Posts: 6722
*
Birthday: 02-08 
Location: Charlotte, NC
Average Post Ranks%:                       
 
02-01-09 11:32 PM - Post#80047    


    In response to KhunSanuk

Yeah, I think 2.2 it only advanced when it crossed over the actual post count needed. That's something that was improved upon in 3.0.



Feel Better, Feel Younger, Sleep Better - Trans-D Tropin
Visit www.BuyTransD.com - use coupon code 1004 to save $20


 
KhunSanuk
FusionBB Enthusiast
Total Posts: 339
*
Location: Bangkok, Thailand
Average Post Ranks%:                       
02-02-09 01:27 AM - Post#80050    


    In response to JoshPet

Hi,

Ok, thanks.

Sanuk!
Thai360.com
All around the Land of Smiles


 
Claude
FusionBB Fanatic
Total Posts: 1414
*
Location: San Diego
Average Post Ranks%:                       
02-02-09 03:20 PM - Post#80058    


    In response to JoshPet

  • JoshPet Said:
People have to be in one of the first 4 user groups. Admins, Super Mods, Moderators and Users



You say, "have to be in one of the first 4 user groups". Just to make sure I'm clear on this, people cannot be in a group called "Premium" without also being in "Users"?

If the groups are only used to assign permissions, why can't they be in Premium only?


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
02-02-09 06:15 PM - Post#80059    


    In response to Claude

because there is some backend coding that requires it. It is the way it will need to be from 3.0 onward.
The artist formerly known as scroungr
Couch-Tomatoe


 
Claude
FusionBB Fanatic
Total Posts: 1414
*
Location: San Diego
Average Post Ranks%:                       
02-02-09 06:44 PM - Post#80060    


    In response to Couchtomatoe

  • Couchtomatoe Said:
because there is some backend coding that requires it. It is the way it will need to be from 3.0 onward.



That's too bad because it prevents us from using programs that can be integrated with Fusion. I have both a photo and a classified program that use the Fusion database. Those programs look to see which group the person is in, to give them permissions. I don't think it will work if they have to be in "Premium" and "Users" both.


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
02-02-09 07:47 PM - Post#80061    


    In response to Claude

If your talking about Photopost and ReviewPost it does work with that.
The artist formerly known as scroungr
Couch-Tomatoe


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
02-02-09 07:48 PM - Post#80062    


    In response to Couchtomatoe

and in case anyone is wondering this is no different than most programs which create -1 user groups in the user groups table for each user..
The artist formerly known as scroungr
Couch-Tomatoe


 
Couchtomatoe
Code Monkey
Total Posts: 3049
*
Birthday: 02-03 
Location: Richmond, Virginia
Average Post Ranks%:                       
 
02-02-09 07:54 PM - Post#80063    


    In response to Couchtomatoe

for instance phpBB uses the following

they create a user group for each user.. so if there is a user id #23 then there is a pseudo group #23 and then you can add them to other groups..

in vbulletin they do something similar.. they have 3 fields for group ids usergroupid, membergroupids, and displaygroupid


The artist formerly known as scroungr
Couch-Tomatoe


 
Claude
FusionBB Fanatic
Total Posts: 1414
*
Location: San Diego
Average Post Ranks%:                       
02-02-09 09:39 PM - Post#80069    


    In response to Couchtomatoe

  • Couchtomatoe Said:
If your talking about Photopost and ReviewPost it does work with that.



They used to, but I'm not sure they will if the users have to be in two groups. We had to put our members back into a single group and change our membership classifications to get it to work with PhotoPost Classifieds. We used to not allow posting a classified ad until you made several posts in the forum, but now it won't work. Our members have to be in a single group (they cant be in Users and another)

I know it won't work with WSN Gallery.

This is a major concern for us.


 
 Page 2 of 2 All<12
Icon Legend Permissions & Sharing Options Topic Options
Print Topic


2018 Views
Calendar
SMTWTFS
 1
2345678
9101112131415
16171819202122
23242526272829
30 
Current Quote
"This board is already light years ahead of the old one. I'm very happy with it."
FusionBB™ Version 3.2 | ©2003-2013 InteractivePHP, Inc.
Execution time: 0.186 seconds.   Total Queries: 351   Zlib Compression is on.
All times are (GMT-4). Current time is 11:08 AM
Top