Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 77
8 members and 69 guests
cus3cttombeatsb, cycwcwlinlt2gti, defkm6ensivpyb3, drasnkeikoo9xwn, lednec4lhm6zwan, minena6oritozm3, ronssypaulsuppo, ttdwncras
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

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

Reply
 
LinkBack Thread Tools Display Modes
PHPNuke v6.5 & phpbb forum - problems with user rights
Old
  (#1 (permalink))
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
 Send a message via ICQ to crypto  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
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


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
Old
  (#3 (permalink))
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?
 Send a message via ICQ to crypto  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
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


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
Old
  (#5 (permalink))
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.
 Send a message via ICQ to crypto  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
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


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
Old
  (#7 (permalink))
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
 Send a message via ICQ to crypto  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
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)


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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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