This option in available under the profiles when adding new fields. It has a section named "Page Title" where I can input something like "People whose favorite color is %value".
This has been showing up in my logs every 2-5 hours for a few days. A php error that says:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' query: SELECT COUNT(uid) FROM users WHERE LOWER(name) = 'Chase T?su' in /home/treslerd/public_html/includes/database.mysql.inc on line 120.
I've recently moved from 4.6 to 4.7 and now my checkout module is keeping items checked out after submit even if I don't check the box to do so. Has anyone else run into this problem with 4.7 version of checkout?
Should the cron job include the optimisation of the cache and session table? I find especially the former to be highly overheaded. Perhaps someone has given this some thought already.
I got this error after linking the drupal.js manually from the page.tpl.php in order to execute several onload functions through the following script which requires lines 175-189 from drupal.js: