» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 47
1 members and 46 guests
Installer
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This 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 ...


Go Back   Nukemods Forum » PHP-Nuke 6.5 to 6.9 » Nuke 6.5 to 6.9 - Modules

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-07-2003, 05:50 AM
Junior Member
 
Join Date: Jun 2003
Posts: 14
Send a message via ICQ to crypto
PHPNuke v6.5 & phpbb forum - problems with user rights
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 06-07-2003, 04:54 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
I checked it and I have the same problem, I'll see what I can do when I have studied for my exams
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 06-08-2003, 02:17 AM
Junior Member
 
Join Date: Jun 2003
Posts: 14
Send a message via ICQ to crypto
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 06-08-2003, 03:00 AM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 06-08-2003, 03:50 AM
Junior Member
 
Join Date: Jun 2003
Posts: 14
Send a message via ICQ to crypto
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 06-08-2003, 03:53 AM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
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
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 06-08-2003, 07:53 AM
Junior Member
 
Join Date: Jun 2003
Posts: 14
Send a message via ICQ to crypto
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 06-08-2003, 12:54 PM
Moderator
 
Join Date: Nov 2002
Location: Belgium
Posts: 957
You can use it as it is (I looked at the coding)
__________________
Yannick R. aka Mighty_Y
http://support.code-area51.com
http://www.code-area51.com

Search before asking makes my life easier!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHPBB Forum Module for PHPNUKE whitewolfo261 Nuke 7.x - General 10 01-31-2006 11:02 PM
Phpnuke admin, not logging into phpbb forum. babyblue24_7 Nuke 7.x - General 0 12-10-2005 12:43 AM
PHPbb to PHPnuke how to and problems. bucho Nuke 7.x - General 2 02-11-2005 10:45 AM
Lost my administration rights antoniof Nuke 7.x - General 2 10-29-2004 09:17 PM
I need To download the phpbb Forum for PhpNuke 5.6 hamudi Purged Topics 2 09-03-2002 05:34 AM


All times are GMT -5. The time now is 11:39 PM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31