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

Broken Links in ACP for Activity Plugin #41

Open
MWE001 opened this issue Aug 30, 2016 · 4 comments
Open

Broken Links in ACP for Activity Plugin #41

MWE001 opened this issue Aug 30, 2016 · 4 comments
Labels

Comments

@MWE001
Copy link
Contributor

MWE001 commented Aug 30, 2016

When in the ACP editing games or working in various config situations the following happens.
screenshot_17
screenshot_18

The fix for this is real easy.

Open

admin_activity.php

Find on lines 235, 285, 291, 703, 752

<a href="' . append_sid('index.' . PHP_EXT . '?pane=right') . '">

Replace with

<a href="' . append_sid(IP_ROOT_PATH . ADM .'/index.' . PHP_EXT . '?pane=right') . '">

@MWE001
Copy link
Contributor Author

MWE001 commented Aug 30, 2016

I should have tried if the ADM. only would have worked first. Sorry guys. I'm still figuring it out.

@vendethiel
Copy link
Collaborator

@MightyGorgon did you integrate that fix?

@MightyGorgon
Copy link
Owner

Not yet... it will be in on next commit

@vendethiel
Copy link
Collaborator

Nice! Thanks for the update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants