• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Drupal Mod Question

complete

Weaksauce
Joined
Aug 30, 2005
Messages
92
Hi Forum. This is a Drupal question. The bottom line is: I forgot. I set up Drupal and started working on other things (like writing content for the blogs) and I forgot how to add a module or plug-in to drupal. I kind of like this mod/plugin: https://www.drupal.org/project/paypal_donations but I have completely forgotten how to download it and add it to Drupal.

Are there any Drupal users that can help?

I know there might be more appropriate Drupal forums, but I figure it cannot hurt to get multiple opinions.
 
if you have drush installed, getting the module is as easy as running:
Code:
drush en paypal_donations

Without drush, download the module's archive and untar/unzip it to sites/default/modules in the directory drupal is installed to. Then go to the Modules section in the admin interface and turn on the new module.
 
if you have drush installed, getting the module is as easy as running:
Code:
drush en paypal_donations

Without drush, download the module's archive and untar/unzip it to sites/default/modules in the directory drupal is installed to. Then go to the Modules section in the admin interface and turn on the new module.

Yep

I highly recommend drush if you have shell access makes life so much easier
 
I have such a problem too with my Wordpress website. I created it with a template from Templatemonster website. Maybe, something is wrong with the template I use? I am not good at web design really, but that templates are very nice, I guess. I need some more tips from you, guys
 
Last edited:
Back
Top