I'm using Ubercart and I need to enable PayPal as method of payment.
When I try to enable this module, I get an error:
PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)
When I was using Drupal 6, I installed the module "curl" and the problem was gone. But now with Drupal 7, I can't find "curl" for this version. Is there any way around to sort this out?
I have an idea on my mind, and I'm familiar with Drupal quite a bit, and I know some Views, but I can't figure out where to start - I'm trying to make a very minimalistic site where you could submit a message and on another page all the messages would be gathered and they could be voted up or down. It would have something like "Top messages" as well. Best way to describe - it would be similar to http://www.fmylife.com/
Any ideas where do I start? Maybe a guestbook module with ratings or something? Thanks for any input.
I'm looking to develop a module that will allow 3rd party moderation of comments in real time by using the current comments system, like you can with WordPress.
Now I'm new to Drupal and want to know firstly if it is possible and secondly what hooks would I need to look at?
For an example check http://dis.cuss.it (we use both a JS code for HTML pages and a WordPress widget to run the comments back and forth)
I'm new in Drupal amb I'm new in this community. I hope I can receive some help and I hope I can offer some help to other members in a near future.
I've installed Drupal 7 with some modules (Date, Views,...) and I've created a content type (CT). I've a doubt. How can I control the versions of this content type? I would like to have a 1.0 version for the current CT. In a few months, I would like to add or delete some fields. How would I be able to identify this CT like 2.0 version? Does some module exist for it?