Configuration html settings
From Open-Realty Wiki
Back to Administrators Guide
| General
SEO (Search Engine Optimization) Editor / HTML |
WYSIWYG Editor SettingsWYSIWYG Editor - This is to select which WYSIWYG editor to use in the page editor section of Open-Realty. Show Edit Link on frontend? - Should we show the Edit Page link to Admins on frontend pages of the site? Execute PHP Code? - If this is turned on any PHP code entered into the WYSIWYG editor will be run. Doing this is a BAD IDEA unless you turst everyone that has page editor abilities. USE AT YOUR OWN RISK!. When entering the PHP command, you need to enter it in code view on the editor and surround it in html comments. For Example, if you are trying to enter: <?php echo 'text'; ?> You need to enter it as: <!--<?php echo 'text'; ?>--> Note that there are no spaces between the html comment marks and the PHP opening/closing tags. HTML SettingsAdd Linefeeds - Should Open-Realty convert returns into linefeeds? Strip HTML - Should any html code in listings be removed? Allowed HTML - If you are stripping the HTML which html tags can a person input |

