Results 1 to 3 of 3

Thread: ads not working

  1. #1
    Thread Starter
    garyb's Avatar
    Join Date
    Jul 2010
    Location
    United Kingdom
    Posts
    316
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Question 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 :

  2. #2
    pepsi's Avatar
    Join Date
    Mar 2009
    Location
    New Zealand
    Posts
    14,883
    Thanks
    91
    Thanked 804 Times in 718 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    ajjidgrt's Avatar
    Join Date
    Dec 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Plugins vs CP upgrades (Working vs Not working)
    By Fanatic in forum Report ClassiPress Bugs
    Replies: 60
    Last Post: May 18th, 2012, 05:06 PM