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

Activity Plugin Edit Games Page is missing Game Images #36

Open
MWE001 opened this issue Aug 29, 2016 · 0 comments
Open

Activity Plugin Edit Games Page is missing Game Images #36

MWE001 opened this issue Aug 29, 2016 · 0 comments
Labels

Comments

@MWE001
Copy link
Contributor

MWE001 commented Aug 29, 2016

This is a real easy fix. I posted it over at icy in my activity sql error thread way towards the bottom of the thread.

screenshot_12

here it is fixed

screenshot_13

To fix it, open admin_activity.php

FIND ON LINE 384 or so

$game_image = '<img src="'. IP_ROOT_PATH .

REPLACE WITH

$game_image = '<img src="'. ACTIVITY_ROOT_PATH .

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

2 participants