ads not working
hi guys its been a while,ive downloaded latest version..its pretty cool...however when clicking on an ad im taken to an error
The page or ad listing you are trying to reach no longer exists or has expired. ??? anyone ? the site
Flats Houses Brighton i had to change my permalink structure and also theme function code from :
define('CP_DASHBOARD_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_dashboard_url').'/');
define('CP_PROFILE_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_profile_url').'/');
define('CP_EDIT_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_edit_item_url').'/');
define('CP_ADD_NEW_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_add_new_url').'/');
define('CP_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/'.get_option($app_abbr.'_add_new_confirm_url').'/');
// define('CP_AUTHOR_PATH', get_bloginfo('url').'/'.get_option($app_abbr.'_author_url').'/'); // deprecated since 3.0.5
to the following :
define('CP_DASHBOARD_URL', get_bloginfo('url').'/index.php/dashboard/');
define('CP_PROFILE_URL', get_bloginfo('url').'/index.php/profile/');
define('CP_EDIT_URL', get_bloginfo('url').'/index.php/edit-item/');
define('CP_ADD_NEW_URL', get_bloginfo('url').'/index.php/add-new/');
define('CP_ADD_NEW_CONFIRM_URL', get_bloginfo('url').'/index.php/add-new-confirm/');
some assistance would be cool, thanks guys, great version btw. A customer :