Firehorse:
The problem with user tracking not listing the correct page name for ez pages is due to a line missing in the ez pages support code.
To correct the problem, edit includes/modules/pages/page/header_php.php
Locate the line which says:
Code:
define('NAVBAR_TITLE', $var_pageDetails->fields[pages_title]);
and directly under this line add:
Code:
define('HEADING_TITLE', $var_pageDetails->fields[pages_title]); // JTD:10/03/06 - for user tracking
I believe you will find then that the correct page names are displayed.
Hope this helps!
Jeff
Bookmarks