1

Topic: BUG! Acces with guest user to a not permitted forum allowed

I installed the extended acces mod to give rights to users at different forums. It works well but: If a guest user clicks on "Show posts by this user" in a userprofile, he have the possibility to see topic an posts of forums that are protected.

2

Re: BUG! Acces with guest user to a not permitted forum allowed

This is not a bug with PunBB, this is a bug with the Mod you have installed.

while (punbb)
{
     punnerbb();
}

3

Re: BUG! Acces with guest user to a not permitted forum allowed

Ok, i never said that it was a bug un PunBB. Is anybody who know the problem an know how i can fix it.

Re: BUG! Acces with guest user to a not permitted forum allowed

Topic moved to mod forum.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: BUG! Acces with guest user to a not permitted forum allowed

I would guess it's something similar to the bug I got in the Attachment mod, where I needed to refine the if statement for guest checking form what I had used in earlier versions ...

Link to the bugfix on the attachment mod ... perhaps someone with good knowledge on the EFAM can look if it is the same type of bug ... and do a bugfix

6

Re: BUG! Acces with guest user to a not permitted forum allowed

Yes it may be. Is anybody who has a bugfix for the EFAM module?

Re: BUG! Acces with guest user to a not permitted forum allowed

I've fixed it and released EFAM 1.2. If you already have it installed, you only have to make the changes to search.php (see the readme).

http://punbb.org/forums/viewtopic.php?id=3537

"Programming is like sex: one mistake and you have to support it for the rest of your life."

8

Re: BUG! Acces with guest user to a not permitted forum allowed

Thank, you. It's works smile