I am trying to understand how the search module searches the nodes of my site(I have a multilingual site with all the pages beeing translated in two languages - the one is english). I think that when I perfom the indexing of my site the only pages trully indexed are the ones written in English. Is there a way to index the other pages as well?
I'am creating an online shop for a customer, in this shop the users can buy VoIP access rates.
If a user does, the shop should automatically create an account in Drupal/Astbill per PHP-Script.
I know that Astbill creates the VoIP-Account simultaneous with the Drupal User Account.
So I have to create a Drupal User Account per PHP-Script.
I want something relatively simple: I want my primary links to open in the content block/frame, not in the entire window. In other words, I want the link/page to still be surrounded by the drupal header and side menu.
I have spent hours trying to figure this out... scoured this forum, googled, tried creating a content page which simply had a php redirect... nothing worked.
I'm trying to change the combo box that is rendered for taxonomy terms for a node, with checkboxes. Browsing thru documentation, I see that I need to call form_alter on the node I want rendered (story node type).
Here's what's needed:
1. Taxonomy form_alter already alters the story node type to add the categories field
2. I'm altering only the UI, the logic is the same. To use checkboxes instead of combos altered by taxonomy
Someone has posted a link to an automatically generated Drupal ERD some time ago (http://webdevgeeks.com/schemaspy/index.html). Thanks a lot to that person whoever he is - I couldn't find this info anywhere on Drupal website. I think it is very worthwhile to include that in the Drupal docs....
I'am creating an online shop for a customer, in this shop the users can buy VoIP access rates.
If a user does, the shop should automatically create an account in Drupal/Astbill per PHP-Script.
I know that Astbill creates the VoIP-Account simultaneous with the Drupal User Account.
So I have to create a Drupal User Account per PHP-Script.