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.
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- rgasch created topic »Using PageUtil::addVar() to load script code« 11:48 AM
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Error mail "Select All" users
-
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
-
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
Continuing with the problem, can not find how to correct it.
It's very uncomfortable having to select one by one the users. -
- Rank: Freshman
- Registered: Sep 07, 2002
- Last visit: Apr 05, 2010
- Posts: 74
-
- Rank: Developer
- Registered: Jan 14, 2009
- Last visit: May 20, 2010
- Posts: 46
I can confirm this issue with the FF 6.0.2. Seems like there is a problem with javascript?
--
MU(t) Beratung Internet
Modul MUTransport -
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
Hello,
I use Firefox 6.0.2 and I have this problem.
The same problem with explorer 8 -
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
-
- Rank: Registered User
- Registered: Sep 03, 2007
- Last visit: Mar 04, 2010
- Posts: 28
Had the same problem - found the solution
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. -
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
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. -
- Rank: Developer
- Registered: Sep 22, 2005
- Last visit: May 20, 2010
- Posts: 292
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. -
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
Hello Ccandreva,
I use version 1.2.8 zikula: you know if this problem will be fixed in version 1.2.9? -
- Rank: Team Member
- Registered: Jul 15, 2004
- Last visit: May 27, 2010
- Posts: 277
Sorry, but the "name" attribute is not valid for a form tag in XHTML. -
- Rank: Developer
- Registered: Sep 22, 2005
- Last visit: May 20, 2010
- Posts: 292
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"]-->"> -
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
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. -
- Rank: Developer
- Registered: Sep 22, 2005
- Last visit: May 20, 2010
- Posts: 292
Maybe you need to clear your cache. It's working for me with this change. -
- Rank: Registered User
- Registered: Jul 03, 2010
- Last visit:
- Posts: 15
- Moderated by:
- Support
Users on-line
- 0 users
This list is based on users active over the last 60 minutes.
