Thank you, but I need another pointer as I am still lost. L
ooking at phpmyadmin, I know I need the
homepage
field, from the
xf_user_profile
table
but I need another baby step to identify what this would be called in the xenforo syntax.
I see I can print the user who posted the photo's linked username by using:
{xen:helper username, $user}<xen:username user="$media" />
on the xengallery_media_view template.
(not sure if the above is the correct or ideal syntax but it seems to work.)
Following the second tutorial, I don't know where to begin in terms of the variablename to test for to match the above table and column using the {xen:helper dump, $variablename} to see if variablename is available.