Skip to content
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

Warning level redirect to usercp.php #1338

Closed
dragonexpert opened this issue Aug 27, 2014 · 8 comments
Closed

Warning level redirect to usercp.php #1338

dragonexpert opened this issue Aug 27, 2014 · 8 comments
Assignees
Labels
s:rejected Status: Rejected. Invalid report / request which will not be addressed

Comments

@dragonexpert
Copy link
Contributor

If click on value warning level,I am redirected to usercp.php,not on warnings.php?uid=[uiduser]

Original thread: Warning level redirect to usercp.php

@JonathanP89
Copy link

This is also is in 1.6

@Sama34 Sama34 added p:low and removed p:low labels Aug 28, 2014
@Sama34 Sama34 added this to the 1.8.1 milestone Aug 28, 2014
@adiXM
Copy link

adiXM commented Aug 30, 2014

How to fix it? I need urgently solve the problem!

@Sama34
Copy link
Contributor

Sama34 commented Aug 30, 2014

Weird, seems fixed in the community. Are you sure this is not fixed in the latest package?

@adiXM
Copy link

adiXM commented Aug 30, 2014

I found the solution! (MyBB 18)
Search: $warning_link = 'usercp.php';
Replace with:
$warning_link = "warnings.php?uid={$memprofile['uid']}";

@dragonexpert
Copy link
Contributor Author

When I had pushed the issue it was not working on the community.

@Destroy666x Destroy666x self-assigned this Sep 3, 2014
@Destroy666x
Copy link
Contributor

I can't really see the problem here.

  1. If you view your own profile/post, the link redirects you to User CP. Last 5 warnings are shown there (unless you never received a warning, the link is useless then, that's the only small issue).
  2. If you view someone's profile/post and you have permission to warn that person, the link redirects you to warnings.php?uid=x

This is intended, I believe. At least the same thing happens in 1.6.

@dequeues
Copy link
Contributor

It should be like this imo.

@DiogoParrinha
Copy link
Contributor

It's fixed on the community and on my live forums too. Rejecting.

@DiogoParrinha DiogoParrinha added s:rejected Status: Rejected. Invalid report / request which will not be addressed and removed s:feedback Status: Feedback. Further information/input needed labels Oct 4, 2014
@DiogoParrinha DiogoParrinha removed this from the 1.8.1 milestone Oct 4, 2014
@Destroy666x Destroy666x removed b:1.8 Branch: 1.8.x t:bug Type: Bug. An issue causing error / flaw / malfunction labels Nov 13, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s:rejected Status: Rejected. Invalid report / request which will not be addressed
Projects
None yet
Development

No branches or pull requests

8 participants