Quantcast
Channel: Vasily Yaremchuk - Drupal FAQ
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

How to add file upload ability in comment form in Drupal 7

It is really simple question! In Drupal 7 we can add any type of content fields to the comments entity, as well as to nodes or users. Lets take a look on the picture below:Blog tags: Drupal FAQ

View Article



How to exclude the current node from a list view in Drupal 7

This is the instructions corresponds Drupal 7 + views 3. There is a standard problem, we have the teaser of a random node in the block, but it would be wrong to deduce the node teaser page on the page...

View Article

The most simple way to reset password of the first Drupal 7 user by MySQL...

UPDATE users SET pass='$S$Cd059Vsxc8berFeg6hspaa7ejx2bSxyUisvCbT4h9o8XIgSUtPKz' WHERE uid=1; this resets the password to 'password'Blog tags: Drupal FAQ

View Article

How to delete a remote branch or a tag in GIT on Drupal.org

git push origin :branch_or_tag_nameBlog tags: Drupal FAQ

View Article

How to set image style in your own module in Drupal 7

Some time ago one of our customers asked to port gallery from Drupal 6 site to Drupal 7 one. The module was not complex, the main difficult that I faced during the process to change Image Cache...

View Article


Visitors can not see sweaver changes when they not logged in: how to fix it.

One of the clients inform that sweaver module does not save any changes.I have taken a look on the problem and found out that changes are seen when I logged in as admin and not seen when I logged...

View Article

How to order node_load_multiple() function results?

For example we have simple task to load and use some set of nodes of some separate node type. There is function node_load_multiple().$nodes = node_load_multiple(array(), array('type' =>...

View Article

How to delete users without any role in Drupal 7

We faced of one of the projects that we supported with large amount of spam registrations. But there were valid users with assigned roles that should not be deleted.Short script was written to resolve...

View Article


Image may be NSFW.
Clik here to view.

Don't forget to check Backup&Migrate settings after D6 to D7 upgrade!

Several days ago we upgraded simple Drupal 6 site to Drupal 7. After core upgrade process was finished we turned on all necessary modules such as Admin menu and Backup & Migrate.Some features...

View Article


Turn off maintenance mode on separate paths in Drupal 7

We have faced with the problem. We use Ajax Login/Register module but put site in Maintenance mode. But we need to have Sign up ability. Ajax Register module show Sign up form in popup, content is...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images