XP Publish Admin OK - Users (Only personal gallery not public) - Page 2 XP Publish Admin OK - Users (Only personal gallery not public) - Page 2
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

XP Publish Admin OK - Users (Only personal gallery not public)

Started by mskarl, February 24, 2006, 05:17:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sinti

Now, WHAT didn't work? Please describe the behaviour!

PS: No need to quote my whole message then. Did you know, the Preview Button next to the Post Button is very useful.

BenTexas

Thank You very much Sinti!  ;D
This fix works fine for my installation.
I had to change a few things though, because I use a bridged Version with PHPBB:
I have different groups enabled and the USER_GROUP constant from Sinti's Code was only containing "Registered" no matter what other group a user was in. So I took a closer look at the USER_GROUP_SET constant and found out that the different groups from PHPBB are stored inside coded with a numerical value. To find out the mapping, I created a test user, found out what number belongs to what group and then tweaked the Code to check for a certain group number. Works fine for me!