Please Log in or Create an account to join the conversation.
CB 2.0 uses the formatname field. So "User" will output however you have name format set to. In the mean time I believe it's always forced to Username, which can't be changed without editing the approval page display.doesn't show user names (I need to see them)
Every checkbox is already selected by default, but I can add a select all and deselect all for CB 2.0.doesn't have select all/deselect all tick box
Issue with your server timing out. Enable debug mode and maximum error reporting then re-test to debug what's happening. User approval is a pretty lightweight process unless you're doing a lot of processing on approval with maybe CB Auto Actions or CBSubs. Each approval also sends an email.and also causes server error with more than 5 users processed at the same time (!).
You really need to change hosts. That's god awful performance. There's nothing we or anything but your host can do about this. Find a host that doesn't destroy your sites usability.the fact that our server requires us to wait 20 seconds before making another request (shared server, no the host can't/won't change this).
This is already the case. That's how the approval page works. You just can't use it because your host has awful performance and limitations. Processing 2,000 users is not a task for a budget shared host; especially one with request limits.I would love to just go down and put a tick next to the names and then click an approve button... Can anyone help?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
That's because you don't have CB 2.0 yet. CB 1.x forces it to Name.I have the name format set to: "Username only". The username does not display. Also namestyle is set to "Name only".
There's absolutely nothing we can do about this. There's no coding we can do to make this functional for your host.Yes I know the host is not suitable for this work, unfortunately the ecconomics don't allow me to change.
I doubt we'll add such a feature in backend as we'd need to add many other buttons just as well to handle the various usages and then it becomes too much. We'll need to review this further once we redo the backend in CB 2.0.I would love to just go down and put a tick next to the names IN THE BACKEND and then click an approve button... Can anyone help?
No, I am working off of a CB 2.0 internal build. Any changes I make are locked to CB 2.0. You'll need to wait for next release for the feature.Is there any chance, if you are going to add a select/deselect box anyway, you could write the php and give it to me and tel me where to add it?
We do not support core modifications and I can not advise on them.Also I'm quite capable of hacking a php file to display the field I want, perhaps you could direct me to the appropriate .php file for the CB workflow results page?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Something like this maybe possible, but the way fields work it may not be. Some edit displays just don't make sense in this usage. It's something we'll be looking at once we redo the CB 2.0 backend though.With respect, you could add a "batch" feature similar to the one at the bottom of a Joomla article or menu manager which would allow the user to complete a large number of maintence tasks on users. It would sit at the bottom of the user management screen, so wouldn't clutter the interface. An administrator could select all the users they wanted, choose and action (enabel,disable,confrim,unconfirn,aprove,diaprove,no aproval etc) and then click process. That would only be one drodown and one button ("process"). I don't know that much about PHP, but I know such a thing would not actually be that hard. You could also add other things which could be usefull (like "export" to allow CB Juice style export, but only on selected users).
You already can multi-approve users. This is done from the approval page on frontend. It is the most performance optimal way to do this. Aside from that I guess just mass approve via database, but that's not going to send any emails.Reguarding hacking the core files, no I don't want to do that either, but I am using Joomla 1.5. and I plan to migrate. The problem is becuase I have lots of users (currently 2700) that I need to approve (some disaprove) I am unable to start the migration. As I work hard, I can only approve a few more than the amount the are added each day. Honestly, unless I can find a way to multiple select users and the approved them (I could do it by SQL commands, but the system emails wouldn't fire) then it will take me 6 months (I calculated it) before I can even start to change to Joomla 3. After I get rid of the backlog I can handle the new visitors ok.
The approval page display is handled in the below file.I'm pretty sure I can hack the PHP to show what the names on the CB Workflows screen (frontend) could you maybe just tell me which php file it is, the path and how I would make all DESELECTED instead of selected by default, I would be sooooo gratefull.
Please Log in or Create an account to join the conversation.