1
evcwally
Re: XcGallery publsih approval...
  • 2005/4/21 16:57

  • evcwally

  • Just popping in

  • Posts: 2

  • Since: 2005/3/29


I had the same problem. After a couple minute of search in php code i found this in "include/init.inc.php" (from module directory of course):

...
if (
$ugroup['pub_upl_need_approval'] == 0$USER_DATA['pub_upl_need_approval'] = $ugroup['pub_upl_need_approval'];
if (
$ugroup['priv_upl_need_approval'] == 0$USER_DATA[[color=FF0000]'pub_upl_need_approval'[/color]] = $ugroup['priv_upl_need_approval'];
...


Here is the erreur, just replace pub by priv in this line like this :

...
if (
$ugroup['pub_upl_need_approval'] == 0$USER_DATA['pub_upl_need_approval'] = $ugroup['pub_upl_need_approval'];
if (
$ugroup['priv_upl_need_approval'] == 0$USER_DATA[[color=00FF00]'priv_upl_need_approval'[/color]] = $ugroup['priv_upl_need_approval'];
...



2
evcwally
Re: NewBB2 RSS problem
  • 2005/3/29 14:38

  • evcwally

  • Just popping in

  • Posts: 2

  • Since: 2005/3/29


Hello all,

I was having same trouble so i have done some test about it.

It's happend only when ANONYMOUS group haven't access to the module or not access to any category/forum too.

So i don't think it was a bug. Right or wrong ?

Good work ! That's a great module.




TopTop



Login

Who's Online

161 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 161


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits