Merge pull request 'Added host profile to the correspondent display' (#183) from 181_Host_Profile_not_showing into main

Reviewed-on: #183
This commit is contained in:
Ken Fallon 2024-03-04 19:12:59 +00:00
commit 467a14a72a
3 changed files with 29 additions and 28 deletions

View File

@ -33,7 +33,7 @@
eps.notes,
hosts.local_image,
hosts.hostid,
hosts.host, hosts.email,
hosts.host, hosts.email, hosts.profile,
miniseries.name AS series, miniseries.id AS seriesid
FROM twat_eps AS eps
INNER JOIN hosts ON eps.hostid = hosts.hostid
@ -58,6 +58,7 @@
<p><!--% get_avatar(this_host.hostid, this_host.host) %--><br>
<label>Host ID</label>: <!--% this_host.hostid %--><br><br>
<label>email:</label> <u><!--% this_host.email %--></u><br>
<label>profile:</label> <!--% this_host.profile %--><br><br>
<label>episodes:</label> <strong><!--% hpr_show_count + twat_show_count %--></strong>
</p>
<!--% FOREACH hpr_show IN hpr_shows; %-->

View File

@ -7,7 +7,7 @@
eps.notes,
hosts.local_image,
hosts.hostid,
hosts.host, hosts.email,
hosts.host, hosts.email, hosts.profile,
miniseries.name AS series, miniseries.id AS seriesid
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid

View File

@ -7,7 +7,7 @@
eps.notes,
hosts.local_image,
hosts.hostid,
hosts.host, hosts.email,
hosts.host, hosts.email, hosts.profile,
miniseries.name AS series, miniseries.id AS seriesid
FROM eps
INNER JOIN hosts ON eps.hostid = hosts.hostid