Search found 2 matches

by bas
Thu Feb 19, 2015 2:14 pm
Forum: Community chat
Topic: Even smaller WonderCMS
Replies: 0
Views: 16966

Even smaller WonderCMS

Hi, WonderCMS can do perfectly without JQuery when not logged in. If you put the code below into your theme.php (and remove the unconditional script and editTags()), JQuery is loaded only when logged in. Seems to work fine for me after I made the 'change password' functionality always visible (witho...
by bas
Thu Feb 19, 2015 11:48 am
Forum: Community chat
Topic: email masking
Replies: 0
Views: 15155

email masking

Hi, I tried the following to hide email addresses on the website. Maybe it is useful to someone, maybe someone has a better suggestion for accomplishing the same. At the end is the code I inserted in edit text.php to replace "mailto" and "@" with the same characters in ASCII In t...