Results 1 to 1 of 1

Thread: disabling separate "Thank You" page in SP 1.3.2

  1. #1
    Thread Starter
    Veteran almightyeric's Avatar
    Join Date
    Aug 2011
    Location
    Nothern CA, USA
    Posts
    416
    Thanks
    56
    Thanked 19 Times in 16 Posts

    disabling separate "Thank You" page in SP 1.3.2

    To anyone who wants to disable the redirection to the separate "Thank you" page that was introduced in SR 1.3.2, and restore the SR 1.3.1 functionality (where the single ad page is displayed again with a "Message sent" note):

    I did so by commenting out the following line of code (line 22) in includes/sidebar-contact.php:

    PHP Code:
    wp_redirecthome_url('/thank_you') ); exit; 
    Like this (a single-line comment, since everything I want to comment out is on a single line):

    PHP Code:
    // wp_redirect( home_url('/thank_you') ); exit; 
    On a side note, to anyone who wants to take advantage of the separate "Thank you" page, @talent recommended customers change thank_you to thank-you (changing the underscore to a hyphen). That post is here: http://forums.appthemes.com/simply-r...58/#post291983

    Like this:

    PHP Code:
    wp_redirecthome_url('/thank-you') ); exit; 

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. "Un" disabling back office function. PLEASE HELP SOMEONE this is getting old
    By wv10commanmdments in forum Report Clipper Bugs
    Replies: 2
    Last Post: January 11th, 2014, 08:54 AM
  2. [SOLVED] Hiding or disabling "Feature on Home Page" check box in the subscription plan
    By sidorenko91 in forum Help Using Vantage (Legacy)
    Replies: 2
    Last Post: September 4th, 2013, 06:19 PM
  3. Disabling the "preview" keywords that automatically appear
    By amclassabilene in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: September 24th, 2012, 11:42 AM
  4. [SOLVED] "404 Not Found" page when attempting to "post an ad" or "join now"
    By tradingpoint in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: March 21st, 2011, 07:51 PM
  5. Replies: 3
    Last Post: February 24th, 2011, 01:03 AM