Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Is it possible to detect the value clicked in a taxonomy field item (or any dropdown select list) and use this value, say, as an argument to be sent to view to filter the view's results. ??? I need t to insert a button, 'GO' so that I could call the view. How do I do this ? Is it possible ?
My case: A user selects the a value("semester 1' or 'semester2' or both) from a list. I need to capture this so that the view would only display the timetable for semester 1 or semester 2( or both).
Can we read html data from some url http://example.com/index.html (using cURL library it will involve writing some php code) and then create a new page (content) and store retrieved html data in the newly programatically created node. I need to know if there is something similar already exists.
I'm still learning Drupal and have yet to fully understand taxonomy, CCK and views. However, I've soldiered on and set up a product site with the Ecommerce module. It was fine when I had only 1 product type which I listed the products in a 2 column table.
Now I need to add in an additional product type e.g.
There is no doc on how to configure paypal IPN "request back" validation URL on drupal.org.
My transactions always remain 'pending'. I have seen a lot of questions about this, and haven't seen an answer. The money is received, however the customer has no access to the files (in case of files purchase) in 'my files' because the transaction is kept pending even after running cron.php manually.
Anyone using the e-commerce module with Paypal and files products ?