Hello,
We are working on a web-site for the University of Miami Hospital and we have several technical issues, we are using ExpressionEngine 1.6.9 Build: 20100430.
1. whenever we add an e-mail address in a post it adds a lot of strange JavaScript code, which malfunctions in Internet Explorer. We understood this feature is good against spammers, but can we disable it?
2. We have a News section and we are trying to show only certain events based on the timestamp:
{exp:weblog:entries weblog="sylvester_news" search:Date>"1260000000" search:category="Press Releases" disable="categories|member_data|trackbacks" dynamic="off"}Yet it still shows all events, if we use “=” instead of “>” it works fine.
3. Is there a way to search in a field without using the default search engine, but to look for part of the field instead of the entire field? (instead of using “=” using something similar to the PHP “LIKE %...%”.
Would appreciate your help,
Thank you!