11
frankblack
Re: Debaser post count
  • 2009/6/22 7:34

  • frankblack

  • Just can't stay away

  • Posts: 830

  • Since: 2005/6/13


a) preferences.php
For system preferences:
case 'group_multi':
                
$ele = new XoopsFormSelectGroup($title$config[$i]->getVar('conf_name'), true$config[$i]->getConfValueForOutput(), 5true);
                break;

For module preferences:
case 'group_multi':
                include_once 
XOOPS_ROOT_PATH.'/class/xoopslists.php';
                
$ele = new XoopsFormSelectGroup($title$config[$i]->getVar('conf_name'), false$config[$i]->getConfValueForOutput(), 5true);
                break;


For module preferences guests are excluded for system preferences not.

Rest to follow...

12
ghia
Re: Debaser post count
  • 2009/6/22 15:05

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Humm, in 2.0.18, they where both false.
In 2.2.6, there was only the module preferences (no separated code for the system module's preferences) and there it was true (anonymous included).
It means that when you have a preference for selecting user groups (eg in system general: access in case of closed site), that in the dropdown the anonymous group is present or not. In the example you can grant access to anonymous when the site is closed.
A module with preferences for usergroups is Protector (skip IP blocking). In this case you can not allow anonymous to skip IP blocking, because that preference setting is not in the list to select.

13
danvarey
Re: Debaser post count
  • 2010/5/12 15:00

  • danvarey

  • Just popping in

  • Posts: 10

  • Since: 2008/9/5 9


New debaser is really great. Thanks a lot for the work.

After the installation, I uploaded one mp3 to category A and it showed that category A have one file. like: Category A (1)

But when I moved the file to Ccategory B, it shows Category A (-1) and Category B (1). And when you go to Category A, there's nothing as it's -1.

I think that it should not go to -1, instead it should be 0.

Can you please fix it and let all know.

Regards[quote]

Login

Who's Online

215 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

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

Latest GitHub Commits