version 3.0.5.2.1 certain links goto error 401
hi guys, firstly thanks to you guys who suggested ways to add another sidebar to the home page. I have achieved this. Should you require the code let me know.
secondly, when i uploaded to latest classipress ClassiPress 3.0.5.2 I have lost use of certain links on my site.
I WENT TO MY THEME-FUNCTION files:Removed the following.....
// set global path variables
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
......... AND REPLACED THE VARIBLES WITH THE FOLLOWING : (the following was from an earlier release of classipress 3.0.3) It works !
// set global path variables
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/');
define('CP_BLOG_URL', cp_detect_blog_path());
define('CP_BLOG_CAT_ID', cp_get_blog_catid());
define('TIMTHUMB', get_bloginfo('template_url').'/includes/timthumb.php');
define('CP_AUTHOR_PATH', get_bloginfo('url').'/index.php/author/');
I have got a 401 error on certan links ie "Catergories" and the link on my AD-Posts.
Can you assist me and let me know what I have to do.
The website is
JobVacancyLondon.co.uk
the site is purley for experimenting purposes only. Once I have mastered the functions and am familiar with 3.0.5.2 I shall develop and finish the project.
I have been using classipress version 3.0.3 until today. I think im gonna like this version !
Please help me correct links.
Thanks