Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Discussions (General)
 Reorganising Feature Configuration Layout
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 24 August 2002 :  13:34:13  Show Profile
The Feature Configuration section is getting quite large.

Would the following two options be better in the Main Forum Configuration section?
Secure Admin Mode: 
Non-Cookie Mode: 

and the rest could be sorted into a better order? (for example)

General Features
IP Logging: 
Flood Control: 
Private Forums: 
Group Categories: 
Highest level of Subscription: 
Bad Word Filter: 
Moderation Features
Allow Topic Moderation: 
Show Moderators: 
Restrict Moderators to moving their own topics: 
AutoEmail author when moving topics: 
Forum Features
Archive Functions: 
Show Detailed Statistics: 
Show Jump To Last Post Link: 
Show Quick Paging: 
Pagenumbers per row: 
Topic Features
Allow Sticky Topics: 
Show Edited By on Date: 
Show Prev / Next Topic: 
Show Send Topic to a Friend Link: 
Show Printer Friendly Link: 
Hot Topics: 
Items per page: 
Posting Features
Allow HTML: 
Allow Forum Code: 
Allow Images in Posts: 
Allow Smilie Icons: 
Allow Signatures: 
Allow Dynamic Signatures: 
Show Format Buttons: 
Show Smilies Table: 
Show Quick Reply: 
Misc Features
Show Timer: 
Timer Phrase: 

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 August 2002 :  08:59:21  Show Profile
I agree that we need some better organization in regards to the Admin Options.
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 25 August 2002 :  09:31:54  Show Profile
I've redone the page with subheadings for each section.

I rewrote the code using subroutines to generate the form:
ShowConfigHeader "Feature Configuration"
ShowConfigHeaderSub "Security Settings"
ShowConfigItem "SE", "OnOff", "strSecureAdmin", strSecureAdmin, "Secure Admin Mode", "features#secureadminmode"
ShowConfigItem "SE", "OnOff", "strNoCookies", strNoCookies, "Non-Cookie Mode", "features#allownoncookies"
ShowConfigHeaderSub "General Features"
ShowConfigItem "SE", "OnOff", "strIPLogging", strIPLogging, "IP Logging", "features#IPLogging"
ShowConfigItem "S ", "OnOff", "strFloodCheck", strFloodCheck, "Flood Control", ""
ShowConfigList "strFloodCheckTime", strFloodCheckTime, "-30|-60|-90|-120", "30 seconds|60 seconds|90 seconds|120 seconds"
ShowConfigItem " E", "", "", "", "", "features#FloodCheck"
ShowConfigItem "SE", "OnOff", "strPrivateForums", strPrivateForums, "Private Forums", "features#privateforums"
ShowConfigItem "SE", "OnOff", "strGroupCategories", strGroupCategories,"Group Categories", "features#groupcategories"
...etc...


I can send you a copy if you want.


Edited by - pweighill on 25 August 2002 09:32:47
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 25 August 2002 :  09:37:45  Show Profile  Visit HuwR's Homepage
loogs good
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 August 2002 :  10:03:15  Show Profile
quote:
Originally posted by pweighill

I can send you a copy if you want.
Sure, you can e-mail me a copy.
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 25 August 2002 :  10:19:07  Show Profile
if it works (which it undoubtedly does), could you send me a copy, Peter? snitz @ frutzle.com
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 25 August 2002 :  10:56:13  Show Profile
If sent a copy to Richard & FrutZle. If anybody else want a look athen I could post a URL to it.
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 25 August 2002 :  11:02:37  Show Profile  Send ruirib a Yahoo! Message
You could maybe stretch the title of each section to the full table, and maybe change its color also. It would look better IMO.


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 25 August 2002 :  11:08:07  Show Profile
This is great (as I said in my reply to your mail). I modified the width of the table to 100% and added a couple FloodControl times and found it a lot easier to find settings now.
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 25 August 2002 :  19:28:07  Show Profile  Visit MaD2ko0l's Homepage
hey can u post a link to the file so that we all can have this plz??

thankx

MaD2ko0l

© 1999-2010 MaD2ko0l
Go to Top of Page

pknaz
Junior Member

USA
117 Posts

Posted - 25 August 2002 :  22:38:54  Show Profile  Visit pknaz's Homepage  Send pknaz an AOL message  Send pknaz an ICQ Message  Send pknaz a Yahoo! Message
Yes, please post a link :)
Go to Top of Page

Nathan
Help Moderator

USA
7664 Posts

Posted - 25 August 2002 :  22:48:14  Show Profile  Visit Nathan's Homepage
quote:
Originally posted by ruirib

You could maybe stretch the title of each section to the full table, and maybe change its color also. It would look better IMO.



I aggree, the subtitles could be catagory header color

Nathan Bales
CoreBoard | Active Users Download
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 26 August 2002 :  12:13:53  Show Profile  Visit MaD2ko0l's Homepage
Hi all,
i have made this little mod as well and here is the file
admin_config_features.asp

edit it,change it,use it,bin it i dont care.

MaD2ko0l

© 1999-2010 MaD2ko0l

Edited by - MaD2ko0l on 26 August 2002 15:03:28
Go to Top of Page

pweighill
Junior Member

United Kingdom
453 Posts

Posted - 26 August 2002 :  13:39:17  Show Profile
You can get a copy of this changehere.
I also included some other changes as well (smaller file sizes due to using functions)
and also reordered pop_config_help.asp to same order as well.

Edited by - pweighill on 26 August 2002 13:42:48
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 26 August 2002 :  14:08:33  Show Profile
That looks good.

Support Snitz Forums
Go to Top of Page

@tomic
Senior Member

USA
1790 Posts

Posted - 26 August 2002 :  14:08:34  Show Profile  Visit @tomic's Homepage  Send @tomic an ICQ Message
Wow! That is realllly cool. The way it's done with functions just blows me away. Great job and thanks!

@tomic

SportsBettingAcumen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.25 seconds. Powered By: Snitz Forums 2000 Version 3.4.07