Sackgesicht VIP
Total posts: 1,636
29 Jan 2013 20:12

When trying to add a new moderator the button does not really show up properly:

After clicking it the modal window shows an empty screen with "Change Article Author":

I believe the Moderator functionality needs some "adjustments".

Example, the long reported pagination problem, where you can not access the additional pages ..

Last Modified: 02 Mar 2014


Konstantin
Total posts: 1,113
01 Feb 2013 05:39

We can't find a problem, maybe this problem in template. Can you give access (admin & ftp) to you site and then we check it.


Sackgesicht VIP
Total posts: 1,636
01 Feb 2013 05:51

It is an intranet solution ...

it does not depend on the template, i checked it in protostar as well.

To reproduce it, use a moderator account (with special right to create moderator), not the global admin.

Go to My Menu-> Moderator-> press the "+" Button, then click the small button beset "Select user" and you will get an empty modal window ...

It works with the global moderator.


Sergey
Total posts: 13,748
01 Feb 2013 05:54

Pagination improved.

Could you see inspector or source of the popup window why is it blank?


Sackgesicht VIP
Total posts: 1,636
01 Feb 2013 06:03

can not see any reason .. but it seems to be a permission problem .. the superadmin/global moderator will see the user list, all other users with "create moderator" account can not see any user in the modal window


Konstantin
Total posts: 1,113
06 Feb 2013 06:49

This fix will be in the next release.


Sackgesicht VIP
Total posts: 1,636
07 Feb 2013 04:35

The pagination problem is still the same in 8.180, just that it is now centered instead of left aligned.


Sackgesicht VIP
Total posts: 1,636
07 Feb 2013 04:44

same problem with audit log...


Sergey
Total posts: 13,748
07 Feb 2013 08:42

I see. It is not only markup it is also some SCC to fix. I added this CSS to cobalt main CSS file.

.pagination .pagination-list li {

    float: left;

    padding: 0px !important;

}

.pagination .pagination-list li .pagenav {

    margin: 0px !important;

    padding: 0 10px;

}
Powered by Cobalt