I've got a Drupal site I'm running for teachers. Only members of the group can see the content (group of about 200 people). Sometimes people share ideas/writings/ that are sensitive and they don't want them all over the Internet. We put a message, "don't share this info." We also write "if you want to be sure your article won't get distributed at all, thenn don't post it!"
I'm sick of searching the drupal site for information regarding this already, how does one import their product/merchant datafeed into drupal and make it a full affiliate store? Most threads I find have no conclusion whatsoever.
I've tried import/export module and html_import module and I have very little idea on how it'll work. I also doubt e-commerce module will work, it seems geared towards a personal online store that you use to sell your own products rather than other people's products.
I need to redirect a user after they complete a form. I want the form data to be processed as normal, but then I want to choose where the user is redirected to.
I have changed the value of $form['#action'], but that does not work, because the form is then submitted to the #action URL with the wrong $edit values. doh.
Kind of like hook_submit but invoked *after* the data is saved. Messing with the _submit means that I will have to save the data manually, and then redirect - and I think that's a bad idea.
hey guys,
sorry if theres a post like this somewhere else in the fourm but I did a search and couldn't find one.
I wondering can anyone recommend the best drupal book around? there's a good few on amazon but just wondering which would be the best.
I'm currently running a CMS driven site (pinkwest.com) using Dragonfly (dragonflycms.org) but after some research im changing to drupal. just want to get some detailed info to help me on my way to becomeing a drupal developer!
any suggestions would be great.
Can someone please tell me how I can use the paypal module to make a simple payment. I have already enabled the module.
For example.
Amount = __$20____
emailid = ____rudy@jnd.bz________
PAY NOW(Button)
I tried searching on the forum and also in the documents. You can guide me to a url or tell me which function to look for in the module, I will be grateful.