-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Moderation Notifications #430
Comments
@PaulBender I've assigned this issue to @Sama34 as you've got quite some work already. |
Postponed to Beta 3. |
I decided to go with one simple method for "Awaiting Activation Count". I think it will be enough. This should be finished now. |
No waiting for activation. I think this line of code. Does not count. |
I can confirm what xykul said. |
That should do it. |
There you go. |
Without this code does not work. |
@xykul Why not? If you check the commits If you are experiencing issues within within your installation you should go to ACP -> Tools & Maintenance -> Cache Manager -> awaitingactivation -> Rebuild Cache. Try registering a new user and you will see it works. Running |
I made zero still does not work. $cache->update_awaitingactivation(); $awaitingusers = $cache->read('awaitingactivation'); if(empty($awaitingusers)) |
That is because the Thanks. |
It's working. But ACP error appears. Warning [2] explode() expects parameter 2 to be string, array given - Line: 4746 - File: C:\wamp\www\alpha18\inc\functions.php PHP 5.5.12 (WINNT) C:\wamp\www\alpha18\inc\functions.php 4746 explode C:\wamp\www\alpha18\admin\modules\home\index.php 201 my_number_format C:\wamp\www\alpha18\admin\index.php 613 require admin\modules\home\index.php Request : It better be the setting for the header view. |
@Sama34 ^ |
Thanks @xykul. |
The following has been accepted:
The text was updated successfully, but these errors were encountered: