Quantcast
Channel: Blog - Flourish Pixel » Drupal
Browsing all 9 articles
Browse latest View live

htaccess redirect with parameters

Suppose, we want to redirect a page to another page or another domain. Such as we want to redirect test.php to http://flourishpixel.com. then we should write this to our htaccess: Redirect 301...

View Article



Check if user is logged in Drupal using PHP

Simple solution to someone starting out seeing how PHP is integrated with Drupal.  Just use If/Else statement so you can display one link if a user is logged in and another if they aren’t. global...

View Article

How to redirect users after login in drupal using Triggers?

There are many ways to do redirect in Drupal. One popular way is to use triggers and actions for redirect. Here we explain how you can do that in Drupal 7.0. At First, Enable the trigger module if you...

View Article

Image may be NSFW.
Clik here to view.

PayPal Advanced – How to change Authorization to Sale?

PayPal Advanced Payments allows merchants to enable their online stores to collect payment directly via credit card or via PayPal Express Checkout. Paypal advanced payment supports several types of...

View Article

Image may be NSFW.
Clik here to view.

How to reset admin password in Drupal 7 with FTP and phpMyAdmin?

Drupal 7 users table does not store a simple md5 hex hash. It stores a salted sha512 hash. You need to use the user_hash_password(‘YOUR_NEW_PASS’) function (located in includes/password.inc) to make...

View Article


Image may be NSFW.
Clik here to view.

How to troubleshoot the white screen on Drupal?

Sometimes, When we navigate to our Drupal site and we see nothing but a white screen, it typically means that Drupal encountered a PHP error. Many things can cause this, and it usually has to do with a...

View Article

Image may be NSFW.
Clik here to view.

PHP settings in Drupal

It is very useful to see what your php settings are. You can create a php page using the phpinfo() function within your own Drupal install directory, if you can create php type content/file. This is...

View Article

How to create a backup of Drupal?

Backup the existing files and database for your site regularly, also before you begin the upgrade process of your drupal site. Even if you have determined that you may not need to upgrade the database,...

View Article


Image may be NSFW.
Clik here to view.

How can i make my Drupal site Offline?

For making your drupal site offline, you need to login your site admin area, then you need to go to maintenance section. In your admin panel, you will need to click the Site Configuration link. Now...

View Article

Browsing all 9 articles
Browse latest View live




Latest Images