• Is there a way to paginate the signatures list? If the list gets big, I can imagine this could consume a lot of processing power.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author SpeakOut!

    (@123host)

    No there isn’t at the moment and it is a good idea.

    I think I will have 3 options

    • Show all signatures
    • Show first 100 signatures only (number can be set by admin)
    • Show 100 signatures per page (number can be set by admin)

    How does that sound?

    Sounds very good.

    just a little note: I would opt for

    • Show all signatures
    • Show last, i.e. most recent n confirmed signatures only (number can be set by admin)
    • Show n signatures per page (number can be set by admin)

    I

    Thread Starter rocko36

    (@rocko36)

    That would be great! Could you also include an option of displaying the column heading names (eg. count, name, city, state, etc.)?

    Thread Starter rocko36

    (@rocko36)

    Could you also include an option on the Signature List administration page to hide the petition number (all other fields provide a checkbox option, but not this one)? Thanks.

    Plugin Author SpeakOut!

    (@123host)

    Can you be more specific about hiding the petition number. Where are you talking about?

    Thread Starter rocko36

    (@rocko36)

    The very first column that appears on the signatures page – its a sequential number generated by the plugin.

    Plugin Author SpeakOut!

    (@123host)

    Oh, I get it…thanks.

    You can do this easily in custom CSS

    td.dk-speakout-signaturelist-count {
        display: none;
    }
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Pagination for Signatures List?’ is closed to new replies.