I've activated simplenews in a block. If the email is ok, the user will be redirected to a 'Thank you page" this is what I changed in the simplenews.module:
I'm extending the 'event' node type to include a new form with some content, some added information to display when the node is viewed and so on.
As site admin, everything works great - the update portion of hook_nodeapi works without error, inserts new data (as it should) into the tables I created.
As a regular user, the user can create new content (and the appropriate tables get populated with data), but when they go to edit, SQL errors are generated (duplicate primary key on nid,vid).
I have setup Drupal 5.1 for simple ecommerce website and its running fine. I am using paypal for payment processing.
I want to know as how I can display the Paypal Logo in the payment processing screen. The payment processing screen just show Text "Paypal" as payment option, no visual aid like Paypal Logo or Paypal logo with credit card image etc.
Paypal recommends following html code to logo on the pages
I've been looking through the module list but I haven't really found anything to do the following. I have pdf and .doc files I only want users who have account to be able to access. If you click on the file and you don't have an account, it should take you to a login page where you can create an account or login if you're already a member. The files can reside anywhere...as long as I can do the user access thing. Is this possible?
I have recently downloaded the ecommerce module and installed it on a development site for the Town of Blackstone. The town is interested in allowing its citizens to pay both utility bills and taxes online. I have suggested using PayPal to handle the transactions, and am hoping to also make use of the ecommerce module.
I have Drupal 5.1 and the new version of Nice_menus module installed.
The menu looks great except that there is a small block of space to the left of the menu which shouldn't be there. The menu needs to be flush with everything else.