Skip to main content
Topic: Groups access (Read 984 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Groups access

In the admin panel, if I click on "global moderators" or "administrator" I get this screen:
https://imgur.com/OO6qRnH
Bugs creator.
Features destroyer.
Template killer.

Re: Groups access

Reply #1

Oh, okay the link is broken:
Code: [Select]
index.php?action=admin;area=membergroups;sa=members;group=$d
the $d is not replace with the number of the group.
Bugs creator.
Features destroyer.
Template killer.

Re: Groups access

Reply #2

That is a classis getURL() issue.  

 

Re: Groups access

Reply #3

I pushed a fix earlier:
https://github.com/elkarte/Elkarte/pull/3639/commits/dc06782859674a207ac4f044331bbaec603547db
looks like getUrl does some URL encode of %s and so it breaks sprintf.
To be honest, though, I'm not even sure why certain pieces were passed the way they were.
Bugs creator.
Features destroyer.
Template killer.

Re: Groups access

Reply #4

Probably was me .. I moved a bunch of those over, but it was a mind numbing task so I'm sure I got sloppy ... plus a fair amount of changes were done with search replace regex action, so there is that as well.

Re: Groups access

Reply #5

oh I thought it was my doing.:laughing:
Bugs creator.
Features destroyer.
Template killer.