I've been searching, but apparently not getting the search terms right.
Anyway, I've created a couple content types, one called Purchase Order, one called Vendor. I know how to link to a vendor record for a purchase order using Node Reference, but I'd also like to be able to display some additional fields from the Vendor record in the Purchase Order record, such as the Vendor phone and/or fax number. Ideally I'd like to make that extra info invisible initially in a collapsible display, but I'd be happy enough just to be able to display them normally.
I have a client requirement to use Drupal for an existing website, but the process of converting the entire site to Drupal is currently not do-able in our timescale or budget.
Instead, it's been suggested we use Drupal as our CMS and backend, then query it via some kind of API or SQL calls, and use the raw data returned to build the parts of the main site we need to show the end user. This seems like a really good compromise to me.
Hello I have a function that gives an output with hook_menu. All the content of output is in a #markup. When I write there a html string it displays it without error but when I add into the markup string variable the page doesn't display the content and says:
Notice: Undefined variable: outp in subscription_confirmation() (line 576 of D:\Drupal\2trees\sites\all\modules\subscription\subscription_confirmation.inc).
I was working on paid video page on my site. But i don't get exact ideas, how i can implement in druapl site.please help me, my basic requirement is as follows,
1. Create a paid membership for specific user using a resistration process.
2. Resistrated user will access video page(Other user will not access this page)
Please suggest me the required modules and if any simple way to do this.