Fork me on GitHub

Error mail "Select All" users  Bottom

Go to page 1 - 2 [+1]:

  • Hello,
    I'm using two web the Zikula 1.2.7 with different themes and I have the same problem on both.

    When I click "Select All" to send an email to all users (users / Search and send mail / Select all) nothing happens. Users are not selected! anyone know it fails?
    Regards

    --------------------------
    Hola,
    estoy usando en dos web el Zikula 1.2.7 con themes diferentes y tengo el mismo problema en ambas.

    Cuando pulso "Seleccionar todos ", para poder enviar un correo a todos los usuarios (usuarios/Buscar y enviar correo/Seleccionar todos ) no pasa nada. No se seleccionan los usuarios! alguien sabe porque falla?
    Un saludo



    Edited by blowback on Sep 02, 2011 - 05:12 PM.
  • Continuing with the problem, can not find how to correct it.
    It's very uncomfortable having to select one by one the users.
  • Hello,

    Do you try with an other navigator ?

    Bye
  • I can confirm this issue with the FF 6.0.2. Seems like there is a problem with javascript? icon_confused

    --
    MU(t) Beratung Internet

    Modul MUTransport
  • Hello,

    I use Firefox 6.0.2 and I have this problem.
    The same problem with explorer 8
  • I have still not found the solution to this problem. icon_confused
  • Had the same problem - found the solution icon_wink
    In the template users_admin_listusers.htm on line 47 add the name tag name="userlist" to the form.

    Code

    <form class="z-form" name="userlist" method="post" action="<!--[pnmodurl modname="Users" type="admin" func="processusers"]-->">




    Edited by ftree on Oct 09, 2011 - 04:30 PM.
  • Hello,
    I modified the code in the "users_admin_listusers" file is inside the folder template.
    On line 44 was the code you mention and I added "name="userlist".
    Keep giving the same problem



    Original code:
    form class="z-form" method="post" action="">




    Code changed:
    form class="z-form" name="userlist" method="post" action="">



    Edited by blowback on Oct 09, 2011 - 04:19 PM.
  • Thank you for the report, I've opened ticket #3184 on this issue.

    I actually tried to open in back on the 4th, got distracted, and just got back to this now.
  • Hello Ccandreva,
    I use version 1.2.8 zikula: you know if this problem will be fixed in version 1.2.9?
  • Sorry, but the "name" attribute is not valid for a form tag in XHTML.
  • Using "id" instead of "name" fixes it as well:

    Code

    <form class="z-form" id="userlist" method="post" action="<!--[pnmodurl modname="Users" type="admin" func="processusers"]-->">
  • Hello Ccandreva,
    I modified the code in the file users_admin_listusers.htm (in system/Users/pntemplates), and the problem persists.
    I modify a file more?


    I deleted:

    Code

    <form class="z-form" name="userlist" method="post" action="<!--[pnmodurl modname="Users" type="admin" func="processusers"]-->">

    I copied:

    Code

    <form class="z-form" id="userlist" method="post" action="<!--[pnmodurl modname="Users" type="admin" func="processusers"]-->">




    Edited by blowback on Dec 19, 2011 - 12:50 AM.
  • Maybe you need to clear your cache. It's working for me with this change.
  • I cleaned the chache, but still not working.

Go to page 1 - 2 [+1]:

  • 0 users

This list is based on users active over the last 60 minutes.