• Had an issue with a registration component on projectmanager – emailed Kolja and he sorted in version 2.9.4 – just to say thanks Kolja!

    🙂

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

    (@spiritualight)

    Hi

    Is it possible to display a search form without having the list visible? So only if a person searches for a dataset it will appear? I have a dataset set up but dont want the whole dataset to be visible – instead I would like only to display something if it is searched for, is this possible?

    Thanks

    Hi,

    you could design your own template which would basically be the table.php or gallery.php with a conditional clause

    <?php if ( isset($_POST['projectmanager_search']) : ?>
    
    <?php endif;?>

    around the whole code. This should make the template only display the table when the search form is used. Copy your custom templates to the directory “projectmanager” in your themes directory.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: ProjectManager] Thanks to Kolja’ is closed to new replies.