Once you have installed VSNS Lemon you can configure it to suit your needs. The easiest way to do this is through your Admin CP. Alternatively you can directly edit your _config table.
Below is a list of the configuration variables along with where you can edit them in the Admin CP.
| Name | Admin CP Location | Notes |
|---|---|---|
| version | None | Version number of your VSNS Lemon installation. Cannot be edited in the Admin CP. |
| password | Change Password | Stored in the database as an MD5 hash. |
| headline | Articles → Display only heading? | 0 = Display full text of articles; 1 = Display only heading |
| disp_order | Articles → Display order | ASC (oldest first) or DESC (newest first) |
| on_expiry | Articles → On expiry | Either unpin or delete |
| prefixes | Articles → Important article prefixes | List of available prefixes to use for important articles |
| show_date | Articles → Display date? | 0 = Don't show date; 1 = Show date |
| show_author | Articles → Display author? | 0 = Don't show author; 1 = Show author |
| disable_comments | Comments → Disable comments? | 1 = Disable comments; 0 = Don't disable comments. Can be toggled for individual articles. |
| path | General → Path | |
| banned_ip | Banned IP Addresses | |
| vsnsemail | General → Your email | |
| hlevel | Articles → News heading level | Heading level for article titles (valid H1 to H6 |
| notification | Comments → Email notification of new comments? | 1 = notification; 0 = No notification |
| sitename | General → Blog name | |
| desc | General → Description | |
| cright | General → Your name | |
| queue | Comments → By default, queue comments? | 1 = queue comments; 0 = don't queue comments. Can be toggled for individual articles. |
| date_format | Articles → Date format | Uses PHP's date() format. |
| friendly | General → Use friendly URIs? | 1 = Use .htaccess to create friendly URIs; 0 = Use ugly URIs |
| wordfilter_on | Comments → Enable word filter | Filter out bad words in comments. |
| replacement_word | Comments → Replacement word | The word with which to replace bad words. |
| filter_list | Comments → Filtered words | List of words to filter out in comments, if word filter is enabled. |
| cutoff | Articles → Display x number of characters in archives | If not set to 0, this will display only the first x characters except when viewing the article alone. |
| disable_tags | Articles → Disable tags | 1 = disable tags; 0 = enable tags |
| allow_images | Comments → Allow images in comments? | 1 = allow people to post images in comments; 0 = don't allow images |
| allow_footnotes | Comments → Allow footnotes in comments? | 1 = allow people to use footnotes in comments; 0 = don't allow footnotes |
| emoticons | Emoticons | |
| search_flood | General → Flood control | Number of seconds one must wait between searching. |
| comment_flood | Comments → Flood control | Number of seconds one must wait between comments. |
| time_zone | General → Time zone | Offset in seconds from UTC |
| dst | General → Daylight Saving Time? | 1 = Observe DST; 0 = Do not observe DST |
| show_atom | General → Generate Atom Feed | 1 = Display a link to the Atom syndication feed of articles; 0 = don't |
| show_rss | General → Generate RSS Feed | 1 = Display a link to the RSS syndication feed of articles; 0 = don't |
| output | General → Output | html = Display articles using HTML 4.01 Strict; xhtml = Display articles using XHTML 1.0 Strict |