[global]
port = 8080
URL = https://raghu.dyndns.org/
Summary lines = 32
Password file = passwords.pwd
Quote on reply = 0
Expand default = 3
Protect Selection page = 0
Thumbnail size = 10%
Bottom text = <center>Home Collections by Raghu - Discussion Forum</center>
Bottom text login = <center>Welcome to Home Collections by Raghu</center>
Display mode = threaded
Preset Author = $long_name
Subst on edit author = $long_name
Preset on reply Author = $long_name
Preset on Duplicate Author = $long_name
List Menu commands = New, Find, Select, Config, Admin, Change password, Logout
Menu commands = Back, New, Edit, Delete, Reply, Find, Move to, Config, Help
Admin user = sliver, raghu
Allow Delete = sliver, brian, raghu
Allow Move To = sliver, brian, raghu
Group Product Issues = Open, Closed
Group New Products = Definite, Considered, Canceled
[Open]
Theme = default
Comment = Open Issues With Current Products
Attributes = Author, Category, Subject
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Open Product Issues - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Closed
[Closed]
Theme = default
Comment = Closed Issues With Current Products
Attributes = Author, Category, Subject
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Closed Product Issues - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Open
[Considered]
Theme = default
Comment = Considered Product Discussion
Attributes = Author, Category, Subject
Options Type = Open, Closed, Other
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Considered Products - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Definite, Canceled
[Definite]
Theme = default
Comment = Definite Product Discussion
Attributes = Author, Category, Subject
Options Type = Open, Closed, Other
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Definite Products - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Considered, Canceled
[Canceled]
Theme = default
Comment = Canceled Products Discussion
Attributes = Author, Category, Subject
Options Type = Open, Closed, Other
Options Category = Linen, Metal, Pillow, Electrical, Other
Required Attributes = Category
Page Title = Canceled Products - $subject
Reverse sort = 1
Quick filter = Date, Category
Move to = Definite, Considered
|
> I'm (ab)using elog as a database and would like to use conditional attributes, like:
>
> Attributes = PC Name, Operating System, Version, Distribution
> Options Operating System = Linux{1}, Windows{2}
> {1} Show Attributes Edit = Operating System, Distribution, PC Name
> {2} Show Attributes Edit = Operating System, PC Name, Version
>
> Problem is that there are several conditions and the list of attributes is rather long. Also, since it's a
> rather dynamic environment I have to make new attributes all the time, and adding them to all "show attributes"
> lists is not only tedious, but bound to cause errors as well.
>
>
> So...
>
> I was thinking, would it be an idea to make the list of attributes to be shown or hidden on a per attribute base.
>
>
>
> Like:
>
> Attributes = PC Name, Operating System, Version, Distribution
>
> # hide specific attributes
> Hide attributes = Distribution, PC Name
>
> # or configure which fields should be shown allways
> Show Attributes = Operating System, Version
>
> # add attributes based on OS
> Options Operating System = Linux{1}, Windows{2}
> {1} Show Attribute Edit = Distribution
> {2} Show Attribute Edit = PC Name
>
> (just thinking out loud here).
Sure such a think can be implemented, but I have no time right now to do so. I will put it on the wish list. |