|
» .::. |
tattoo fonts http://www.checkoutmyink.com/category/tattoo-fonts-tattoo
|
|
 |
|
Nukemods Forum
> PHP-Nuke 6.5 to 6.9
> Nuke 6.5 to 6.9 - Modules
|
PHPNuke v6.5 & phpbb forum - problems with user rightsThis is a discussion on PHPNuke v6.5 & phpbb forum - problems with user rights within the Nuke 6.5 to 6.9 - Modules forums, part of the PHP-Nuke 6.5 to 6.9 category; Hi!
I'm using PHPNuke v6.5 & phpbb forum which is ported to it (by PHPNuke). I'm having problems to set ... |
|
|
 |
|
|
|
|
Junior Member
Status: Offline
Posts: 14
Join Date: Jun 2003
|
PHPNuke v6.5 & phpbb forum - problems with user rights -
06-07-2003, 05:50 AM
Hi!
I'm using PHPNuke v6.5 & phpbb forum which is ported to it (by PHPNuke). I'm having problems to set up rights in the forums.
I'm trying to allow anonymous user to answers to the polls but the settings doesnt be saved to systems. I have selected the advanced rights view where I can select different rights to the forum. There is place where you can select "polls" and there I have choosen "all" but the settings doesnt go to the system.
The rights in that forums are (from left to right):
"all", "all", "reg", "reg", "reg", "reg", "mod", "mod","reg(<--- Should be ALL)", "reg".
How to fix this?
Thanx
|
|
|
|
|
|
|
|
Moderator
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
|
06-07-2003, 04:54 PM
I checked it and I have the same problem, I'll see what I can do when I have studied for my exams
|
|
|
|
|
|
|
|
Junior Member
Status: Offline
Posts: 14
Join Date: Jun 2003
|
06-08-2003, 02:17 AM
Quote:
|
I checked it and I have the same problem, I'll see what I can do when I have studied for my exams
|
Thanx, please let us if you can solve this out
I'm wondering that why these bugs haven't be noticed on the PHPNuke's beta testing program? Doesn't people focus what they are testing or was the testing group so small (because you could only test if you were joined to chargeable PHPNuke club)?
One issue what I wondered too is that why PHPNuke v6.6 doesn't have those bugfixes which are reported to FBC?
|
|
|
|
|
|
|
|
Moderator
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
|
06-08-2003, 03:00 AM
Don't think phpBB allows all users to vote, I'll check a standalone board, but I looked at the coding and in the column of vote there is nothing like "AUTH_ALL"
Code:
// View Read Post News Reply Edit Delete Sticky Announce Vote Poll
$simple_auth_ary = array(
0 => array(AUTH_ALL, AUTH_ALL, AUTH_ALL, AUTH_MOD, AUTH_ALL, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_ACL, AUTH_REG),
1 => array(AUTH_ALL, AUTH_ALL, AUTH_REG, AUTH_MOD, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_REG, AUTH_REG),
2 => array(AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_REG, AUTH_REG, AUTH_REG, AUTH_MOD, AUTH_MOD, AUTH_REG, AUTH_REG),
3 => array(AUTH_ALL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ACL, AUTH_ACL),
4 => array(AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_ACL, AUTH_MOD, AUTH_ACL, AUTH_ACL),
5 => array(AUTH_ALL, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD),
6 => array(AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD, AUTH_MOD),
);
I think it will rest on reg, mod, admin, or private but not all
|
|
|
|
|
|
|
|
Junior Member
Status: Offline
Posts: 14
Join Date: Jun 2003
|
06-08-2003, 03:50 AM
Quote:
|
Don't think phpBB allows all users to vote
|
Very strange because anonymous users can even have the writing rights to the forum
Hmmm... If this issue is so, can there be any mod-file which overrides this setting? I tried once to ask few issues from phpbb but they only answered that they do not support "phpnuke ported" questions.
|
|
|
|
|
|
|
|
Moderator
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
|
06-08-2003, 03:53 AM
I don't know, and I'm not a real good coder so maybe someone else can take a look at it.
PS I don't tell the guys over at phpBB.com that I'm using a ported version, they are acting childish because the code hasn't been changed, it still does the same as a standalone version
|
|
|
|
|
|
|
|
Junior Member
Status: Offline
Posts: 14
Join Date: Jun 2003
|
06-08-2003, 07:53 AM
There is a mod for this...
Quote:
|
There have been, in the past, several requests for a MOD that allows unregistered or non-logged in users to vote in polls run through phpBB. The phpBB folks (or one of them, at least) have said something to the effect of "this won't be in phpBB" because it would be very easy to twist the voting. This is true; no matter what system of tracking you might use, whether it be by IP or by cookies, there would be ways that a guest user could vote more than once in a row...
|
http://www.phpbb.com/phpBB/viewtopic...ght=poll+guest
|
|
|
|
|
|
|
|
Moderator
Status: Offline
Posts: 957
Join Date: Nov 2002
Location: Belgium
|
06-08-2003, 12:54 PM
You can use it as it is (I looked at the coding)
|
|
|
|
 |
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|