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.
Can anyone point me to some decent "how-to" documentation for configuring the E-Commerce module with PayPal? I know Drupal, but I don't know PayPal? I'm in the dark on this one.
How do I select all blogs from a specific role name (say "admin") ?
SELECT n.nid FROM node n LEFT JOIN users u, users_roles ur, role r ON ur.rid = r.rid AND u.uid = ur.uid = n.uid WHERE r.name = 'admin' AND n.type = 'blog' ORDER BY n.created DESC
I am using the civicspace's module of civicrm. when i use the db of mysql4.1 that it is working.
but it will turn up a bug when i use DB of mysql4.0. By the way, i have used civicrm_40.mysql and delimited "define( 'CIVICRM_MYSQL_VERSION', 4.0 );". now i must use Mysql4.0 how can i do?
Hi there!
I´ve successfully installed the Ecommerce module, and I need a little help here... :-)
We´re used clients to make a deposit in our bank account, and then complete a form with their deposit number.
We check it, and then send a "confirm" email. How can I do that with this module? Just adding a form at the end of the payment process...
How can I change the "look and feel" of each product page...? by default it looks as a normal page...
I'm not sure what the problem is, but this morning I was able to get to my admin page and now I can't. every other page loads fine, but the admin page just times out.
The last thing I did was to install the Tagadelic module and the Free Form tagging patch. I guess one of these is the culprit and I should uninstall it. However, without being able to get to the admin page, I don't know how to do that. Any ideas?