• I use wp3.0.1 and buddypress newest version.
    I add some input button in the index.php of the BP theme.
    <input type="submit" value="name" onclick="sub('name')"> and set it to the index.php.
    such as first, the home page is https://localhost/wordpress/
    When I click the input button ,the url change to :’https://localhost/wordpress/index.php’
    And it show: ‘Sorry, no posts matched your criteria.’ and the index.php screen show is not the first page, but a page like login statement page.
    I copy the url ‘https://localhost/wordpress/index.php’ to my new ie windows and open it, It also shows the original home page.
    What is the reason, how to solve? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter youlichika

    (@youlichika)

    I use the <form action="<?php STYLESHEETPATH . 'index.php'; ?>" method="post" target="_self">

    Is the action path write correct? It should be pointed to the mytheme/index.php.

    Thread Starter youlichika

    (@youlichika)

    Up. still waiting for help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘problem of input button.’ is closed to new replies.