Results 1 to 5 of 5

Thread: Listing module, display only on submit a value.

  1. #1
    New user
    Join Date
    11-21-15.
    Posts
    12

    Idee Listing module, display only on submit a value.

    It posible display data using listing module only when submit.

    listingedit.png

  2. #2
    User Spooky's Avatar
    Join Date
    01-03-13.
    Posts
    339

    Default

    Create your own list_default template and then insert the following condition around the table and pagination:
    PHP Code:


      <?php if( \Input::get('search') ): ?>

      <table class="all_records">
        …
      </table>

      <?= $this->pagination ?>

      <?php endif; ?>

    Last edited by Spooky; 11/25/2015 at 08:20.

  3. #3
    New user
    Join Date
    11-21-15.
    Posts
    12

    Thank you.

    Spooky thank you very much, i added something extra and working properly.



    <?php if( \Input::get('search') && \Input::get('for') ):?>

    marc0s


    Quote Originally Posted by Spooky View Post
    Create your own list_default template and then insert the following condition around the table and pagination:
    PHP Code:


      <?php if( \Input::get('search') ): ?>

      <table class="all_records">
        …
      </table>

      <?= $this->pagination ?>

      <?php endif; ?>


  4. #4
    New user
    Join Date
    04-28-16.
    Posts
    16

    Default

    Quote Originally Posted by marc0s View Post
    It posible display data using listing module only when submit.

    listingedit.png
    dear marcos
    I need this
    to open page after submitting login and password (not member password or login)
    could you help me?

  5. #5
    New user
    Join Date
    11-21-15.
    Posts
    12

    Default

    Sure what you need? email me to santiago.marcos@gmail.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •