Support Forums

The forums are closed and will be removed when we launch our new site.

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro mutiple domains

Viewing 3 posts - 1 through 3 (of 3 total)
  • Rupert Moscrop
    #130879

    Dear all,
    I’m looking for some help using Search & Filter Pro with multiple domains linking to the same wordpress install.
    In the wp-config I have this code to get the multiple domains working:

    define('WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST']);
    define('WP_HOME', 'http://' . $_SERVER['HTTP_HOST']);

    Which for the site generally works well, you stay inside the domain you entered in.
    But when using S&F, I have a few forms set up using shortcodes, and the main issue is with the Settings & Default / Template Options – Results URL, which of course is a fixed URL of course.
    Is there a way to in the S&F code to replace the variable that grabs Results URL with WP_SITEURL? I’m simplifying it obviously, but maybe there is a way to do this?
    The second issue I have is the results.php, it uses the_permalink() of that post in the link, but that also includes the main domain in. But this is a more general WP thing.
    Any help with S&F and multiple domains would be much appreciated, and thanks in advance.
    Cheers,
    Rupert

    Trevor Moderator
    #130965

    I understand what you are trying to do, but our plugin does not allow you to do what you want.

    Rupert Moscrop
    #130997

    Ah thats a shame, but I suspected it was a bit of a long shot, thanks all the same for the quick response.
    All the best,
    Rupert

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘mutiple domains’ is closed to new replies.