MyBB Themes

Emerald Extended Theme (Paid Version - 20)

Submitted by Tyrfing61, , Thread ID: 170236

Thread Closed

RE: Emerald Extended Theme (Paid Version - 20)

ohmagic
Newbie
Level:
0
Reputation:
0
Posts:
16
Likes:
0
Credits:
8
04-07-2020, 06:38 AM
#31
Thanks for this! a fix for this theme:
On plugins/emeraldextended/functions.php on line 418, u need to add u.avatar to the query.

$query = $db->query("
SELECT s.sid, s.ip, s.uid, s.time, s.location, s.location1, u.avatar, u.username, u.invisible, u.usergroup, u.avatar, u.displaygroup
FROM ".TABLE_PREFIX."sessions s
LEFT JOIN ".TABLE_PREFIX."users u ON (s.uid=u.uid)
WHERE s.time>'$timesearch'
ORDER BY u.username ASC, s.time DESC
");

in order to show avatar of staff members on index.

Users browsing this thread: 1 Guest(s)