|
a. General Settings |
Top Previous Next |
|
In 'General Settings' part the administrator can set the following settings:
• Listing Picture Width - the width of pictures which users will upload for their listings (pixels).
• Listing Picture Height - the height of pictures which users will upload for their listings (pixels).
• Listing Thumbnail Width - the width of thumbnails created from pictures which users will upload for their listings (pixels).
• Listing Thumbnail Height - the height of thumbnails created from pictures which users will upload for their listings (pixels).
• Listing Picture Storage Method - pictures can be stored in the File System or in the Database.
• Behavior With Escape HTML Tags - choose HTML tags escaping strategy
• No escape (XSS possible) - no HTML tags escaping. (Caution! There is an XSS possibility (http://en.wikipedia.org/wiki/Cross-site_scripting))
• Use html entities PHP function (experimental) - full HTML tags escaping; special symbols <,>,",& will be changed to <, >, ", &.
• Use HTML Purifier (experimental) - partial HTML tags escaping via HTML Purifier 2.1.3 (http://htmlpurifier.org/). |