<%
' General website's information
' Website's name
Const GLOBAL_SITE_NAME = "portal"
' Website's url
Const GLOBAL_SITE_URL = "
http://www.minside.dk" ' Webmaster's email
Const GLOBAL_SITE_EMAIL = "webmaster@minside.dk"
' Accounts email
Const GLOBAL_ACCOUNTS_EMAIL = "portal@minside.dk"
' Copyright display at bottom
Const GLOBAL_SITE_COPYRIGHT = "©2003 Mit Navn"
' Default language file
Const GLOBAL_SITE_DEFAULT_VERSION = "DK"
' META info
' Keywords
Const GLOBAL_META_KEYWORDS = "portal,hjemmesider,booking,tidsreservation,tidsbestilling"
' Description
Const GLOBAL_META_DESCRIPTION = "Portal for MinHjemmeside kunder."
' Author
Const GLOBAL_META_AUTHOR = "Mit Navn"
' Head structure of subtable
Const GLOBAL_SITE_SUBTABLE = "<table width=""100%"" class=""myTable"" cellspacing=""1"" cellpadding=""2"" align=""center"">"
' Paths. Edit ALL paths IF YOU ARE IN A VIRTUAL DIRECTORY !
' put a "/myAspNukeDir" before paths if you're in a virtual directory,
' where /myAspNukeDir is your virtual directory.
' For example : Const GLOBAL_SITE_PATH = "/mywebsite/"
' Website path
Const GLOBAL_SITE_PATH = "/portal/"
' admin path
Const GLOBAL_SITE_ADMIN_PATH = "/portal/admin/"
' Themes Path
Const GLOBAL_SITE_THEMES_PATH = "/portal/themes/"
' Pictures directory
Const GLOBAL_SITE_IMAGES_PATH = "/portal/imgs/"
' News pictures directory
Const GLOBAL_SITE_IMAGES_NEWS_PATH = "/portal/imgs/news/"
' News pictures directory
Const GLOBAL_SITE_IMAGES_CALENDER_PATH = "/portal/imgs/calender/"
' Smileys pictures directory
Const GLOBAL_SITE_IMAGES_SMILEYS_PATH = "/portal/forum/smileys/"
' Avatars pictures directory
Const GLOBAL_SITE_IMAGES_AVATARS_PATH = "/portal/forum/avatars/"
' Forum Ranks Imgs
Const GLOBAL_FORUM_IMGS_RANK = "/portal/forum/imgs/"
' Backend path and file
Const GLOBAL_SITE_BACKEND = "/portal/scripts/display_news.js"
' Database path
Const GLOBAL_SITE_DATABASE_PATH = "/portal/tc53997xswliuqwrc_AspNuke_db" ,jeg har flyttet db og omdøbt den
' Language files path
Const GLOBAL_SITE_VERSIONS_PATH = "/portal/lang/"
' WYSIWYG uploaded images
Const GLOBAL_SITE_IMAGEADD_PATH = "/portal/db/imgs/"
' Database constants
CONST DB_PASSWORD = "" 'Patch Posted on 30 May 2003 at 12:54:00 by Mr.Spock
Const DB_MAIN = "main"
Const DB_FORUM = "forum"
' Display configuration (left column)
' Dynamic count display
Const bDisplayDynamicCount = True
' Advertising display
Const bDisplayAdvertising = True
' Search engine display
Const bDisplaySearchEngine = True
' Newsletter
Const bNewsletter = True
' Favorites display
Const bDisplayFavorites = True
' Accounts display
Const bDisplayAccounts = True
' Last websites display
Const bDisplayLastSites = True
' Display a bullet before menu choices
Const bDisplayBullet = True
' Allow or not private avatar
Const bAllowPrivateAvatars = True
' Auto accept private avatar or not by default
Const bAutoAcceptPrivateAvatar = True
' Display language choice
Const bDisplayVersions = True
' Automatic signup
'Const bAutoSignup = True
Const bAutoSignup = -1 'True dur ikke ved localhost
' WYSIWYG Editor
Const bWYSIWYGeditor = True
' Back End
' Automatic backend generated
Const bAutoBackEnd = True
' TOP results for each section
Const GLOBAL_NEWS_TOP = 5
Const GLOBAL_NEWS_LINKS_TOP = 10
Const GLOBAL_COMMENTS_TOP = 10
Const GLOBAL_ARTICLES_TOP = 5
Const GLOBAL_DOWNLOADS_TOP = 10
Const GLOBAL_FORUM_TOP = 5
Const GLOBAL_SEARCH_TOP = 10
Const GLOBAL_POLLS_TOP = 1
Const GLOBAL_IMAGES_TOP = 10
Const GLOBAL_DIRECTORY_TOP = 10
Const GLOBAL_COMMENTS_PAGE = 10
Const GLOBAL_IMAGES_PAGE = 12
Const GLOBAL_POLLS_MAX_RESULTS = 5
Const GLOBAL_CUSTOM_BLOCKS = 8
Const GLOBAL_CALENDER_LINKS_TOP = 10
Const GLOBAL_CALENDER_TOP = 10
Const GLOBAL_EVENTS_TOP = 10
Const GLOBAL_NEWS_FORUM_TOP = 2 ' 0 = Dont show any, 1 = Show News/Forum, 2 = Show Calender/Forum, 3 = Show Calender/News, 4 = Show Calender, News and Forum
' User Membership activation
Const GLOBAL_USE_MEMBERSHIP = false
%>