• Just a couple questions. I’m running WP 1.5.1.3 using the BLIX theme and the subscribe2 plugin. The default search function does not work from the following location:
    https://mydomain.com/subscribe.php

    It appends the above address as such:
    https://mydomain.com/subscribe.php?s=searchterm

    Whereas by default, from any other page location, the search function calls the following:
    https://mydomain.com/index.php?s=searchterm

    I suspect it may have something to do with the $_SERVER[‘PHP_SELF’] call in header.php but I really don’t have any idea what I’m talking about and therefore, calling upon the advice of the forum.

    Also, is there any “easy” way to modify the subscribe/unsubscribe form layout? CSS or otherwise?

    Thanks for the feedback.

    –SS

Viewing 2 replies - 1 through 2 (of 2 total)
  • For the search form in Blix, you could modify the action attribute to:

    action="/index.php"

    Also, is there any “easy” way to modify the subscribe/unsubscribe form layout? CSS or otherwise?

    A pretty general question, so in general…yes, you could “easily” modify it through css, or by editing elements of the template (for example, adding a <head> section and such instead of including the theme’s through get_header()).

    Thread Starter seldomstatic

    (@seldomstatic)

    Kaf,
    Thanks for the fix. It worked perfect. BTW, I’m using your download manager plugin. I really haven’t had the opportunity to dig into it yet, but it looks fantastic. Anyways, regarding the subscribe2 layout issues, I probably should have been more specific. Thanks again!
    –SS

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search function problem using BLIX theme and subscribe2 plugin.’ is closed to new replies.