I have quite a strange problem with a multi-site Drupal 7 installation. It runs fine on a remote server with mutiple domains pointing to several Drupal sites.
However, after I copied all the files and DBs to a local server in my network at home for test purposes, I wasn't able to login to any site as any user anymore. The sites work fine, but I can't login.
I have a template for the userprofiles. Each field is outputted by:
render($user_profile['field_myownfield'])
How can I output the user's email? I was told that I should use "$user->mail", but that gives me the email address from the user who is viewing the profile.
I've created a taxonomy (product-categories), which contains several terms (e.g. electronics).
I've configured the taxonomy to display an image and a description at the top of the taxonomy/term page (set in admin/structure/taxonomy/product-categories/display)
When I browse to /product-categories/electronics, I see the title, description and image at the top, and then teasers for each of my products. All exactly as I want, except it only shows 10 products, with no pagination links.