~vcs-imports/clansuite/trunk

« back to all changes in this revision

Viewing changes to modules/search/search.config.php

  • Committer: paulbr
  • Date: 2011-05-17 09:43:57 UTC
  • Revision ID: paulbr-20110517094357-yzy4qzdy62rc5dwb
- smarty function.icon.php fixed
- new table for news comments (test)
- entities: user/comment fixed
- new theme dark / csfw modified

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; <?php die( 'Access forbidden.' ); /* DO NOT MODIFY THIS LINE! ?>
 
2
 
3
; Clansuite Configuration File for Module Search
 
4
; \trunk\modules\search\search.config.php 
 
5
;
 
6
 
 
7
;----------------------------------------
 
8
; search
 
9
;----------------------------------------
 
10
[search]
 
11
 
 
12
 
 
13
;----------------------------------------
 
14
; properties
 
15
;----------------------------------------
 
16
[properties]
 
17
active = true
 
18
module_section =
 
19
module_id =
 
20
 
 
21
 
 
22
; -------------------------------------------------------------------------------
 
23
; define here all actions was defined in module and module admin controler
 
24
; who necesary permission to access
 
25
; -------------------------------------------------------------------------------
 
26
;
 
27
; ACL action values are:
 
28
;    all = all groups has access
 
29
;    or
 
30
;    root(r) | admin(a) | member(m) | guest(g) | bot(b)
 
31
;
 
32
;  e.g. acces for: root + admin only
 
33
;        show = r|a
 
34
;  e.g. acces for: root + admin + member only
 
35
;        show = r|a|m
 
36
;  e.g. acces for: root + admin + member + guest only
 
37
;        show = r|a|m|g
 
38
;  e.g. acces for: bots only
 
39
;        show = b
 
40
;
 
41
;----------------------------------------
 
42
; properties_acl
 
43
;----------------------------------------
 
44
[properties_acl]
 
45
action_show = 'r|a'
 
46
action_admin_show = 'r|a'
 
47
 
 
48
; widgets
 
49
widget_search = 'r|a|m|g'
 
50
 
 
51
 
 
52
 
 
53
; DO NOT REMOVE THIS LINE */ ?>
 
 
b'\\ No newline at end of file'