I have several fields setup on my custom entities and have used hook_field_extra_fields to get them to display in the Manage Fields area of my entity. My problem is I have not found an easy way to display them on my entity view page or the entity edit page.
Could someone point me in the right direction here. I am aiming to set up, up to 10 sites which will all use drupal. I am using shared hosting (currently on windows server but will be moving to linux soon).
Would a multi site or multi installation (on each new account) be the best option. I don't fully understand how the multi site works. I will presumably have a cpanel login, which I can then add up to 10 domains. I am confused as to what to do after this. Park the new domains?
In my fresh Drupal 7.2 install, I'm trying to use the <pre> tag to post some preformatted text (computer code). However, when attempting to do this (with the Full HTML filter), it's still trying to process the '<' tags, and thus my output is messed up.
Note that I don't want to use the <code> tag instead, since it doesn't maintain spacing. Also note that this used to work just fine in Drupal 6.
I'm knew to Drupal so I would greatly appreciate it if someone could point me in the right direction regarding SMTP details for sendiing emails from my localhost/Drupal account. My overall goal is to set up a Drupal website with e-commerce functionality (Ubercart or maybe Magento back-end). Any advice regarding this would also be very appreciated maybe in terms of avoiding pitfalls.